Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
567 views
in Technique[技术] by (71.8m points)

dns - 如何解决Windows 10上的“找不到服务器DNS地址”错误? [关闭](How do I solve the “server DNS address could not be found” error on Windows 10? [closed])

After installing Windows 10, I am continuously getting the " server DNS address could not be found " error.

(安装Windows 10后,我不断收到“ 找不到服务器DNS地址 ”错误。)

I will be able to use the Internet for 4-5 minutes, and after that for 20-25 min I will get the above error.

(我将能够使用Internet 4-5分钟,然后再使用20-25分钟,我将收到上述错误。)

How do I resolve this issue?

(我该如何解决这个问题?)

  ask by Dixit Singla translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

There might be a problem with your DNS servers of the ISP .

(您的ISP的 DNS服务器可能有问题。)

A computer by default uses the ISP's DNS servers.

(默认情况下,计算机使用ISP的DNS服务器。)

You can manually configure your DNS servers.

(您可以手动配置DNS服务器。)

It is free and usually better than your ISP.

(它是免费的,通常比您的ISP更好。)

  1. Go to Control Panel → Network and Internet → Network and Sharing Centre

    (转到控制面板→网络和Internet→网络和共享中心)

  2. Click on Change Adapter settings.

    (单击更改适配器设置。)

  3. Right click on your connection icon (Wireless Network Connection or Local Area Connection) and select properties.

    (右键单击连接图标(“无线网络连接”或“本地连接”),然后选择属性。)

  4. Select Internet protocol version 4.

    (选择Internet协议版本4。)

  5. Click on "Use the following DNS server address" and type either of the two DNS given below.

    (单击“使用以下DNS服务器地址”,然后键入以下两个DNS之一。)

Google Public DNS (Google公共DNS)

Preferred DNS server : 8.8.8.8
Alternate DNS server : 8.8.4.4

OpenDNS (开放DNS)

Preferred DNS server : 208.67.222.222
Alternate DNS server : 208.67.220.220

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...