From a3179bbf6f0e7b1506a0e2b916825bb8446b1f53 Mon Sep 17 00:00:00 2001 From: Nico Date: Tue, 22 Nov 2016 16:03:44 +0100 Subject: [PATCH] Update default settings The default config did not work for some reason. I have no idea why I initially added it this way, but there must have been a reason. This now works on my raspberry pi, even though I've modified NO_VIRT to 1, but the default config should use 0 if you ask me. --- create_ap.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/create_ap.conf b/create_ap.conf index c3ff0eb..940ea2d 100644 --- a/create_ap.conf +++ b/create_ap.conf @@ -1,12 +1,14 @@ CHANNEL=default GATEWAY=10.0.0.1 -WPA_VERSION=1+2 +WPA_VERSION=2 ETC_HOSTS=0 DHCP_DNS=gateway NO_DNS=0 HIDDEN=0 +MAC_FILTER=0 +MAC_FILTER_ACCEPT=/etc/hostapd/hostapd.accept ISOLATE_CLIENTS=0 -SHARE_METHOD=none +SHARE_METHOD=nat IEEE80211N=0 IEEE80211AC=0 HT_CAPAB=[HT40+] @@ -19,7 +21,7 @@ NEW_MACADDR= DAEMONIZE=0 NO_HAVEGED=0 WIFI_IFACE=wlan0 -INTERNET_IFACE= -SSID=AccessPointSSID -PASSPHRASE= +INTERNET_IFACE=eth0 +SSID=MyAccessPoint +PASSPHRASE=12345678 USE_PSK=0