commit 883dfd5c0ef182bffa9b9dfbee2cbeeaa1cf88a3
parent 5ce8841b7d4d86d92154c847330caf0f233acfe1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 15 Jul 2022 15:13:36 +0200
parent 5ce8841b7d4d86d92154c847330caf0f233acfe1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Fri, 15 Jul 2022 15:13:36 +0200
machines/lollo/router/dnsmasq: remove static-lease for sip-gateway, add static-lease for gs-wp820 sip phone
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/machines/lollo/router/dnsmasq.nix b/machines/lollo/router/dnsmasq.nix @@ -47,12 +47,12 @@ in { host-record=influx.home.ctu.cx, 195.39.246.41, 2a0f:4ac0:acab::1 host-record=wiki.home.ctu.cx, 195.39.246.41, 2a0f:4ac0:acab::1 host-record=fedi.home.ctu.cx, 195.39.246.41, 2a0f:4ac0:acab::1 - host-record=pbx.home.ctu.cx, 195.39.246.46 address=/fritz.box/192.168.178.1 address=/lollo/10.0.0.1 address=/ads1700w/10.0.0.10 address=/scanner/10.0.0.10 + address=/sip-phone/10.0.0.20 enable-ra @@ -76,6 +76,7 @@ in { dhcp-host=f4:06:8d:df:1f:e3, accesspoint, 10.0.0.2 dhcp-host=28:c6:8e:19:e1:3c, wifi-bridge, 10.0.0.3 dhcp-host=5c:f3:70:b9:35:9c, ctux-ads1700w, 10.0.0.10 + dhcp-host=c0:74:ad:0a:6f:06, gs-wp820, 10.0.0.20 dhcp-host=2a0f:4ac0:acab::12a, ctux-garmin-vivo3, 10.0.0.210 dhcp-host=id:e8:6a:64:f4:49:e7, stasicontainer, [2a0f:4ac0:acab::35] @@ -98,8 +99,6 @@ in { dhcp-host=id:50:ed:3c:44:34:c4, blechbuechse, [2a0f:4ac0:acab::45] dhcp-host=50:ed:3c:44:34:c4, blechbuechse, 195.39.246.45 - - dhcp-host=34:31:c4:46:88:31, fritz7312, 195.39.246.46 ''; };