NT BIND 8.2.3 t7b - Forwarders Question

Michael Colterman mcolterm at nortelnetworks.com
Wed Sep 6 13:56:44 UTC 2000


I don't know how many of you are looking at 8.2.3 on NT but I have a question.  Has anyone noticed if the forwarders is working properly.  I have downloaded the source for 8.2.2 (p5) and 8.2.3 (t7b).  

I am using the same configuration files for both and forwarders work in 8.2.2 and I can't get them to work in 8.2.3.  8.2.3 seems to hang if I have the forwarders statement in, as soon as I take it out it works but I can't see the outside (firewall).  Is there something that might have changed between the two with forwarders that my config files are invalid?  Any help would be appreciated.  

Thanks,  

Mike



Here is my named.conf file:

options {
    directory "C:\MyStuff\Downloads\BIND-8.2.3\t7b\src\port\winnt\bin\Debug\etc";
    forwarders { 47.130.100.18; 141.251.80.18; }; 
};

zone "corpnorth.baynetworks.com" in {
    type master;
    file "corpnorth.baynetworks.com.db";
};

zone "100.130.47.in-addr.arpa" in {
    type master;
    file "47.130.100.db";
};

zone "80.251.141.in-addr.arpa" in {
    type master;
    file "141.251.80.db";
};

zone "0.0.127.in-addr.arpa" in {
    type master;
    file "127.0.0.db";
};

zone "." in {
    type hint;
    file "root.cache.db";
};




More information about the bind-workers mailing list