赞
踩
本文记录Ubuntu系统配置DNS服务的方法。
apt-get install bind9
cd /etc/bind
这个128是ip最后一位
例如我的ip是192.168.74.128,所有我这里的是128
1.启动
systemctl start bind9
2.查看状态
systemctl status bind9
3.停止服务
systemctl stop bind9.service
4.重启服务
systemctl restart bind9.service
5.重新加载配置
systemctl reload bind9.servic
6.服务状态查询
systemctl status bind9.service
exi退出
出现这个问题,是在前面配置文件的时候少打了或者是多打了打错了符号,是配置问题,得好好的去检查
如果启动bind9的时候,输入ip发现发射失败了
可以在etc目录下的resov.conf进行查看
修改2个地方
把127.0.0.53修改为自己的ip
localdomain修改为 public
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。