X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Ffirewall%2Ffiles%2Ffirewall.config;h=f842a970e0aae97aa61d7d3f509b28762d7a1b05;hb=21b59db865e5adaf40045acca48b54043798fa04;hp=50a92f71efb1020155e8445153eca413e4e1eeef;hpb=dc1a20a0201bcee63c85ab2ee6e718b026c65c8b;p=openwrt-10.03%2F.git diff --git a/package/firewall/files/firewall.config b/package/firewall/files/firewall.config index 50a92f71e..f842a970e 100644 --- a/package/firewall/files/firewall.config +++ b/package/firewall/files/firewall.config @@ -3,15 +3,19 @@ config defaults option input ACCEPT option output ACCEPT option forward REJECT +# Uncomment this line to disable ipv6 rules +# option disable_ipv6 1 config zone option name lan + option network 'lan' option input ACCEPT option output ACCEPT option forward REJECT config zone option name wan + option network 'wan' option input REJECT option output ACCEPT option forward REJECT @@ -29,6 +33,14 @@ config rule option proto udp option dest_port 68 option target ACCEPT + option family ipv4 + +#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