IPv6 broken for www.freebsd.org

Code:
$ traceroute6 www.freebsd.org
traceroute6 to red.freebsd.org (2001:4f8:fff6::22) from 2a02:6b0:16:0:20f:eaff:fe3d:ef6, 64 hops max, 12 byte packets
 1  2a02:6b0:16::1  3.736 ms  4.526 ms  5.807 ms
 2  2a02:6b0:4::2  25.046 ms  6.639 ms  6.999 ms
 3  ae6-218.rt.m9.msk.ru.retn.net  5.149 ms  3.662 ms  3.456 ms
 4  rt.tlx.nyc.us.retn.net  123.385 ms  146.728 ms  123.353 ms
 5  int-0-5-0-0.r1.pao1.isc.org  205.114 ms !N  205.058 ms !N  208.290 ms !N

and without resolve:

Code:
$ traceroute6 -n www.freebsd.org
traceroute6 to red.freebsd.org (2001:4f8:fff6::22) from 2a02:6b0:16:0:20f:eaff:fe3d:ef6, 64 hops max, 12 byte packets
 1  2a02:6b0:16::1  4.437 ms  1.560 ms  1.503 ms
 2  2a02:6b0:4::2  1.526 ms  1.630 ms  1.154 ms
 3  2a02:2d8:0:1008:232a::  0.654 ms  0.588 ms  0.698 ms
 4  2a02:2d8::57f5:e0c9  123.308 ms  123.536 ms  123.303 ms
 5  2001:4f8:0:1::4b:1  200.499 ms !N  202.051 ms !N  203.014 ms !N

So site doesn't open using IPv6 at all.
 
Both traceroutes work. It's just an intermediary router that doesn't respond to ICMP.
 
Now it is working fine.
Sorry to disturb you -- I had been made presentation about IPv6 and tried to show "How it is working" using FreeBSD website.
 
SirDice said:
Both traceroutes work. It's just an intermediary router that doesn't respond to ICMP.

!N means "network unreachable", not "blocking ICMP". So I suggest there were some problems on the network.
 
Back
Top