Atualizar Confs/srv1/nftables.conf
This commit is contained in:
@@ -19,6 +19,6 @@ table ip nat {
|
||||
|
||||
chain PREROUTING {
|
||||
type nat hook prerouting priority dstnat; policy accept;
|
||||
ip saddr 192.168.56.1 ip daddr 192.168.56.200 tcp dport 10001 counter packets 0 bytes 0 dnat to 172.17.0.2:22
|
||||
ip saddr 192.168.56.1 ip daddr 192.168.56.100 tcp dport 10001 counter packets 0 bytes 0 dnat to 172.17.0.2:22
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user