[package] firewall: allow incoming udp/68 packets in the default configuration (...
[openwrt/svn-archive/archive.git] / package / firewall / files / firewall.config
index 464540f9901cab71e2a49bc3fdbb72d14446ff6c..5a4b5af43657d3508e582b2bacea8893941d12c2 100644 (file)
@@ -22,6 +22,14 @@ config forwarding
        option dest     wan
        option mtu_fix  1
 
+# We need to accept udp packets on port 68,
+# see https://dev.openwrt.org/ticket/4108
+config rule
+       option src              wan
+       option proto            udp
+       option dest_port        68
+       option target           ACCEPT
+
 # include a file with users custom iptables rules
 config include
        option path /etc/firewall.user