This commit is contained in:
Daniel Flanagan 2023-11-02 18:29:49 +00:00
parent dca612a391
commit 7b71687943
1 changed files with 13 additions and 10 deletions

View File

@ -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