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";
};
 
When I googling the case, there was same questions
 
http://www.usenet-forums.com/linux-networking/69530-bind-forwarding-zone-proxy-zone-how.html
 
But I can't find any answer...
 

Thanks again for your help
 
 

Date: Thu, 13 Nov 2008 18:40:17 -0800
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: how to forward the domain?
CC: bind-users@isc.org

Your note might be throwing it off. When I did a named-checkconf it didn't like 
that line. Try this instead:
zone "example.com" {
    type forward;
     forwarders { x.x.x.x; };
    forward only; //place note here
}; 


2008/11/13 MontyRee 


Hello, all.

I would like to forward the domain to other dns server.
so I read the bind admin document and set like below but, I don't know why this 
config doesn't work well.
surely x.x.x.x is a customer dns and set correctly.

zone "example.com" {
       type forward;
       forward only;yone whos knows
       forwarders {x.x.x.x;};
};

Anyone who knows how to do it?


Thanks for your help.

_________________________________________________________________
간편하고 정확한 나만의 맞춤 검색, Live Search!
http://search.live.com




-- 
Google for President
YouTube for VP
in any year divisible by 4
_________________________________________________________________
나의 글로벌 인맥, Windows Live Space!  
http://www.spaces.live.com

Reply via email to