From 7ea0ba84da076664311183a0cdea53305bd639fb Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 26 Feb 2019 14:03:02 -0500 Subject: [PATCH 1/2] dnsmasq needs to always be running --- roles/network/templates/network/iiab-hotspot-off | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index 59301a55b..ceaae55b1 100755 --- a/roles/network/templates/network/iiab-hotspot-off +++ b/roles/network/templates/network/iiab-hotspot-off @@ -2,8 +2,8 @@ sed -i -e "s/^denyinterfaces/#denyinterfaces/" /etc/dhcpcd.conf systemctl disable hostapd systemctl stop hostapd -systemctl disable dnsmasq -systemctl stop dnsmasq +#systemctl disable dnsmasq +#systemctl stop dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking From b5d5e27079cb4e6fce79a08f69a0dc8455d78da2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 26 Feb 2019 14:11:49 -0500 Subject: [PATCH 2/2] Update iiab-hotspot-on --- roles/network/templates/network/iiab-hotspot-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/network/iiab-hotspot-on b/roles/network/templates/network/iiab-hotspot-on index 10cebc660..50bc74e9b 100755 --- a/roles/network/templates/network/iiab-hotspot-on +++ b/roles/network/templates/network/iiab-hotspot-on @@ -2,7 +2,7 @@ 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 dnsmasq +#systemctl enable dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking