nixos/estuary: Add Hurricane Electric and LUJE.net over Frys-IX

This commit is contained in:
2022-11-01 13:00:04 +00:00
parent e2f541ebe2
commit 1a847cc121
2 changed files with 37 additions and 15 deletions

View File

@@ -161,7 +161,7 @@ in
Name = "frys-ix";
Kind = "vlan";
};
vlanConfig.Id = 2605;
vlanConfig.Id = 2604;
};
};
@@ -177,6 +177,7 @@ in
Name = "wan";
RxBufferSize = 4096;
TxBufferSize = 4096;
MTUBytes = "9000";
};
};
# Mellanox ConnectX-2
@@ -290,7 +291,7 @@ in
firewall = {
trustedInterfaces = [ "base" "as211024" ];
udp.allowed = [ 5353 ];
tcp.allowed = [ 5353 ];
tcp.allowed = [ 5353 "bgp" ];
nat = {
enable = true;
externalInterface = "wan";