Jland
This commit is contained in:
parent
dca612a391
commit
7b71687943
1 changed files with 13 additions and 10 deletions
|
@ -48,21 +48,21 @@ table ip nat {
|
||||||
fib daddr type local dnat ip addr . port to meta l4proto . th dport map @map_port_ipport
|
fib daddr type local dnat ip addr . port to meta l4proto . th dport map @map_port_ipport
|
||||||
|
|
||||||
# chromebox
|
# chromebox
|
||||||
iifname $WAN tcp dport { 8008, 8448, 7777 } 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 { 7777 } dnat to 192.168.0.5
|
||||||
iifname $WAN udp dport 60010-60019 dnat to 192.168.0.5
|
# iifname $WAN udp dport 60010-60019 dnat to 192.168.0.5
|
||||||
|
|
||||||
# old dragon?
|
# old dragon?
|
||||||
# iifname $WAN tcp dport { 2221, 5588, 5589 } dnat to 192.168.0.10
|
# 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 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 tcp dport { 10578, 5588, 5589 } dnat to 192.168.0.11
|
||||||
iifname $WAN udp dport { 10578 } dnat to 192.168.0.11
|
# iifname $WAN udp dport { 10578 } dnat to 192.168.0.11
|
||||||
|
|
||||||
# dragon reinstall?
|
# dragon reinstall?
|
||||||
iifname $WAN tcp dport { 2221, 5588, 5589 } 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 { 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 60020-60029 dnat to 192.168.0.10
|
||||||
# iifname $WAN udp dport 9876-9877 dnat to 192.168.0.10 # valheim
|
# iifname $WAN udp dport 9876-9877 dnat to 192.168.0.10 # valheim
|
||||||
|
|
||||||
# beefcake (ben access)
|
# beefcake (ben access)
|
||||||
|
@ -76,8 +76,11 @@ table ip nat {
|
||||||
iifname $WAN tcp dport { 8022 } dnat to 192.168.0.248
|
iifname $WAN tcp dport { 8022 } dnat to 192.168.0.248
|
||||||
|
|
||||||
# ourcraft
|
# ourcraft
|
||||||
iifname $WAN tcp 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
|
# 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
|
# router
|
||||||
iifname $WAN tcp dport { 2201 } dnat to 192.168.0.1
|
iifname $WAN tcp dport { 2201 } dnat to 192.168.0.1
|
||||||
|
|
Loading…
Reference in a new issue