Try dnsmasq and hostapd setup from medium.com/p/3c18760ef73.
This commit is contained in:
parent
a44719257a
commit
00fb396a49
6
code/dnsmasq.conf
Normal file
6
code/dnsmasq.conf
Normal file
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user