3rd level domain.

Barry Margolin barmar at genuity.net
Thu Dec 13 23:56:25 UTC 2001


In article <9vb7q0$7as at pub3.rc.vix.com>,
Cody Chandler <chandler at scaled.com> wrote:
>	I have a public DNS server running bind 8.1.
>
>I would like to set up another record for internal address' with a 3rd
>level domain, on the same server.. Is this possible? If so what do I
>need to look out for.
>
>example:
>
>onestupiddog.net	public domain
>dog.onestupiddog.net	internal domain (ie 192.168.0.X)

zone "dog.onestupiddog.net" {
  type master;
  file "db.dog.onestupiddog.net";
  allow-query { 192.168.0.0/16; };
};

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list