Comment 1 for bug 479105

Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Thank you for using Ubuntu and reporting a bug. This seems to be fixed now:

$ sudo ip6tables -I INPUT -p ipv6-icmp -m state --state INVALID,NEW,RELATED,ESTABLISHED -j DROP

$ ping6 -c 1 ipv6.google.com
PING ipv6.google.com(dfw06s07-in-x10.1e100.net) 56 data bytes

--- ipv6.google.com ping statistics ---
1 packets transmitted, 0 received, 100% packet loss, time 0ms

$ sudo ip6tables -I INPUT -p ipv6-icmp -m state --state INVALID,NEW,RELATED,ESTABLISHED -j ACCEPT

$ ping6 -c 1 ipv6.google.com
PING ipv6.google.com(dfw06s07-in-x14.1e100.net) 56 data bytes
64 bytes from dfw06s07-in-x14.1e100.net: icmp_seq=1 ttl=53 time=158 ms

--- ipv6.google.com ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 158.871/158.871/158.871/0.000 ms

As such, I am marking it as Fixed Released. If this is still not working for you, I suggest you bring it up on askubuntu.com. If there is indeed still a bug, please file a new bug. Thanks!