Page MenuHomeDevCentral

Dwellers doesn't ping in IPv6
Closed, ResolvedPublic

Description

00:46:46 <+PtitGNU> pour info, devcentral.nasqueron.org est down -> http://ipv6-test.com/validate.php?url=devcentral.nasqueron.org

Event Timeline

dereckson claimed this task.
dereckson raised the priority of this task from to Unbreak Now!.
dereckson updated the task description. (Show Details)
dereckson added a project: Servers.
dereckson added a subscriber: dereckson.

Fixed.

Destroyed and recreated the IPv6 tunnel, then added an iptables rules allowing incoming 80.

$ ip tunnel del he-ipv6
$ ip tunnel add he-ipv6 mode sit remote 216.66.84.42 local 212.129.32.223 ttl 255
$ ip link set he-ipv6 up
$ ip addr add 2001:470:1f12:ce7::2/64 dev he-ipv6
$ ip addr add 2001:470:1f13:ce7:ca5:cade:fab:1e/64 dev he-ipv6
$ ip route change ::/0 dev he-ipv6
$ ip6tables -A IN_public_allow -p tcp -m tcp --dport 80 -m conntrack --ctstate NEW -j ACCEPT

But there is a currently messy iptables configuration.

See P50 and P51.

Added to the new project-as-tag IPv6 to help to identify and organize tasks requiring IPv6 love.