http://mirrors.aliyun.com/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - “Could not res
我们需要在网卡配置文件中加上DNS:
vim /etc/sysconfig/network-script/ifcfg-ens33
然后在最后一行添加上DNS1=8.8.8.8,配置尽量保持如下图所示:
接下来就是老生常谈的在我们每一次修改完配置文件之后都需要重启服务.
systemctl restart network