centos dns配置
使用yum
命令的时候若出现
Couldn't resolve host 'mirrors.cloud.aliyuncs.com'、Could not resolve host: mirrors.aliyun.com; 未知的错误、Could not resolve host: mirrors.tuna.tsinghua.edu.cn; 未知的错误等
因无法解析域名,需要配置域名解析服务器。
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
或者编辑vi /etc/resolv.conf
,在文末增加
nameserver 8.8.8.8
nameserver 114.114.114.114
有疑问欢迎加入开发者交流QQ群:1003185728。