From 00fb396a49488897850e3df177a5e5b9c890f43c Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger <74497638+sebaschi@users.noreply.github.com> Date: Tue, 19 Mar 2024 03:08:29 +0100 Subject: [PATCH] Try dnsmasq and hostapd setup from medium.com/p/3c18760ef73. --- code/dnsmasq.conf | 6 ++++++ code/hostapd.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 code/dnsmasq.conf 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