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
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to