From 28f99982235f8ea852059b20785843697a515207 Mon Sep 17 00:00:00 2001 From: "guillaume.emorine" Date: Mon, 29 Apr 2024 09:38:46 +0200 Subject: [PATCH] =?UTF-8?q?=09Modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20sisr1/tp08/firewall=5Fregles.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sisr1/tp08/firewall_regles.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sisr1/tp08/firewall_regles.txt b/sisr1/tp08/firewall_regles.txt index 450c7df..0e1a112 100644 --- a/sisr1/tp08/firewall_regles.txt +++ b/sisr1/tp08/firewall_regles.txt @@ -6,7 +6,8 @@ # Etape 5 - oui # Etape 6 - oui # Etape 7 - oui -# Etape 8 - non +# Etape 8 - oui +# Etape 9 - non # Définition des interfaces avec un nom define netif = enp0s3 @@ -203,8 +204,8 @@ table ip ipfilter { chain nat_postrouting { type nat hook postrouting priority filter; policy accept; - ip saddr $dmz-ntw masquerade + ip saddr $dmz-ntw snat $firewall-net } -} +} \ No newline at end of file