diff --git a/Confs/srv1/nftables.conf b/Confs/srv1/nftables.conf index d11dfe0..fd12a39 100644 --- a/Confs/srv1/nftables.conf +++ b/Confs/srv1/nftables.conf @@ -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 } }