(no subject)

Mark.Andrews at nominum.com Mark.Andrews at nominum.com
Wed Jul 11 11:26:16 UTC 2001


> 
> 
> 
> I have been asked to configure 2 european DNS to be able to resolve the
> hostnames of servers and domain names of 3 DNS in Australia.
> Can you give some indication on how I would do this.
> Many Thanks.
> Scott

	zone "example.com.au" {
		type slave;
		file "example.com.au";
		masters { 1.2.3.4; };
	};

	zone "example.net.au" {
		type slave;
		file "example.net.au";
		masters { 1.2.3.4; };
	};

	zone "example.asn.au" {
		type slave;
		file "example.asn.au";
		masters { 1.2.3.4; };
	};

--
Mark Andrews, Nominum Inc.
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at nominum.com


More information about the bind-users mailing list