fix(router02): Use old router ip
Some checks failed
Check meta / check_meta (push) Failing after 20s
lint / check (push) Successful in 23s
build configuration / build_krz01 (push) Successful in 1m27s

This commit is contained in:
sinavir 2024-10-18 13:34:52 +02:00
parent 347c924114
commit 40fadb15e0
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
networkConfig = {
Description = "ENS uplink";
Address = [ "129.199.146.34/24" ];
Address = [ "129.199.146.230/24" ];
Gateway = "129.199.146.254";
LLDP = true;
# Only to the switch we are connected to directly, e.g. the hypervisor or the switch.

View file

@ -24,7 +24,7 @@
router02 = {
interfaces = { };
addresses.ipv4 = [ "129.199.46.34" ];
addresses.ipv4 = [ "129.199.146.230" ];
hostId = "144d0f7a";
};