• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Are these rules on the router enough to allow icmpv6 error signals passing?

Started by evantkh, April 04, 2015, 03:03:46 AM

Previous topic - Next topic

evantkh

As title.
ip6tables -A FORWARD -o wan -j ACCEPT
ip6tables -A FORWARD -i wan -m state ESTABLISHED,RELATED -j ACCEPT
ip6tables -A FORWARD -i wan -j DROP

The rules say nothing specifically about icmpv6.