mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-01 18:53:48 +01:00
Merge branch 'master' into 'master'
Allow all types of ICMP packets in ip6tables rules (#105) See merge request fdupoux/sysresccd-src!46
This commit is contained in:
commit
8ea6ff2872
|
|
@ -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