Modifié : sisr1/tp08/firewall_regles.txt

This commit is contained in:
guillaume.emorine 2024-04-29 09:38:46 +02:00
parent 3297812ab9
commit 28f9998223

View File

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