diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/shorewall/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/shorewall/rules b/etc/shorewall/rules index 7e998cba..1b7c8ffe 100644 --- a/etc/shorewall/rules +++ b/etc/shorewall/rules @@ -19,11 +19,10 @@ SECTION NEW # Drop Ping from the "bad" net zone.. and prevent your log from being flooded.. - -Ping(DROP) net $FW +#Ping(DROP) net $FW # Permit all ICMP traffic FROM the firewall TO the net zone - +ACCEPT net $FW icmp ACCEPT $FW net icmp # incoming http and ssh are allowed |