httpd测试页
echo xxx > /var/www/html/index.html
systemctl restart httpd
nano /etc/named.conf
/etc/named.rfc1912.zones
复制模板文件
cd /var/named/
cp -a named.localhost nixiao.com.zone
重新加载
systemctl reload named /* 重启有可能影响在连接的用户 */
rndc reload
检查
rpm -qf /usr/bin/host /* 安装工具包 */
host www.magedu.com IP(DNS)
dig www.magedu.com @IP(DNS)
Client修改网卡配置文件
DNS1=192.168.30.101 /* DNS 服务器 IP */
cat /etc/resolv.conf /* 配置完后检查 */
打开浏览器域名搜索
本文来自投稿,不代表Linux运维部落立场,如若转载,请注明出处:http://www.178linux.com/100258