免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1558 | 回复: 2
打印 上一主题 下一主题

[DNS] #./rndc stats没有输出结果。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-12-29 23:06 |只看该作者 |倒序浏览
# ./rndc stats
#
我也配置了rndc
但是,执行上面的命令 没有输出结果。
我安装的bind9
在solaris8的系统上。不知道如何解决。

论坛徽章:
0
2 [报告]
发表于 2004-12-29 23:07 |只看该作者

#./rndc stats没有输出结果。

# more /etc/namedb/named.conf
options {
        directory "/etc/namedb";
        forwarders { 202.106.184.166; 202.108.44.55; 61.128.128.68; };
        pid-file "named.pid";
        recursive-clients 150000;
#        listen-on { 10.160.1.76; 10.160.1.80; };
        };
# Start of rndc.conf
key "rndc-key" {
        algorithm hmac-md5;
        secret "WeZNDsFye5LMAp3ZS65TkQ==";
};
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};

zone "."  {
type hint;
file "named.ca";
};

上面是named.conf配置文件的部分内容。

论坛徽章:
0
3 [报告]
发表于 2004-12-30 07:15 |只看该作者

#./rndc stats没有输出结果。

stats         Write server statistics to the statistics file.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP