Multilple Masters

Mark_Andrews at isc.org Mark_Andrews at isc.org
Fri Mar 15 06:38:56 UTC 2002


> 
> My question is two fold.
> 
> 1. Can a SlaveServer-A Be a Master to  SlaveServer-B?

	Yes.
 
> 2 what is wrong with this syntax (besides the non routable IP's)
> This does not work.
> 
> zone "domain.com"
> {
>         type slave;
>         file "master/com/liveperson/root.zone";
>         masters {10.10.10.1; 192.168.30.2; }
> };
> 
> But this syntax works.
> 
> zone "domain.com"
> {
>         type slave;
>         file "master/com/liveperson/root.zone";
>         masters {10.10.10.1; }
> };
> 
> And this syntax works.
> zone "domain.com"
> {
>         type slave;
>         file "master/com/liveperson/root.zone";
>         masters {192.168.30.2; }
> };
> 

	Well given they ALL are wrong I don't know how you got any of
	them to work.  They are all missing the semicolon at the end
	of the masters clause.

	Multiple addresses are allowed in the masters clause.

		masters {10.10.10.1; 192.168.30.2; };

	Mark

--
Mark Andrews, Internet Software Consortium
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list