forked from guillaume.emorine/siotp
Actualiser sisr1/tp07/files_firewall/current_ruleset_partie_3.nft
This commit is contained in:
parent
c1bf2198d4
commit
e78483c48a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user