码迷,mamicode.com
首页 > Web开发 > 详细

curl: (6) Could not resolve host: www.baidu.com;

时间:2018-05-15 17:32:33      阅读:422      评论:0      收藏:0      [点我收藏+]

标签:Could   not   resolve   ho   

今天,在执行curl时,突然发现这个报错,问题是之前完全没有出现过这样的情况。


[root@localhost ~]# curl www.baidu.com

curl: (6) Could not resolve host: www.baidu.com; 未知的错误

上网了解了一下,都说是DNS的问题,因此修改一下DNS配置


[root@localhost ~]# vim /etc/resolv.conf

[root@centos yum.repos.d]# cat /etc/resolv.conf 

# Generated by NetworkManager

# No nameservers found; try putting DNS servers into your

# ifcfg files in /etc/sysconfig/network-scripts like so:

#

# DNS1=xxx.xxx.xxx.xxx

# DNS2=xxx.xxx.xxx.xxx

# DOMAIN=lab.foo.com bar.foo.com

nameserver 114.114.114.114            #添加DNS

nameserver 8.8.8.8


结果只是加上了nameserver 114.114.114.114就可以了,网上了解到的可能是电信DNS有调整的缘故,但是具体的原因还是不得而知。


curl: (6) Could not resolve host: www.baidu.com;

标签:Could   not   resolve   ho   

原文地址:http://blog.51cto.com/sf1314/2116236

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!