Actualiser sisr1/tp07/files_firewall/current_ruleset_partie_3.nft
This commit is contained in:
		@@ -10,7 +10,7 @@ table ip ipfilter{
 | 
				
			|||||||
                type filter hook prerouting priority filter; policy drop;
 | 
					                type filter hook prerouting priority filter; policy drop;
 | 
				
			||||||
		icmp type echo-reply accept
 | 
							icmp type echo-reply accept
 | 
				
			||||||
		icmp type echo-request iif {$lanif} oif {$dmzif} 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
 | 
							tcp dport 22 accept
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
	chain system_in {
 | 
						chain system_in {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user