[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
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #19209: fix structseq test
- Next message: [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] cpython: Issue #19209: fix structseq test
- Next message: [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]