00:46:46 <+PtitGNU> pour info, devcentral.nasqueron.org est down -> http://ipv6-test.com/validate.php?url=devcentral.nasqueron.org
Description
Description
Related Objects
Related Objects
- Mentioned Here
- P50 ip6tables -S on Dwellers
P51 iptables -S on Dwellers
Event Timeline
Comment Actions
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.
Comment Actions
Added to the new project-as-tag IPv6 to help to identify and organize tasks requiring IPv6 love.