我的DNS为什么不能工作
我的DNS能正常启动,但用maned -gc 报错.说address被占用.named.pid无法访问.这时我的conf文件.谁能帮我看一下.并能改好.
/ generated by named-bootconf.pl
//
// a caching only nameserver config
//
options {
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
directory "/var/named";
};
controls {
inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." {
type hint;
file "named.ca";
};
zone "1234.com" {
type master;
file "1234.com.zone";
};
include "/etc/rndc.key";
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
maned -gc 这是什么命令不太知道。我在我的linux系统中好像没这个命令
你用nslookup看看有没有正常的被解析。或用service named status看看dns起来了吗?有几个服务存在?
我想应该是named-cg吧,而不是maned吧。
service named status看看,服务是不是启动了