diff --git a/code/dnsmasq.conf b/code/dnsmasq.conf new file mode 100644 index 0000000..facab08 --- /dev/null +++ b/code/dnsmasq.conf @@ -0,0 +1,6 @@ +interface=wlp0s20f0u1 +dhcp-range=192.168.1.2,192.168.1.250,12h +# Gateway +dhcp-option=3,192.168.1.1 +# Dns server addr +dhcp-option=6,192.168.1.1 diff --git a/code/hostapd.conf b/code/hostapd.conf index 912372e..236b4bf 100644 --- a/code/hostapd.conf +++ b/code/hostapd.conf @@ -2,7 +2,7 @@ interface=wlp0s20f0u1 driver=nl80211 ssid=t3u hw_mode=g -channel=1 +channel=11 macaddr_acl=0 auth_algs=1 ignore_broadcast_ssid=0