From 976fb639667ec9c78d23e760d0c1ab0ca3aaf2e8 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 29 Jul 2018 18:55:51 -0700 Subject: [PATCH] Cannot just accept all ICMP6 traffc without specifying a type https://www.virtualmin.com/node/56771 --- firewall/setup6.cgi | 5 ----- 1 file changed, 5 deletions(-) diff --git a/firewall/setup6.cgi b/firewall/setup6.cgi index 7739f7f6c..dcd67362b 100755 --- a/firewall/setup6.cgi +++ b/firewall/setup6.cgi @@ -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