Unable to do forwarding in BIND DNS?

Posted by preethika on Server Fault See other posts from Server Fault or by preethika
Published on 2010-01-22T05:29:57Z Indexed on 2010/03/21 21:21 UTC
Read the original article Hit count: 398

I have BIND working on Windows Server 2003. i want to forward my queries to another server. Recursion is working but forwarding is not working. can u guide me to set it. i've given the following in the options:

options { 
       directory "c:\named\zones"; 
       allow-transfer { none; }; 
       forward only; 
       forwarders { 8.8.8.8 ; }; 
       recursion no;
};

is the format for forwarding correct in the above.

if not what is the format. Am i to give any port number in the forwarders line? Does forwarding have any particular port number?

Thank You in advance....

© Server Fault or respective owner

Related posts about forwarding

Related posts about Windows