Try dnsmasq and hostapd setup from medium.com/p/3c18760ef73.

This commit is contained in:
Sebastian Lenzlinger 2024-03-19 03:08:29 +01:00
parent a44719257a
commit 00fb396a49
2 changed files with 7 additions and 1 deletions

6
code/dnsmasq.conf Normal file
View 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

View File

@ -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