[Python-Dev] bugs.python.org not reachable in IPv6? (original) (raw)

Victor Stinner victor.stinner at gmail.com
Sat Oct 12 14:40:51 CEST 2013


Hi,

The DNS server of python.org announce the IP address 2a01:4f8:131:2480::3:

$ host -t AAAA bugs.python.org bugs.python.org has IPv6 address 2a01:4f8:131:2480::3

The problem is that I cannot connect to this IP address:

$ ping6 -c 4 2a01:4f8:131:2480::3 PING 2a01:4f8:131:2480::3(2a01:4f8:131:2480::3) 56 data bytes

--- 2a01:4f8:131:2480::3 ping statistics --- 4 packets transmitted, 0 received, 100% packet loss, time 2999ms

Do you have a the same issue, or is it just me?

Victor



More information about the Python-Dev mailing list