subdomains

Barry Margolin barmar at alum.mit.edu
Thu Jun 24 01:59:44 UTC 2004


In article <cbd6gu$2td5$1 at sf1.isc.org>,
 Michelle Konzack <linux4michelle at freenet.de> wrote:

> Hello, 
> I have a local DNS-Server (bind9) running on Debian GNU/Linux 3.0r2
> 
> It servs 192.168.1 and four domains.
> This is working quiet well.
> 
> As you can see in the header of this Mail, my workstation is 
> michelle1.michelle-is.com. 
> 
> Now I like to have ma private network in a Sub-Domain like
> 
> michelle1.privat.michelle-is.com
> 
> How must I do this in bind9 ?

Change:

michelle1 IN A <address>

to:

michelle1.privat IN A <address>

in the michelle-is.com zone file.

And change the hostname in the corresponding PTR record in the reverse 
domain.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


More information about the bind-users mailing list