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