| xbweifly 回复于:2003-06-19 16:41:09 |
| 谢谢,希望多提供这样的技巧 |
| forrestrun 回复于:2003-06-20 11:19:07 |
| so good!! |
| supereyes 回复于:2003-07-22 10:52:34 |
| [root@mail /etc]# rndc dumpdb
rndc: connect failed: connection refused 这个是怎么回事? 我启动bind是用/etc/init.d/named start |
| 阿骁 回复于:2003-07-23 15:35:31 |
| 应该是 rndc 的配置有问题。你可以重新生成一个 rndc key ,然后再试看看。 |
| rayharris 回复于:2003-07-24 09:35:11 |
| 2000下的ipconfig /displaydns技巧很不错,挺实用的,谢谢! |
| Lanchou 回复于:2004-05-13 11:07:03 |
| have configed the rndc ,usr rndc status to show:
root@dns02:/usr/local/bind-jail/sbin>./rndc status number of zones: 14 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in progress: 0 query logging is ON server is up and running root@dns02:/usr/local/bind-jail/sbin>./rndc dumpdb but show noting. Question: 1. How can i know dns cache function is enble? 2. how can I enble or diable dns cache function ? |
| sunnycn 回复于:2004-12-27 21:18:23 |
| [quote:313379be87="阿骁"]最近有不少关于DNS Cache 的帖子,让我学到了不少技巧。汇总一下。
Q: 如何查看 BIND DNS Server 的 Cache : A: 在 bind 9 中,可以使用 rndc -dumpdb 命令来查看 DNS Cache,当然你的 rndc 要先配置好。这个..........[/quote:313379be87] 版主的这个写的很漂亮。 如果版主在有时间的时候,能不能再完善一些。 谢谢! |
| sunnycn 回复于:2004-12-29 22:38:19 |
| 在bind 9中配置rndc 还是要好好的看看相关的文档的了。
在“精华区里面”有这样的帖子。 但是,按照上面的步骤配置的时候有些问题。 |
| littleice 回复于:2004-12-30 08:57:32 |
| 这个贴精吧,我们也好找。 |
| liuzhy 回复于:2005-01-06 11:17:20 |
| [quote:1803933dc9="Lanchou"]have configed the rndc ,usr rndc status to show:
root@dns02:/usr/local/bind-jail/sbin>./rndc status number of zones: 14 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in prog..........[/quote:1803933dc9] 1. you did not try to reslove any dns entry, so cache is empty. 2. Generally, any dns server is a dns cache server. I do not know how to disable it. |
| liuzhy 回复于:2005-01-06 11:18:02 |
| [quote:e3674dcddc="Lanchou"]have configed the rndc ,usr rndc status to show:
root@dns02:/usr/local/bind-jail/sbin>./rndc status number of zones: 14 debug level: 0 xfers running: 0 xfers deferred: 0 soa queries in prog..........[/quote:e3674dcddc] 1. you did not try to reslove any dns entry, so cache is empty. 2. Generally, any dns server is a dns cache server. I do not know how to disable it. |