mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2025-12-06 07:12:01 +01:00
Allow all types of ICMP packets in ip6tables rules (#105)
This commit is contained in:
parent
f586e13e36
commit
cb5fa2147d
|
|
@ -5,7 +5,7 @@
|
|||
-N LOGDROP
|
||||
-A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT
|
||||
-A INPUT -i lo -j ACCEPT
|
||||
-A INPUT -p ipv6-icmp -m icmp6 --icmpv6-type 128 -m conntrack --ctstate NEW -j ACCEPT
|
||||
-A INPUT -p ipv6-icmp -j ACCEPT
|
||||
-A INPUT -j LOGDROP
|
||||
-A LOGDROP -m limit --limit 10/sec -j LOG --log-prefix "iptables-dropped: "
|
||||
-A LOGDROP -j DROP
|
||||
|
|
|
|||
Loading…
Reference in a new issue