projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ath9k: do not adjust the slot time setting for long distance, it seems to cause long...
[openwrt.git]
/
package
/
firewall
/
files
/
firewall.config
diff --git
a/package/firewall/files/firewall.config
b/package/firewall/files/firewall.config
index
5a4b5af
..
7904ced
100644
(file)
--- a/
package/firewall/files/firewall.config
+++ b/
package/firewall/files/firewall.config
@@
-3,6
+3,8
@@
config defaults
option input ACCEPT
option output ACCEPT
option forward REJECT
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
config zone
option name lan
@@
-16,11
+18,11
@@
config zone
option output ACCEPT
option forward REJECT
option masq 1
option output ACCEPT
option forward REJECT
option masq 1
+ option mtu_fix 1
config forwarding
option src lan
option dest wan
config forwarding
option src lan
option dest wan
- option mtu_fix 1
# We need to accept udp packets on port 68,
# see https://dev.openwrt.org/ticket/4108
# We need to accept udp packets on port 68,
# see https://dev.openwrt.org/ticket/4108
@@
-29,6
+31,14
@@
config rule
option proto udp
option dest_port 68
option target ACCEPT
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
# include a file with users custom iptables rules
config include
This page took
0.023643 seconds
and
4
git commands to generate.