Remove vestiges of old P2P DHCP range.

This commit is contained in:
Robin Davies
2024-10-12 19:20:17 -04:00
parent 807dd613ac
commit b05f31aa8e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
interface=p2p-${WLAN}-* interface=p2p-${WLAN}-*
#disable dns, dhcp only.a" #disable dns, dhcp only.a"
port=0 port=0
dhcp-range=172.23.0.20,172.23.0.127,15m dhcp-range=192.168.60.20,192.168.60.127,15m
domain=local domain=local
address=/pipedal-p2p.local/172.23.0.2 address=/pipedal-p2p.local/192.168.60.2
except-interface=eth0 except-interface=eth0
except-interface=${WLAN} except-interface=${WLAN}
+2 -2
View File
@@ -3,9 +3,9 @@ server=8.8.4.4
interface=p2p-wlan0-0 interface=p2p-wlan0-0
dhcp-range=172.23.0.3,172.23.0.127,15m dhcp-range=192.168.60.3,192.168.60.127,15m
domain=local domain=local
address=/pipedal.local/172.23.0.2 address=/pipedal.local/192.168.60.2
except-interface=eth0 except-interface=eth0
except-interface=wlan0 except-interface=wlan0
+2 -2
View File
@@ -1,9 +1,9 @@
# PiPedal dnsmasq settings for p2p # PiPedal dnsmasq settings for p2p
#disable dns, dhcp only." #disable dns, dhcp only."
port=0 port=0
dhcp-range=172.23.0.3,172.23.0.127,15m dhcp-range=192.168.60.3,192.168.60.127,15m
domain=local domain=local
address=/pipedal-p2p.local/172.23.0.2 address=/pipedal-p2p.local/192.168.60.2
# defensive. Not actually required. # defensive. Not actually required.
except-interface=eth0 except-interface=eth0