Allow icmp(v6)
Allow pings and icmp traffic for both ipv4 and ipv6
This commit is contained in:
parent
88348aedab
commit
15c0bf1625
|
@ -261,6 +261,8 @@ nft_input_default_rules:
|
|||
- ip6 daddr @ip6blackhole counter drop
|
||||
015 localhost:
|
||||
- iif lo accept
|
||||
050 icmp:
|
||||
- meta l4proto {icmp,icmpv6} accept
|
||||
200 input udp accepted:
|
||||
- udp dport @in_udp_accept ct state new accept
|
||||
210 input tcp accepted:
|
||||
|
|
Loading…
Reference in New Issue