From ac569245c5c67afab65d1c5238a740bb5aa4b84e Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 2 Jan 2019 01:04:41 -0500 Subject: [PATCH] Update iiab-hotspot-on --- roles/network/templates/network/iiab-hotspot-on | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/network/iiab-hotspot-on b/roles/network/templates/network/iiab-hotspot-on index 5d225abeb..10cebc660 100755 --- a/roles/network/templates/network/iiab-hotspot-on +++ b/roles/network/templates/network/iiab-hotspot-on @@ -2,12 +2,12 @@ cp -f /etc/hostapd/hostapd.conf.iiab /etc/hostapd/hostapd.conf sed -i -e "s/^#denyinterfaces/denyinterfaces/" /etc/dhcpcd.conf systemctl enable hostapd -systemctl enable dhcpd +systemctl enable dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking systemctl start hostapd -systemctl start dhcpd +systemctl start dnsmasq # Temporary promiscuous-mode workaround for RPi's WiFi "10SEC disease" # Disable "promiscuous" on wlan0 when AP (i.e. no WiFi gateway)