2 changed files with 15 additions and 0 deletions
@ -0,0 +1,12 @@ |
|||||
|
|
||||
|
table inet firewall { |
||||
|
chain global { |
||||
|
# Interdiction de l'encapsulation ipv6 dans ipv4 |
||||
|
ip protocol 6 drop; |
||||
|
|
||||
|
# Gestion de l'ICMP : |
||||
|
# On empêche le ping flood |
||||
|
icmp type echo-request limit rate over 50/second drop; |
||||
|
icmp accept; |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue