[Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6? (original) (raw)
M.-A. Lemburg mal at egenix.com
Mon Nov 4 21:06:25 CET 2013
- Previous message: [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
- Next message: [Python-Dev] urllib2.HTTPBasicAuthHandler doesn't work with GitHub API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04.11.2013 20:54, Victor Stinner wrote:
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: icmpseq=1 ttl=56 time=53.0 ms 64 bytes from 2001:888:2000:d::a2: icmpseq=2 ttl=56 time=53.0 ms 64 bytes from 2001:888:2000:d::a2: icmpseq=3 ttl=56 time=58.4 ms 64 bytes from 2001:888:2000:d::a2: icmpseq=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.
route -n -A inet6
should print the default route setup for IPv6. This has to list a working and ping6'able gateway.
BTW: The above was meant to be run on the bugs.python.org box, not your box :-)
-- Marc-Andre Lemburg eGenix.com
Professional Python Services directly from the Source (#1, Nov 04 2013)
Python Projects, Consulting and Support ... http://www.egenix.com/ mxODBC.Zope/Plone.Database.Adapter ... http://zope.egenix.com/ mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
2013-11-19: Python Meeting Duesseldorf ... 15 days to go
::::: Try our mxODBC.Connect Python Database Interface for free ! ::::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/
- Previous message: [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
- Next message: [Python-Dev] urllib2.HTTPBasicAuthHandler doesn't work with GitHub API
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]