
安装 Bind 服务端安装# 安装 yum -y install bind bind-utils # 开机自启 systemctl enable named # 启动服务 systemctl start named.service 查看 named 是否正常启动# 查看进程 ps -eaf|grep named # 查看端口 ss -nult|grep :53 查看进程输出: [root@cen ...
首页
安装 Bind 服务端安装# 安装 yum -y install bind bind-utils # 开机自启 systemctl enable named # 启动服务 systemctl start named.service 查看 named 是否正常启动# 查看进程 ps -eaf|grep named # 查看端口 ss -nult|grep :53 查看进程输出: [root@cen ...