From 66e0c4570971ba3731cdbc111dc5c64ca1e0e41a Mon Sep 17 00:00:00 2001 From: German Ferrero Date: Thu, 14 Nov 2019 13:44:17 -0300 Subject: [PATCH] add comments --- stage3/00-enable-access-point/files/dhcpcd.conf | 2 ++ stage3/00-enable-access-point/files/dnsmasq.conf | 1 + 2 files changed, 3 insertions(+) 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