Add AllowICMPs to the REJECT_DEFAULT setting.

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2017-03-08 09:47:40 -08:00
parent a98c1d5b35
commit e4bf2b99bf
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10
5 changed files with 5 additions and 5 deletions

View File

@ -114,7 +114,7 @@ BLACKLIST_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs,dropNotSyn:$LOG_LE
DROP_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
NFQUEUE_DEFAULT=none
QUEUE_DEFAULT=none
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP)"
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
###############################################################################
# R S H / R C P C O M M A N D S

View File

@ -125,7 +125,7 @@ BLACKLIST_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs,dropNotSyn:$LOG_LE
DROP_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
NFQUEUE_DEFAULT=none
QUEUE_DEFAULT=none
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP)"
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
###############################################################################
# R S H / R C P C O M M A N D S

View File

@ -122,7 +122,7 @@ BLACKLIST_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs,dropNotSyn:$LOG_LE
DROP_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
NFQUEUE_DEFAULT=none
QUEUE_DEFAULT=none
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP)"
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
###############################################################################
# R S H / R C P C O M M A N D S

View File

@ -125,7 +125,7 @@ BLACKLIST_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs,dropNotSyn:$LOG_LE
DROP_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
NFQUEUE_DEFAULT=none
QUEUE_DEFAULT=none
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP)"
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
###############################################################################
# R S H / R C P C O M M A N D S

View File

@ -114,7 +114,7 @@ BLACKLIST_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs,dropNotSyn:$LOG_LE
DROP_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
NFQUEUE_DEFAULT=none
QUEUE_DEFAULT=none
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP)"
REJECT_DEFAULT="Broadcast(DROP),Multicast(DROP),AllowICMPs"
###############################################################################
# R S H / R C P C O M M A N D S