Update nftables.conf
This commit is contained in:
@@ -36,7 +36,7 @@ table inet nat {
|
|||||||
chain prerouting {
|
chain prerouting {
|
||||||
type nat hook prerouting priority filter; policy accept
|
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 3015 dnat ip to 192.168.100.2:3015
|
||||||
ip daddr 172.15.40.2 tcp dport 80 dnat ip to 192.168.100.2:80
|
ip daddr 172.16.40.2 tcp dport 80 dnat ip to 192.168.100.2:80
|
||||||
}
|
}
|
||||||
chain postrouting {
|
chain postrouting {
|
||||||
type nat hook postrouting priority srcnat
|
type nat hook postrouting priority srcnat
|
||||||
|
|||||||
Reference in New Issue
Block a user