In article <[EMAIL PROTECTED]>, MontyRee <[EMAIL PROTECTED]>
wrote:
> Thanks for your anaswe.
>
> But the result was some,
> Is there any relations with recursion or not?
> anyway the result was same even if I set allow or not the recursion.
>
> Below is my options config.
>
> options {
> directory "/var/named";
> allow-recursion {any;};
> allow-transfer {127.0.0.1; };
> allow-query-cache { any; };
> version "DNS";
> };
>
Does the query have the Recursion Desired flag set? Forwarding only
works when recursion is requested.
--
Barry Margolin, [EMAIL PROTECTED]
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***