#17760: Firewall - autmatically add exception for "protocol 41", when using 
"ipv6
over ipv4"
-------------------------+-----------------------------------
 Reporter:  LipkeGu      |      Owner:  developers
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Netifd Implementation
Component:  other        |    Version:  Trunk
 Keywords:               |
-------------------------+-----------------------------------
 please add an default exception rule to the defaults of OpenWRTs Firewall
 to automatically allow "protocol 41",
 when the user is using ipv6 over ipv4.

 {{{
 ### ALLOW "IPV6 over IPV4" ###
 iptables -I INPUT 1 -s <tunnelbroker Server - IPv4 adress > -p 41 -j
 ACCEPT
 iptables -I INPUT 2 -s <tunnelbroker Server - IPv4 Adress > -p icmp -j
 ACCEPT
 }}}

 BTW it is also not listed in the OpenWRT - Wiki :(

--
Ticket URL: <https://dev.openwrt.org/ticket/17760>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to