1
This commit is contained in:
@@ -35,8 +35,8 @@ table inet filter {
|
||||
table inet nat {
|
||||
chain prerouting {
|
||||
type nat hook prerouting priority filter; policy accept
|
||||
ip daddr 172.16.50.2 tcp dport 3015 dnat ip to 192.168.200.2:3015
|
||||
ip daddr 172.16.50.2 tcp dport 80 dnat ip to 192.168.200.2:8080
|
||||
ip daddr 172.16.2.2 tcp dport 2026 dnat ip to 192.168.200.2:2026
|
||||
ip daddr 172.16.2.2 tcp dport 8080 dnat ip to 192.168.200.2:8080
|
||||
}
|
||||
chain postrouting {
|
||||
type nat hook postrouting priority srcnat
|
||||
|
||||
@@ -35,8 +35,8 @@ table inet filter {
|
||||
table inet nat {
|
||||
chain prerouting {
|
||||
type nat hook prerouting priority filter; policy accept
|
||||
ip daddr 172.16.40.2 tcp dport 3015 dnat ip to 192.168.100.2:3015
|
||||
ip daddr 172.16.40.2 tcp dport 80 dnat ip to 192.168.100.2:80
|
||||
ip daddr 172.16.1.2 tcp dport 2026 dnat ip to 192.168.100.2:2026
|
||||
ip daddr 172.16.1.2 tcp dport 8080 dnat ip to 192.168.100.2:80
|
||||
}
|
||||
chain postrouting {
|
||||
type nat hook postrouting priority srcnat
|
||||
|
||||
Reference in New Issue
Block a user