From 7b71687943c56ebca4473e97c86592cf9e10ef00 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 2 Nov 2023 18:29:49 +0000 Subject: [PATCH] Jland --- nftables.conf | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/nftables.conf b/nftables.conf index ba16e01..b94254b 100755 --- a/nftables.conf +++ b/nftables.conf @@ -48,21 +48,21 @@ table ip nat { fib daddr type local dnat ip addr . port to meta l4proto . th dport map @map_port_ipport # chromebox - iifname $WAN tcp dport { 8008, 8448, 7777 } dnat to 192.168.0.5 - iifname $WAN udp dport { 7777 } dnat to 192.168.0.5 - iifname $WAN udp dport 60010-60019 dnat to 192.168.0.5 + # iifname $WAN tcp dport { 8008, 8448, 7777 } dnat to 192.168.0.5 + # iifname $WAN udp dport { 7777 } dnat to 192.168.0.5 + # iifname $WAN udp dport 60010-60019 dnat to 192.168.0.5 # old dragon? # iifname $WAN tcp dport { 2221, 5588, 5589 } dnat to 192.168.0.10 # iifname $WAN udp dport 60020-60029 dnat to 192.168.0.10 - iifname $WAN tcp dport { 10578, 5588, 5589 } dnat to 192.168.0.11 - iifname $WAN udp dport { 10578 } dnat to 192.168.0.11 + # iifname $WAN tcp dport { 10578, 5588, 5589 } dnat to 192.168.0.11 + # iifname $WAN udp dport { 10578 } dnat to 192.168.0.11 # dragon reinstall? - iifname $WAN tcp dport { 2221, 5588, 5589 } dnat to 192.168.0.10 - iifname $WAN udp dport { 2221, 5588, 5589 } dnat to 192.168.0.10 - iifname $WAN udp dport 60020-60029 dnat to 192.168.0.10 + # iifname $WAN tcp dport { 2221, 5588, 5589 } dnat to 192.168.0.10 + # iifname $WAN udp dport { 2221, 5588, 5589 } dnat to 192.168.0.10 + # iifname $WAN udp dport 60020-60029 dnat to 192.168.0.10 # iifname $WAN udp dport 9876-9877 dnat to 192.168.0.10 # valheim # beefcake (ben access) @@ -76,8 +76,11 @@ table ip nat { iifname $WAN tcp dport { 8022 } dnat to 192.168.0.248 # ourcraft - iifname $WAN tcp dport { 2456, 2457, 25565, 34197 } dnat to 192.168.0.244 - iifname $WAN udp dport { 2456, 2457, 25565, 34197 } dnat to 192.168.0.244 + # iifname $WAN tcp dport { 2456, 2457, 25565, 34197 } dnat to 192.168.0.244 + # iifname $WAN udp dport { 2456, 2457, 25565, 34197 } dnat to 192.168.0.244 + + # jland + iifname $WAN tcp dport { 25565 } dnat to 192.168.0.10 # router iifname $WAN tcp dport { 2201 } dnat to 192.168.0.1