【云安全中心】Linux 更新软件-域名解析失败

现象

http://mirrors.cloud.aliyuncs.com/centos/7/os/x86_64/Packages/python-devel-2.7.5-86.el7.x86_64.rpm: [Errno 14] curl#6 - "Could not resolve host: mirrors.cloud.aliyuncs.com; Unknown error"
Trying other mirror.

注:mirrors.cloud.aliyuncs.com 这个域名需要阿里云vpc下dns才能解析。

原因

系统内部配置的dns服务器IP无法解析mirrors.cloud.aliyuncs.com该域名导致。
或者其他依赖的主机导致mirrors.cloud.aliyuncs.com无法解析。

修复步骤

注:所有操作修改前,请先备份数据,创建快照等。

登陆服务器

通过 vnc 或者 Workbench 连接登陆到服务器。

修改配置文件

cp  /etc/resolv.conf  /etc/resolv.conf.bak
vim  /etc/resolv.conf

写入以下内容:

options timeout:1 attempts:1 rotate
nameserver 100.100.2.136
nameserver 100.100.2.138

验证测试

dig mirrors.cloud.aliyuncs.com

验证测试如图一能够解析到IP后,云安全中心重新进行点击修复漏洞.

上一篇:如何查找前置补丁-Windows安装补丁提示需要安装前置补丁


下一篇:【安骑士】安装失败问题分析