Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
求助,新装无法解析dns
Experiences and Insight
421
views ·
5
replies ·
To
floor
Go
liyao2598330
deepin
2019-05-31 22:28
Author
安装环境 : 虚拟机
虚拟机版本 :vmware 15.0.0
虚拟机网卡设置:桥接
windows用的真的心累了,C盘100G都满了,不想再用windows,搜索了下选定了deebin,想虚拟机安装试一下,开发工具什么的能安装我就重装系统了。
现在的问题是:
无法解析DNS
我个人做过如下检查:
1.dns配置正常
root@liyao-PC:/home/liyao/Desktop# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 172.19.27.251
nameserver 114.114.114.114
2.网络连通性正常。
root@liyao-PC:/home/liyao/Desktop# ping 114.114.114.114
PING 114.114.114.114 (114.114.114.114) 56(84) bytes of data.
64 bytes from 114.114.114.114: icmp_seq=2 ttl=60 time=20.6 ms
64 bytes from 114.114.114.114: icmp_seq=3 ttl=68 time=20.8 ms
64 bytes from 114.114.114.114: icmp_seq=4 ttl=90 time=26.0 ms
^C
--- 114.114.114.114 ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3020ms
rtt min/avg/max/mdev = 20.661/22.522/26.010/2.471 ms
3.与dns服务器53端口连通性测试正常
root@liyao-PC:/home/liyao/Desktop# telnet 114.114.114.114 53
Trying 114.114.114.114...
Connected to 114.114.114.114.
Escape character is '^]'.
^C^]
telnet> quit
Connection closed.
4.其他操作
包括重启网卡,停止networkManager,重装系统全部无效
希望能协助看下是什么问题
Reply
Like 0
Favorite
View the author
All Replies
liyao2598330
deepin
2019-05-31 22:31
#1
172.19.27.251 这个地址为内网dns 连通性正常
Reply
Like 0
View the author
许自强
deepin
2019-05-31 23:56
#2
不能直接优先使用114 dns吗
Reply
Like 0
View the author
liyao2598330
deepin
2019-06-01 00:05
#3
https://bbs.deepin.org/post/178632
不能直接优先使用114 dns吗
内网的dns是后加的,最开始用的就是114的dns
Reply
Like 0
View the author
liyao2598330
deepin
2019-06-01 00:07
#4
https://bbs.deepin.org/post/178632
不能直接优先使用114 dns吗
我现在可以Ping通dns服务器ip,并且也能连接到ip的端口,但是域名就是解析不了
Reply
Like 0
View the author
superendermansm
deepin
2019-06-01 05:48
#5
用一个空U盘装一下deepin,测试一下实体机上能不能用。这个东西看玄学
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
安装环境 : 虚拟机
虚拟机版本 :vmware 15.0.0
虚拟机网卡设置:桥接
windows用的真的心累了,C盘100G都满了,不想再用windows,搜索了下选定了deebin,想虚拟机安装试一下,开发工具什么的能安装我就重装系统了。
现在的问题是:无法解析DNS
我个人做过如下检查:
1.dns配置正常
root@liyao-PC:/home/liyao/Desktop# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 172.19.27.251
nameserver 114.114.114.114
2.网络连通性正常。
root@liyao-PC:/home/liyao/Desktop# ping 114.114.114.114
PING 114.114.114.114 (114.114.114.114) 56(84) bytes of data.
64 bytes from 114.114.114.114: icmp_seq=2 ttl=60 time=20.6 ms
64 bytes from 114.114.114.114: icmp_seq=3 ttl=68 time=20.8 ms
64 bytes from 114.114.114.114: icmp_seq=4 ttl=90 time=26.0 ms
^C
--- 114.114.114.114 ping statistics ---
4 packets transmitted, 3 received, 25% packet loss, time 3020ms
rtt min/avg/max/mdev = 20.661/22.522/26.010/2.471 ms
3.与dns服务器53端口连通性测试正常
root@liyao-PC:/home/liyao/Desktop# telnet 114.114.114.114 53
Trying 114.114.114.114...
Connected to 114.114.114.114.
Escape character is '^]'.
^C^]
telnet> quit
Connection closed.
4.其他操作
包括重启网卡,停止networkManager,重装系统全部无效
希望能协助看下是什么问题