summaryrefslogtreecommitdiffstats
path: root/package/firewall
diff options
context:
space:
mode:
authorTravis Kemen <thepeople@openwrt.org>2010-03-18 03:46:41 +0000
committerTravis Kemen <thepeople@openwrt.org>2010-03-18 03:46:41 +0000
commit431808b5bfdb992bc47863174ec562f1599d1432 (patch)
tree5818934e090f05d823d0ee99299948aadace08cc /package/firewall
parente2f86520c59eb8fcb8da6e18841e89d1aadb2992 (diff)
downloadmaster-31e0f0ae-431808b5bfdb992bc47863174ec562f1599d1432.tar.gz
master-31e0f0ae-431808b5bfdb992bc47863174ec562f1599d1432.tar.bz2
master-31e0f0ae-431808b5bfdb992bc47863174ec562f1599d1432.zip
allow ping
SVN-Revision: 20261
Diffstat (limited to 'package/firewall')
-rw-r--r--package/firewall/files/firewall.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config
index 50a92f71ef..b4aa4595d9 100644
--- a/package/firewall/files/firewall.config
+++ b/package/firewall/files/firewall.config
@@ -30,6 +30,13 @@ config rule
option dest_port 68
option target ACCEPT
+#Allow ping
+config rule
+ option src wan
+ option proto icmp
+ option icmp_type echo-request
+ option target ACCEPT
+
# include a file with users custom iptables rules
config include
option path /etc/firewall.user