linux 增加DNS解析

named.conf是DNS服务器 bind的配置文件
resolv.conf是系统的DNS配置
系统的DNS配置
1、编辑DNS配置文件

vim /etc/resolv.conf

没有resolv.conf文件, 创建一个

2、添加DNS配置信息

# nameserver ip地址
nameserver 47.106.30.119

3、执行重启

systemctl restart network

问题:failed to restart network.service
解决:可以尝试下面一个命令

service network-manager restart
service networking restart

如果是 Centos 8 可以使用:nmcli c reload

你可能感兴趣的:(自动化运维,#,线上运维杂碎,linux,运维,服务器)