diff --git a/stage3/00-enable-access-point/files/dhcpcd.conf b/stage3/00-enable-access-point/files/dhcpcd.conf index 2a1ac4c..0e1129a 100644 --- a/stage3/00-enable-access-point/files/dhcpcd.conf +++ b/stage3/00-enable-access-point/files/dhcpcd.conf @@ -1,3 +1,5 @@ interface wlan0 + # Setup static ip for AP mode static ip_address=192.168.0.10/24 + # Deactivate wpa supplicant for AP mode nohook wpa_supplicant diff --git a/stage3/00-enable-access-point/files/dnsmasq.conf b/stage3/00-enable-access-point/files/dnsmasq.conf index d2291eb..a19759a 100644 --- a/stage3/00-enable-access-point/files/dnsmasq.conf +++ b/stage3/00-enable-access-point/files/dnsmasq.conf @@ -1,2 +1,3 @@ interface=wlan0 + # Specify dhcp range for AP mode dhcp-range=192.168.0.11,192.168.0.30,255.255.255.0,24h