QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 882|回复: 5

请高手指点dns配置谢谢

[复制链接]
发表于 2004-7-20 12:37:35 | 显示全部楼层 |阅读模式
为什么当我用到rndc时会出现rndc: connect failed: connection refused呢
是否我的dns配置有错误呢?请大哥指点谢谢!
我的dns配置是:
/etc/host.conf配置是
order bind hosts
multi   off
nospoof on
trim    student.net

/etc/hosts配置是
127.0.0.1         localhost.localdomain
10.0.0.11         hj.student.net

/etc/named.conf配置是
options {
        directory "/var/named";
        /*
         * 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;
};

//
// a caching only nameserver config
//
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
zone "." IN {
        type hint;
        file "named.ca";
};

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

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};
zone "student.net" {
        type master;
        file "student.net.hosts";
        allow-update {none; };
        };
zone  "0.0.10.in-addr.arpa" {
        type master;
        file "10.0.0.rev";
        allow-update {none; };
        };

include "/etc/rndc.key";

/var/named/student.net.hosts配置是
$TTL    86400
@                       1D IN SOA  hj.student.net.  root.hj.student.net. (
                                        1053891162            
                                        3H         
                                        15M            
                                        1W            
                                        1D )            

                        1D IN NS        hj.student.net.
                          IN  MX  5   hj.student.net.
hj                      1D IN A         10.0.0.11
www                        IN   CNAME  hj.student.net.


/var/named/10.0.0.rev配置是
$TTL    86400
@                       1D IN SOA  hj.student.net.  root.hj.student.net. (
                                1053892104           
                                        3H            
                                        15M            
                                        1W            
                                        1D )           

                        1D IN NS        hj.student.net.
                           IN  MX  5   hj.student.net.
11                      1D IN PTR       hj.student.net.
发表于 2004-7-20 12:55:19 | 显示全部楼层
>hj 1D IN A 10.0.0.11  
什么意思???
回复

使用道具 举报

发表于 2004-7-20 14:45:42 | 显示全部楼层
named能起来吗?正解反解都可以吗?
如果都正常,只是停止时出现这个错误,那么就是rndc配制错误
看一下/etc/rndc.key和/etc/rndc.conf里面的内容,Key要一致的
回复

使用道具 举报

 楼主| 发表于 2004-7-20 18:15:54 | 显示全部楼层
不好意思应该
/var/named/10.0.0.rev配置是
$TTL 86400
@ 1D IN SOA hj.student.net. root.hj.student.net. (
1053892104
3H
15M
1W
1D )

           IN NS hj.student.net.
11       IN PTR hj.student.net.

bwb大哥你也太看不起小弟了吧
要不教教小弟我的qq号码是315017197
回复

使用道具 举报

发表于 2004-7-21 09:42:30 | 显示全部楼层
没有看不起,只不过如果那么写就可能是错的。
另外,许多人都知道我对QQ有成见,所以从来不用的。如果你想找我可以发贴或短信,论坛有邮件通知功能。
回复

使用道具 举报

发表于 2004-7-21 17:32:59 | 显示全部楼层

re:

如果你不想使用rndc控制可以:
vi /etc/rc.d/init.d/named
找到rndc stop的那一行,并注释掉
然后把主配置中的有关rndc调用的都注释掉
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-8 02:54 , Processed in 0.037938 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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