From 6890f2d4e378445cd3b78c29627432ebd513e884 Mon Sep 17 00:00:00 2001 From: "jeremy.thomas" Date: Thu, 10 Apr 2025 14:54:11 +0200 Subject: [PATCH] Correction d'une erreur de frappe dans la partie 3 du tp6 --- sisr1/tp06-firewall/current_ruleset.nft | 2 +- sisr1/tp06-firewall/fw_part3.nft | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sisr1/tp06-firewall/current_ruleset.nft b/sisr1/tp06-firewall/current_ruleset.nft index 2c612d7..5bf849f 100644 --- a/sisr1/tp06-firewall/current_ruleset.nft +++ b/sisr1/tp06-firewall/current_ruleset.nft @@ -25,7 +25,7 @@ table ip ipfilter { chain routing { type filter hook forward priority filter; policy drop; icmp type echo-request iif $lanif oif $dmzif accept - icmp type echo-request iif $dmzif oif $lanif accept + icmp type echo-reply iif $dmzif oif $lanif accept } chain system_out { type filter hook output priority filter; policy drop; diff --git a/sisr1/tp06-firewall/fw_part3.nft b/sisr1/tp06-firewall/fw_part3.nft index 2c612d7..5bf849f 100644 --- a/sisr1/tp06-firewall/fw_part3.nft +++ b/sisr1/tp06-firewall/fw_part3.nft @@ -25,7 +25,7 @@ table ip ipfilter { chain routing { type filter hook forward priority filter; policy drop; icmp type echo-request iif $lanif oif $dmzif accept - icmp type echo-request iif $dmzif oif $lanif accept + icmp type echo-reply iif $dmzif oif $lanif accept } chain system_out { type filter hook output priority filter; policy drop;