mirror of
https://github.com/webmin/webmin.git
synced 2026-06-21 20:00:26 +01:00
Allow all types of ICMPv6 traffic https://sourceforge.net/p/webadmin/bugs/4900/
This commit is contained in:
@@ -108,33 +108,8 @@ if ($in{'auto'}) {
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "icmpv6" ] ],
|
||||
'p' => [ [ "", "icmpv6" ] ],
|
||||
'icmpv6-type' => [ "", "echo-reply" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept responses to our pings' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "icmpv6" ] ],
|
||||
'p' => [ [ "", "icmpv6" ] ],
|
||||
'icmpv6-type' => [ "", "destination-unreachable" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept notifications of unreachable hosts' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "icmpv6" ] ],
|
||||
'p' => [ [ "", "icmpv6" ] ],
|
||||
'icmpv6-type' => [ "", "packet-too-big" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept notifications to reduce sending speed' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "icmpv6" ] ],
|
||||
'p' => [ [ "", "icmpv6" ] ],
|
||||
'icmpv6-type' => [ "", "time-exceeded" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept notifications of lost packets' },
|
||||
{ 'chain' => 'INPUT',
|
||||
'm' => [ [ "", "icmpv6" ] ],
|
||||
'p' => [ [ "", "icmpv6" ] ],
|
||||
'icmpv6-type' => [ "", "parameter-problem" ],
|
||||
'j' => [ "", 'ACCEPT' ],
|
||||
'cmt' => 'Accept notifications of protocol problems' }
|
||||
'cmt' => 'Accept all ICMPv6 traffic' },
|
||||
);
|
||||
if ($in{'auto'} >= 3) {
|
||||
# Allow ssh and ident
|
||||
|
||||
Reference in New Issue
Block a user