diff options
Diffstat (limited to 'hosts/poweredge/networking.nix')
| -rw-r--r-- | hosts/poweredge/networking.nix | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/hosts/poweredge/networking.nix b/hosts/poweredge/networking.nix index 7632a86..09759ee 100644 --- a/hosts/poweredge/networking.nix +++ b/hosts/poweredge/networking.nix @@ -22,6 +22,9 @@ interfaces.wan0 = { allowedUDPPorts = [ 51820 ]; }; + interfaces.lan0 = { + allowedTCPPorts = [ 2283 80 ]; # FIXME temp + }; }; # Additional advanced rules # TODO add multi NAT feature to router service @@ -54,19 +57,19 @@ staticLeases = { idrac-7N94GK2 = { macAddress = "50:9a:4c:5d:c3:7c"; - staticIp = "192.168.1.3"; + staticIp = "192.168.1.2"; }; OpenWrt-Attic = { macAddress = "34:98:b5:60:5e:be"; - staticIp = "192.168.1.4"; + staticIp = "192.168.1.3"; }; OpenWrt-Basement = { macAddress = "8c:3b:ad:35:c7:8c"; - staticIp = "192.168.1.5"; + staticIp = "192.168.1.4"; }; ArcherC54 = { macAddress = "12:eb:b6:13:f9:e2"; - staticIp = "192.168.1.6"; + staticIp = "192.168.1.5"; }; T495 = { macAddress = "04:33:c2:9d:34:74"; |
