私はウェブサイトに接続しようとしています:
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
しかし、どちらの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.
しかし、私はそれを閲覧できません(Chromeまたはieで):
それにtelnetすることもできません
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
ます - I缶
telnet
それらのポート80へ - 私はで閲覧することができクロム(例えば
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パケットを送信する必要があることを理解していません。