Modifications de fichiers #6

Manually merged
guillaume.emorine merged 6 commits from tests into main 2024-04-29 09:36:58 +02:00
Showing only changes of commit 073c436bc9 - Show all commits

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,7 +204,7 @@ 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
}