diff options
author | Darkeye <postfach@martinmichel.info> | 2011-05-17 21:59:03 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-05-17 21:59:03 (GMT) |
commit | 2b9ca51cb748480991a137bc2540b21de6735fa4 (patch) | |
tree | 77c42047ad1cc97e6280a77401c91d9801e40c1f /files | |
parent | 7ca45d552e6bcd729c16bac315b7a28b3b85aca3 (diff) |
Fixed Bug / Lan ports not working
Diffstat (limited to 'files')
-rw-r--r-- | files/etc/config/firewall | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/files/etc/config/firewall b/files/etc/config/firewall index bb0a0c5..b61f843 100644 --- a/files/etc/config/firewall +++ b/files/etc/config/firewall @@ -20,6 +20,11 @@ config zone config forwarding option src mesh option dest wan + +config forwarding + option src lan + option dest wan + # We need to accept udp packets on port 68, # see https://dev.openwrt.org/ticket/4108 config rule |