forked from extern/shorewall_code
Remove Multicast from the shorewall6.conf samples
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
c7a3104bdb
commit
e17f22e85d
@ -351,8 +351,8 @@ ACCEPT - - tcp 135,139,445</programlisting>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>The recommended settings for the 6 policy actions for IPv4 are:
|
||||
</para>
|
||||
<para>The recommended settings for the 6 policy actions for IPv4
|
||||
are:</para>
|
||||
|
||||
<programlisting> ACCEPT_DEFAULT=none
|
||||
BLACKLIST_DEFAULT="Broadcast(DROP),Multicast(DROP),dropNotSyn:$LOG_LEVEL,dropInvalid:$LOG_LEVEL,DropDNSrep:$LOG_LEVEL"
|
||||
@ -365,11 +365,11 @@ ACCEPT - - tcp 135,139,445</programlisting>
|
||||
<para>The recommended settings for IPv6 are:</para>
|
||||
|
||||
<programlisting> ACCEPT_DEFAULT=none
|
||||
BLACKLIST_DEFAULT="AllowICMPs,Broadcast(DROP),Multicast(DROP),dropNotSyn:$LOG_LEVEL,DropDNSrep:$LOG_LEVEL"
|
||||
DROP_DEFAULT="AllowICMPs,Broadcast(DROP),Multicast(DROP)"
|
||||
BLACKLIST_DEFAULT="AllowICMPs,Broadcast(DROP),dropNotSyn:$LOG_LEVEL,DropDNSrep:$LOG_LEVEL"
|
||||
DROP_DEFAULT="AllowICMPs,Broadcast(DROP)"
|
||||
NFQUEUE_DEFAULT=none
|
||||
QUEUE_DEFAULT=none
|
||||
REJECT_DEFAULT="AllowICMPs,Broadcast(DROP),Multicast(DROP)"
|
||||
REJECT_DEFAULT="AllowICMPs,Broadcast(DROP)"
|
||||
</programlisting>
|
||||
|
||||
<para>Note that in both cases, logging occurs based on the setting of
|
||||
|
Loading…
Reference in New Issue
Block a user