現在、クライアントサーバーの1つにアクセスする際に問題が発生しています。おそらく、自分とサーバー間のネットワーク接続に問題があるようです。ただし、私が試したことの1つは、nslookup
windowsコマンドラインツールを使用してサーバーの実際のIPアドレスを取得することです。しかし、これは私のコンピューターでは機能しないようです。
nslookupコマンドを実行すると、単に「サーバーからの応答がありません」が返されます。
次に例を示します。
C:\Windows\system32>nslookup www.google.com
Server: UnKnown
Address: 2606:4700:4700::1111
*** UnKnown can't find www.google.com: No response from server
この特定の例では、Cloudflare DNSを使用するようにDNSを設定しましたが、プロバイダーDNSまたはGoogleDNSを使用した場合にも同じ問題が発生します。私はグーグルサーバーにアクセスしてインターネットで作業することに問題はないので、明らかにDNSは機能します。 nslookup
が機能しない理由を誰かが知っていますか?
これが私のipconfig/allの出力です:
C:\Windows\system32>ipconfig /all
Windows IP Configuration
Host Name . . . . . . . . . . . . : Wildfire
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Ethernet:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Realtek PCIe GbE Family Controller
Physical Address. . . . . . . . . : 9C-5A-44-3C-4D-9E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 1:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter
Physical Address. . . . . . . . . : 48-F1-7F-C2-ED-9B
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Local Area Connection* 10:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Microsoft Wi-Fi Direct Virtual Adapter #2
Physical Address. . . . . . . . . : 4A-F1-7F-C2-ED-9A
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Wireless LAN adapter Wi-Fi:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Killer(R) Wireless-AC 1550i Wireless Network Adapter (9560NGW) 160MHz
Physical Address. . . . . . . . . : 48-F1-7F-C2-ED-9A
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::30b6:eeab:4d53:b8e4%9(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.1.107(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : 21. listopada 2019. 9:09:22
Lease Expires . . . . . . . . . . : 21. listopada 2019. 11:09:21
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 105443711
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-24-ED-51-AC-9C-5A-44-3C-4D-9E
DNS Servers . . . . . . . . . . . : 2606:4700:4700::1111
2606:4700:4700::1001
1.1.1.1
1.0.0.1
NetBIOS over Tcpip. . . . . . . . : Enabled
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Bluetooth Device (Personal Area Network)
Physical Address. . . . . . . . . : 48-F1-7F-C2-ED-9E
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter vEthernet (Default Switch):
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter
Physical Address. . . . . . . . . : 00-15-5D-F7-39-02
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::fd51:db6:50fd:5d6b%23(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.46.225(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.240
Default Gateway . . . . . . . . . :
DHCPv6 IAID . . . . . . . . . . . : 385881437
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-24-ED-51-AC-9C-5A-44-3C-4D-9E
DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1
fec0:0:0:ffff::2%1
fec0:0:0:ffff::3%1
NetBIOS over Tcpip. . . . . . . . : Enabled
C:\Windows\system32>
(CloudFlareの)DNSサーバーのIPv6アドレスが構成されています...しかし、実際には独自のIPv6アドレスはありません。インターネットアクセスはIPv4のみです。
(多くのプログラムは、最初のサーバーに到達できない場合、別のDNSサーバーで自動的に再試行しますが、明らかにnslookup
は再試行しません。常にリストの最初のサーバーを試行します。)
IPv6構成ウィンドウを開きます(例:ncpa.cpl
)そして「DNSサーバー」を「自動」に設定します。