Tôi đang cố gắng kết nối với một trang web:
http://superuser.com.sixxs.org
tôi có thể ping địa chỉ:
C:\Users\Ian>ping /6 superuser.com.sixxs.org
Pinging ipv6.nginx.sixxs.net [2001:838:2:1::30:67] with 32 bytes of data:
Reply from 2001:838:2:1::30:67: time=257ms
Reply from 2001:838:2:1::30:67: time=176ms
Reply from 2001:838:2:1::30:67: time=161ms
Reply from 2001:838:2:1::30:67: time=164ms
Ping statistics for 2001:838:2:1::30:67:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 161ms, Maximum = 257ms, Average = 189ms
Nhưng không ping :
C:\Users\Ian>ping supersuer.com.sixxs.org
Ping request could not find host supersuer.com.sixxs.org.
Please check the name and try again.
Nhưng tôi không thể duyệt qua nó (trong Chrome hoặc tức là ):
tôi cũng không thể telnet đến nó
C:\Users\Ian>telnet superuser.com.sixxs.org 80
Connecting To superuser.com.sixxs.org...Could not open connection to the host,
on port 80: Connect failed
Nhưng nslookup
giải quyết tên tốt, với một hồ sơ thẩm quyền và tất cả mọi thứ!
Đầu tiên chúng tôi tuôn ra dns, chỉ trong trường hợp ai đó muốn đề xuất nó là do bộ nhớ đệm dns:
C:\Users\Ian>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
Và bây giờ trở lại tra cứu:
C:\Users\Ian>nslookup superuser.com.sixxs.org
Server: solo.avatopia.com
Address: 10.0.0.98
Non-authoritative answer:
Name: ipv6.nginx.sixxs.net
Addresses: 2001:838:2:1:2a0:24ff:feab:3b53
2001:960:800::2
2001:1af8:4050::2
2620:0:6b0:a:250:56ff:fe99:78f7
2001:838:2:1::30:67
Aliases: superuser.com.sixxs.org
Tất cả các địa chỉ làm việc:
- Tôi có thể
ping
họ - Tôi có thể
telnet
cổng 80 trên chúng - Tôi có thể duyệt Chrome (ví dụ
http://[2001:838:2:1::30:67]
) cho họ
Tên thậm chí còn phân giải khi tôi gọi thủ công hàm Windows API GetAddrInfo .
Tại sao làm thế nào tôi có thể chẩn đoán những gì ping
, telnet
, Chrome
và Internet Explorer
đang làm sai?
Lưu ý : Wireshark hiện đang trợ giúp vì máy chủ dns ( solo.avatopia.com
) ở phía bên kia của liên kết vpn được mã hóa; và WireShark từ chối giải mã lưu lượng vpn được mã hóa.
ping
đánh máy ở đâu? tôi không thấy nó ...
ping
cần /6
tham số; nó không hiểu rằng nếu nó chỉ có thể giải quyết một địa chỉ ipv6 thì nó cần gửi một gói ICMP IPv6.