Actualiser sisr1/tp07/files_firewall/current_ruleset_partie_3.nft

This commit is contained in:
guillaume.emorine 2024-04-04 10:36:46 +02:00
parent c1bf2198d4
commit e78483c48a

View File

@ -10,7 +10,7 @@ table ip ipfilter{
type filter hook prerouting priority filter; policy drop;
icmp type echo-reply accept
icmp type echo-request iif {$lanif} oif {$dmzif} accept
icmp type echo-request iif {$lanif} ip daddr {$iplan}
icmp type echo-request iif {$lanif} ip daddr {$iplan} accept
tcp dport 22 accept
}
chain system_in {