Cannot just accept all ICMP6 traffc without specifying a type https://www.virtualmin.com/node/56771

This commit is contained in:
Jamie Cameron
2018-07-29 18:55:51 -07:00
parent 40c79d6dbe
commit 976fb63966

View File

@@ -106,11 +106,6 @@ if ($in{'auto'}) {
'dport' => [ "", "1024:65535" ],
'j' => [ "", 'ACCEPT' ],
'cmt' => 'Accept responses to DNS queries' },
{ 'chain' => 'INPUT',
'm' => [ [ "", "icmpv6" ] ],
'p' => [ [ "", "icmpv6" ] ],
'j' => [ "", 'ACCEPT' ],
'cmt' => 'Accept all ICMPv6 traffic' },
);
if ($in{'auto'} >= 3) {
# Allow ssh and ident