1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

routnerr-3/networking: 1GbE mgmt0 for now

This commit is contained in:
Matt Layher 2023-12-02 13:38:16 -05:00
parent 9b644b0d78
commit 76ec9271e7

View file

@ -170,7 +170,7 @@ in {
# Physical management LAN. For physical LANs, we have to make sure to match
# on both Type and MACAddress since VLANs would share the same MAC.
links."15-mgmt0" = ethLink "mgmt0" "f4:90:ea:00:c7:90";
links."15-mgmt0" = ethLink "mgmt0" "f4:90:ea:00:c7:8e";
networks."15-mgmt0" = {
matchConfig.Name = "mgmt0";
@ -212,6 +212,10 @@ in {
});
};
# Unused Ethernet and SFP+ links.
links."15-eth2" = ethLink "eth2" "f4:90:ea:00:c7:8f";
links."15-sfp0" = ethLink "sfp0" "f4:90:ea:00:c7:90";
# Home VLAN.
netdevs."20-lan0" = vlanNetdev "lan0" 10;
networks."20-lan0" = vlanNetwork "lan0" 10;