From ac91d2398aca8b5197c6b0ee45dd7e7f3afd0660 Mon Sep 17 00:00:00 2001 From: "tiago.ferreira" Date: Thu, 18 Sep 2025 00:32:21 +0000 Subject: [PATCH] Atualizar Confs/srv1/nftables.conf --- Confs/srv1/nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } }