commit 0fe0356bb56a36cfb94477c39cc1403d2ea62f7b
parent 70e7a5fd2c0aeaa918df710e491bf9342772a850
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 12 Oct 2022 17:01:03 +0200
parent 70e7a5fd2c0aeaa918df710e491bf9342772a850
Author: Leah (ctucx) <git@ctu.cx>
Date: Wed, 12 Oct 2022 17:01:03 +0200
machines/lollo/router/dnsmasq: update dhcp-leases
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/machines/lollo/router/dnsmasq.nix b/machines/lollo/router/dnsmasq.nix @@ -80,11 +80,14 @@ in { dhcp-option=public, option:router, 195.39.246.41 dhcp-option=public, option:dns-server, 195.39.246.41 - 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=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, ctucx-gs-wp820, 10.0.0.20 + dhcp-host=50:57:8a:3d:63:4c, ctucx-ipad, 10.0.0.30 + dhcp-host=10:4e:89:c2:83:40, ctucx-garmin-vivo3, 10.0.0.210 + + dhcp-host=00:e0:4c:30:05:ed, cbc-ffm02487, 195.39.246.34 dhcp-host=id:e8:6a:64:f4:49:e7, stasicontainer, [2a0f:4ac0:acab::35] dhcp-host=e8:6a:64:f4:49:e7, stasicontainer, 195.39.246.35 @@ -101,11 +104,8 @@ in { dhcp-host=id:14:98:77:42:1c:2f, blechkasten, [2a0f:4ac0:acab::42] dhcp-host=14:98:77:42:1c:2f, blechkasten, 195.39.246.42 - dhcp-host=id:04:ea:56:f3:0b:5b, coladose, [2a0f:4ac0:acab::43] - dhcp-host=04:ea:56:f3:0b:5b, coladose, 195.39.246.43 - - dhcp-host=id:1c:57:dc:40:dc:b2, blechbuechse, [2a0f:4ac0:acab::44] - dhcp-host=1c:57:dc:40:dc:b2, blechbuechse, 195.39.246.44 + dhcp-host=id:1c:57:dc:40:dc:b2, blechbuechse, [2a0f:4ac0:acab::43] + dhcp-host=1c:57:dc:40:dc:b2, blechbuechse, 195.39.246.43 ''; };