Atualizar Confs/srv1/nftables.conf

This commit is contained in:
2025-09-18 00:32:21 +00:00
parent b757fe2c11
commit ac91d2398a

View File

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