fix(router02): Use old router ip
This commit is contained in:
parent
347c924114
commit
40fadb15e0
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
router02 = {
|
||||
interfaces = { };
|
||||
|
||||
addresses.ipv4 = [ "129.199.46.34" ];
|
||||
addresses.ipv4 = [ "129.199.146.230" ];
|
||||
|
||||
hostId = "144d0f7a";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue