DNS服务解析实验
Posted l1-5551
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DNS服务解析实验相关的知识,希望对你有一定的参考价值。
前提是本服务器能上网 Ping www.baidu.com
构建DNS缓存服务器
[root@localhost ~]# rpm -qa | grep -w bind //检查有没有bind。bind-libs和bind-utils
[root@localhost ~]# yum -y install bind //安装bind
[root@localhost ~]# vim /etc/named.conf //修改配置文件
[root@localhost ~]# systemctl restart named
[root@localhost ~]# setenforce 0 //关闭Linux安全机制
[root@localhost ~]# systemctl stop firewalld //关闭防火墙
[root@localhost ~]# iptables -F //关闭另一个防火墙
以上是关于DNS服务解析实验的主要内容,如果未能解决你的问题,请参考以下文章