웹 사이트에 연결하려고합니다.
http://superuser.com.sixxs.org
주소를 핑 (ping) 할 수 있습니다.
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
그러나 핑도 :
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.
그러나 ( Chrome 또는 ie ) 탐색 할 수 없습니다 .
나도 텔넷 으로 할 수 없어
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
그러나 nslookup
권위 기록과 모든 것으로 이름을 잘 해결합니다!
먼저 누군가 dns 캐싱으로 인한 것이라고 제안하려는 경우를 대비하여 dns를 플러시합니다.
C:\Users\Ian>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
이제 다시 검색으로 돌아갑니다.
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
모든 주소가 작동합니다.
- 내가 할
ping
수있어 telnet
포트 80에 연결할 수 있습니다- Chrome 에서 찾아 볼 수 있습니다 (예
http://[2001:838:2:1::30:67]
:)
Windows API 함수 GetAddrInfo를 수동으로 호출하면 이름이 확인됩니다 .
왜 내가 어떻게 무엇을 진단 할 수 있습니다 ping
, telnet
, Chrome
그리고 Internet Explorer
잘못된거야?
참고 : dns 서버 ( solo.avatopia.com
)가 암호화 된 VPN 링크의 다른쪽에 있기 때문에 Wireshark가 도움 이되었습니다. WireShark는 암호화 된 VPN 트래픽의 암호 해독을 거부합니다.
ping
오타 는 어디에 있습니까 ? 나는 그것을 보지 못한다.
ping
는 /6
매개 변수가 필요합니다 . ipv6 주소 만 확인할 수 있으면 IPv6 ICMP 패킷을 보내야한다는 것을 이해하지 못합니다.