मैं एक वेबसाइट से जुड़ने की कोशिश कर रहा हूँ:
http://superuser.com.sixxs.org
मैं पता पिंग कर सकता हूँ:
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.
लेकिन मैं इसे ( क्रोम या अर्थात में ) ब्राउज़ नहीं कर सकता :
न ही मैं इसे टेलनेट कर सकता हूं
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
एक प्राधिकरण रिकॉर्ड और सब कुछ के साथ नाम ठीक है!
सबसे पहले हम डीएनएस को फ्लश करते हैं, बस अगर कोई यह सुझाव देना चाहता है कि यह डीएनएस कैशिंग के कारण है:
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
गलत कर रहे हो?
नोट : Wireshark अब मदद करता है क्योंकि dns सर्वर ( solo.avatopia.com
) एन्क्रिप्टेड vpn लिंक के दूसरी तरफ है; और वायरशर्क एन्क्रिप्टेड वीपीएन ट्रैफिक को डिक्रिप्ट करने से इनकार करता है।
ping
टाइपो कहाँ है ? मैं इसे नहीं देखता ...
ping
जरूरत है /6
; यह समझ में नहीं आता है कि अगर यह केवल एक IPv6 पते को हल कर सकता है तो उसे IPv6 ICMP पैकेट भेजने की आवश्यकता है।