Skip to content

Commit

Permalink
svc-adm01: update peering lan mac
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding committed Dec 10, 2024
1 parent 28ddf52 commit f5bad5d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 deletions hosts/ixp-as11201/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];
}
];
};

Expand Down
4 changes: 2 additions & 2 deletions hosts/svc-hv01/network.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit f5bad5d

Please sign in to comment.