ipv6 network fail (newbie alert)

Nick Hilliard nick at foobar.org
Thu Mar 7 00:18:20 CET 2013


On 06/03/2013 22:59, Nick Edwards wrote:
> traceroute now results in
> 
> 1  * * *
>  2  * * *
>  3  * * *

that's an iptables problem.  the first hop should give a traceroute reply.

For the moment, run your config with:

# ip6tables -P INPUT ACCEPT
# ip6tables -P FORWARD ACCEPT
# ip6tables -P OUTPUT ACCEPT

Once forwarding is working properly, you can concentrate on fixing up your
firewall rules later on.

Nick




More information about the ipv6-ops mailing list