Hurricane Electric's IPv6 Tunnel Broker Forums

General IPv6 Topics => IPv6 Basics & Questions & General Chatter => Topic started by: evantkh on April 04, 2015, 03:03:46 AM

Title: Are these rules on the router enough to allow icmpv6 error signals passing?
Post by: evantkh on April 04, 2015, 03:03:46 AM
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.