diff --git a/hosts/ixp-as11201/configuration.nix b/hosts/ixp-as11201/configuration.nix index f9a5ed7d..19cdf5e0 100755 --- a/hosts/ixp-as11201/configuration.nix +++ b/hosts/ixp-as11201/configuration.nix @@ -69,18 +69,18 @@ "2001:4:112::1/48" # blackhole.as112.arpa (anycast) ]; } - # { - # name = "ixp-peering"; - # link = { - # state = "up"; - # kind = "physical"; - # permaddr = macPeering; - # }; - # addresses = [ - # "2001:7f8:79::70:1/64" - # "193.201.151.70/26" - # ]; - # } + { + name = "ixp-peering"; + link = { + state = "up"; + kind = "physical"; + permaddr = "40:f2:e9:2d:d6:6a"; + }; + addresses = [ + "2001:7f8:79::70:1/64" + "193.201.151.70/26" + ]; + } ]; }; diff --git a/hosts/svc-hv01/network.nix b/hosts/svc-hv01/network.nix index 04eaba5e..86bf374d 100644 --- a/hosts/svc-hv01/network.nix +++ b/hosts/svc-hv01/network.nix @@ -46,13 +46,13 @@ in bond_updelay = 300; }; } - { name = "eno2"; link = { state = "up"; kind = "physical"; businfo = "0000:06:00.0"; master = "ixp-peering"; }; } + #{ name = "eno2"; link = { state = "up"; kind = "physical"; businfo = "0000:06:00.0"; master = "ixp-peering"; }; } { name = "eno3"; link = { state = "up"; kind = "physical"; businfo = "0000:06:00.1"; }; } { name = "eno4"; link = { kind = "physical"; businfo = "0000:06:00.2"; }; } { name = "eno5"; link = { kind = "physical"; businfo = "0000:06:00.3"; }; } (mkBondedInterface "enp144s0" "00:02:c9:23:4c:20" "bond") (mkBondedInterface "enp144s0d1" "00:02:c9:23:4c:21" "bond") - { name = "ixp-peering"; link = { state = "up"; kind = "bridge"; }; } + #{ name = "ixp-peering"; link = { state = "up"; kind = "bridge"; }; } ] ++ (lib.flatten (lib.mapAttrsToList (name: value: [