c3d2iot: rename c3d2iot-gw to iot-gw

This commit is contained in:
Astro 2024-02-04 20:01:34 +01:00
parent 8dcb480ea3
commit f255d09d70
2 changed files with 8 additions and 8 deletions

View File

@ -3,19 +3,19 @@
dhcp = {
start = "10.22.0.2";
end = "10.22.255.253";
router = "c3d2iot-gw";
server = "c3d2iot-gw";
router = "iot-gw";
server = "iot-gw";
time = 120;
max-time = 12 * 3600;
};
dynamicDomain = true;
domainName = "c3d2iot.zentralwerk.org";
hosts4 = {
c3d2iot-gw = "10.22.0.1";
iot-gw = "10.22.0.1";
};
hosts6 = {
dn42 = {
c3d2iot-gw = "fd23:42:c3d2:587:ffff:ffff:ffff:ffff";
iot-gw = "fd23:42:c3d2:587:ffff:ffff:ffff:ffff";
};
};
subnet4 = "10.22.0.0/16";
@ -25,7 +25,7 @@
};
};
site.hosts.c3d2iot-gw = {
site.hosts.iot-gw = {
firewall.enable = true;
interfaces = {
core = {

View File

@ -74,7 +74,7 @@
coloradio-gw = "172.20.72.62";
vpn-gw = "172.20.72.69";
flpk-gw = "172.20.72.71";
c3d2iot-gw = "172.20.72.77";
iot-gw = "172.20.72.77";
};
hosts6 = {
dn42 = {
@ -87,7 +87,7 @@
cls-gw = "fd23:42:c3d2:581::c3d2:4";
freifunk = "fd23:42:c3d2:581:8000::1";
mgmt-gw = "fd23:42:c3d2:581::8:3";
c3d2iot-gw = "fd23:42:c3d2:581::8:7";
iot-gw = "fd23:42:c3d2:581::8:7";
priv1-gw = "fd23:42:c3d2:581::c:0";
priv10-gw = "fd23:42:c3d2:581::c:9";
priv11-gw = "fd23:42:c3d2:581::c:a";
@ -154,7 +154,7 @@
cls-gw = "2a00:8180:2c00:281::8:4";
freifunk = "2a00:8180:2c00:281:8000::1";
mgmt-gw = "2a00:8180:2c00:281::8:3";
c3d2iot-gw = "2a00:8180:2c00:281::8:7";
iot-gw = "2a00:8180:2c00:281::8:7";
priv1-gw = "2a00:8180:2c00:281::c:0";
priv10-gw = "2a00:8180:2c00:281::c:9";
priv11-gw = "2a00:8180:2c00:281::c:a";