[Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?

Victor Stinner victor.stinner at gmail.com
Mon Nov 4 20:54:40 CET 2013


2013/11/4 M.-A. Lemburg <mal at egenix.com>:
> Some things to try on the box:
>
> * ping6 2001:888:2000:d::a2 (that's python.org)

$ ping6 -c 4 2001:888:2000:d::a2
PING 2001:888:2000:d::a2(2001:888:2000:d::a2) 56 data bytes
64 bytes from 2001:888:2000:d::a2: icmp_seq=1 ttl=56 time=53.0 ms
64 bytes from 2001:888:2000:d::a2: icmp_seq=2 ttl=56 time=53.0 ms
64 bytes from 2001:888:2000:d::a2: icmp_seq=3 ttl=56 time=58.4 ms
64 bytes from 2001:888:2000:d::a2: icmp_seq=4 ttl=56 time=122 ms

--- 2001:888:2000:d::a2 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3003ms
rtt min/avg/max/mdev = 53.024/71.841/122.817/29.514 ms

=> OK

> * check whether the web server is actually listening on the
>   IPv6 address

smithers$ wget -O python.html 'http://[2001:888:2000:d::a2]/'
--2013-11-04 20:53:27--  http://[2001:888:2000:d::a2]/
Connecting to [2001:888:2000:d::a2]:80... connecté.
requête HTTP transmise, en attente de la réponse...302 Found
Emplacement: http://www.python.org [suivant]
--2013-11-04 20:53:27--  http://www.python.org/
Résolution de www.python.org (www.python.org)... 2001:888:2000:d::a2,
82.94.164.162
Reusing existing connection to [2001:888:2000:d::a2]:80.
requête HTTP transmise, en attente de la réponse...200 OK
Longueur: 20423 (20K) [text/html]
Sauvegarde en : «python.html»

100%[=====================================================================================================>]
20 423       113KB/s   ds 0,2s

2013-11-04 20:53:28 (113 KB/s) - «python.html» sauvegardé [20423/20423]

=> OK

> * check whether a IPv6 default route is set up

I don't know how to check that.

Victor


More information about the Python-Dev mailing list