mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-03 12:09:14 +01:00
Change samples to DROP ping rather than REJECT
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8498 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
44472dd288
commit
f1a1c7cd3a
@ -1,4 +1,4 @@
|
||||
#
|
||||
L#
|
||||
# Shorewall version 4.0 - Sample Rules File for one-interface configuration.
|
||||
# Copyright (C) 2006 by the Shorewall Team
|
||||
#
|
||||
@ -17,9 +17,9 @@
|
||||
#ACTION SOURCE DEST PROTO DEST SOURCE ORIGINAL RATE USER/ MARK
|
||||
# PORT PORT(S) DEST LIMIT GROUP
|
||||
|
||||
# Reject Ping from the "bad" net zone.. and prevent your log from being flooded..
|
||||
# Drop Ping from the "bad" net zone.. and prevent your log from being flooded..
|
||||
|
||||
Ping/REJECT net $FW
|
||||
Ping/DROP net $FW
|
||||
|
||||
# Permit all ICMP traffic FROM the firewall TO the net zone
|
||||
|
||||
|
@ -32,9 +32,9 @@ SSH/ACCEPT loc dmz
|
||||
DNS/ACCEPT dmz net
|
||||
|
||||
|
||||
# Reject Ping from the "bad" net zone.
|
||||
# Drop Ping from the "bad" net zone.
|
||||
|
||||
Ping/REJECT net $FW
|
||||
Ping/DROP net $FW
|
||||
|
||||
#
|
||||
# Make ping work bi-directionally between the dmz, net, Firewall and local zone
|
||||
|
@ -30,10 +30,10 @@ SSH/ACCEPT loc $FW
|
||||
Ping/ACCEPT loc $FW
|
||||
|
||||
#
|
||||
# Reject Ping from the "bad" net zone.. and prevent your log from being flooded..
|
||||
# Drop Ping from the "bad" net zone.. and prevent your log from being flooded..
|
||||
#
|
||||
|
||||
Ping/REJECT net $FW
|
||||
Ping/DROP net $FW
|
||||
|
||||
ACCEPT $FW loc icmp
|
||||
ACCEPT $FW net icmp
|
||||
|
Loading…
Reference in New Issue
Block a user