forked from extern/shorewall_code
Merge branch 'master' of ssh://git.code.sf.net/p/shorewall/code
This commit is contained in:
commit
04ec8273ef
@ -23,14 +23,17 @@ COUNT
|
|||||||
#
|
#
|
||||||
Auth(A_DROP)
|
Auth(A_DROP)
|
||||||
#
|
#
|
||||||
|
# ACCEPT critical ICMP types
|
||||||
|
#
|
||||||
|
# For IPv6 connectivity ipv6-icmp broadcasting is required so
|
||||||
|
# AllowICMPs must be before broadcast Drop.
|
||||||
|
#
|
||||||
|
A_AllowICMPs - - icmp
|
||||||
|
#
|
||||||
# Don't log broadcasts
|
# Don't log broadcasts
|
||||||
#
|
#
|
||||||
dropBcast(audit)
|
dropBcast(audit)
|
||||||
#
|
#
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
A_AllowICMPs - - icmp
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log.
|
# and just confuse people when they appear in the log.
|
||||||
#
|
#
|
||||||
|
@ -18,15 +18,18 @@
|
|||||||
#
|
#
|
||||||
COUNT
|
COUNT
|
||||||
#
|
#
|
||||||
|
# ACCEPT critical ICMP types
|
||||||
|
#
|
||||||
|
# For IPv6 connectivity ipv6-icmp broadcasting is required so
|
||||||
|
# AllowICMPs must be before broadcast Drop.
|
||||||
|
#
|
||||||
|
A_AllowICMPs - - icmp
|
||||||
|
#
|
||||||
# Drop Broadcasts so they don't clutter up the log
|
# Drop Broadcasts so they don't clutter up the log
|
||||||
# (broadcasts must *not* be rejected).
|
# (broadcasts must *not* be rejected).
|
||||||
#
|
#
|
||||||
dropBcast(audit)
|
dropBcast(audit)
|
||||||
#
|
#
|
||||||
# ACCEPT critical ICMP types
|
|
||||||
#
|
|
||||||
A_AllowICMPs - - icmp
|
|
||||||
#
|
|
||||||
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
# Drop packets that are in the INVALID state -- these are usually ICMP packets
|
||||||
# and just confuse people when they appear in the log (these ICMPs cannot be
|
# and just confuse people when they appear in the log (these ICMPs cannot be
|
||||||
# rejected).
|
# rejected).
|
||||||
|
Loading…
Reference in New Issue
Block a user