>> I have a problem in that when I disable Recursive look 
>> ups the DNS servers then fail to answer DNS queries 
>> from the local IP addresses.

In BIND you can set the bind.conf file to only allow certain IP address to
be able to initiate a recursive query.

The directive is in the options section:

options {
  directory "c:\bind\etc";
  // version statement for security to avoid hacking known weaknesses   
  version "not disclosed";
  // disables all zone transfer requests except for local network
  allow-transfer{12.199.124.0/23;};
  // Allow anyone to query
  // only allow the local net to issue recursive queries
  allow-query {"any";};
  allow-recursion {12.199.124.0/23;};
};



Best Regards,

Dennis Powers
UXB Internet - A website design and Hosting Company
690 Wolcott Road
P.O. Box 6029
Wolcott, CT  06716
Tel: (203)879-2844
http://www.uxbinternet.com/
http://www.uxb.net/ 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258282
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to