[Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
Victor Stinner
victor.stinner at gmail.com
Mon Nov 4 11:01:23 CET 2013
More information about the Python-Dev mailing list
Mon Nov 4 11:01:23 CET 2013
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
- Next message: [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, bugs.python.org is still not responding on IPv6. Can someone please remove the AAAA record from python.org DNS, or fix the IPv6 configuration? It's an issue on my PC because my PC has IPv6 address and so it cannot reach bugs.python.org. wget is really slow because it tries first IPv6, but then falls back to IPv4. Firefox tries first IPv4 and so doesn't have the issue. Victor 2013/10/12 Antoine Pitrou <antoine at python.org>: > > Opened issue at http://psf.upfronthosting.co.za/roundup/meta/issue528 > > Regards > > Antoine. > > > > Le samedi 12 octobre 2013 à 14:40 +0200, Victor Stinner a écrit : >> 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 >> ________________________________________________ >> Infrastructure mailing list >> Infrastructure at python.org >> https://mail.python.org/mailman/listinfo/infrastructure >> Unsubscribe: https://mail.python.org/mailman/options/infrastructure/solipsis%40pitrou.net >> > > > _______________________________________________ > Python-Dev mailing list > Python-Dev at python.org > https://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: https://mail.python.org/mailman/options/python-dev/victor.stinner%40gmail.com
- Previous message: [Python-Dev] [Python-checkins] cpython (2.7): Issue #XXXXX: Fix test_idle so that idlelib test cases are actually run
- Next message: [Python-Dev] [Infrastructure] bugs.python.org not reachable in IPv6?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list