aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/firewall.config
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
commit70209c3b339d5cced0f08b41ec9669c0bfd7b142 (patch)
tree8e9a5a4dcb7ff80a374a334942c6b25f85d10db0 /package/firewall/files/firewall.config
parent5ecf73fb5048d62f8f745b3fbfc85f36c5def1ef (diff)
downloadupstream-70209c3b339d5cced0f08b41ec9669c0bfd7b142.tar.gz
upstream-70209c3b339d5cced0f08b41ec9669c0bfd7b142.tar.bz2
upstream-70209c3b339d5cced0f08b41ec9669c0bfd7b142.zip
allow ping
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20261 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/files/firewall.config')
-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