LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 651|回复: 0

debian下的bind 9有问题

[复制链接]
发表于 2006-4-23 21:57:26 | 显示全部楼层 |阅读模式
/etc/init.d/bind9 restart
Stopping domain name service...:rndc: connect failed: connection refused
.
Starting domain name service...:.

怎么回事?

我的named.conf如下:
include "/etc/bind/named.conf.options";

zone "." {
type hint;
file "/etc/bind/db.root";
};


zone "localhost" {
type master;
file "/etc/bind/db.local";
};

zone "127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};

zone "0.in-addr.arpa" {
type master;
file "/etc/bind/db.0";
};

zone "255.in-addr.arpa" {
type master;
file "/etc/bind/db.255";
};

zone "lygg.org" IN {
type master;
file "lygg.org.zone"
allow-update { none; };
};

zone "0.168.192.in-addr.arpa" IN {
type master;
file "0.168.192.arpa";
allow-update { none; };
};

include "/etc/bind/named.conf.local";
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表