dns forwarding

Tim Maestas tmaestas at dnsconsultants.com
Wed Jan 24 18:29:05 UTC 2001



	Use type forward:
	
	zone "example.com" in {
	type forward;
	forward only;
	forwarders {192.168.1.1 ; 192.168.1.2; 192.168.1.3;};
	};

------------------------------------------
http://www.dnsconsultants.com
DNS and other network consulting
------------------------------------------


On Wed, 24 Jan 2001, Leon van Dongen wrote:

> Hi all,
> 
> I was wondering how I format the forwarders in my named.conf
> I want to use forwarders for certain zones not all !
> 
> Let's say I want to use it like this;
> 
> zone "mydomain.com" {
> type master;
> file "db.mydomain.com";
> forwarders {192.168.1.1};
> };
> 
> But if I want to use multiple servers, how do i separate hem ?
> 
> 192.168.1.1, 192.168.9.99;
> 
> please include an example in your reply
> 
> thanks in advance,
> 
> Leon van Dongen
> 
> 
> 
> 




More information about the bind-users mailing list