Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2000 07:10:00 -0700
From:      Emmanuel Gravel <egravel@earthlink.net>
To:        Johan Petersson <johpe159@student.liu.se>
Cc:        questions@FreeBSD.ORG
Subject:   Re: named
Message-ID:  <3944EF38.B30C4926@earthlink.net>
References:  <20000612123240.2286375443@studentmail.liu.se>

index | next in thread | previous in thread | raw e-mail

Of course it will :)

What you need to do is keep all the info related to specific zones
in a single file (if not it "would" use only the last file for the
zone, but as you saw it'll just choke instead). You should use the
same naming scheme for the in-addr.arpa zones as you do for the
domain zones, in that you should use the zone name in the filename
instead of the domain name in the reverse => db.37.147.223.in-addr.arpa
and then just dump all the info in that file.

Tell me how this works for you :)

Emmanuel Gravel

Johan Petersson wrote:
> 
> Hello!
> 
> I want to point multiplie domains to a single IP, but
> I don't know how to do with "37.147.223.in-addr.arpa".
> Named complain (cannot redefine zone '37.147.223.in-addr.arpa'
> class IN), if I have following lines in named.conf. How shall
> I solve this problem ?
> 
> -----------------------8<------------------------------
> //************** ZONE BITMAP-STUDIOS.COM **************
> zone "bitmap-studios.com" {
>         type master;
>         file "db.bitmap-studios.com";
> };
> zone "37.147.223.in-addr.arpa" {
>         type master;
>         file "bitmap-studios-reverse";
> };
> //*************************************************
> 
> //*************** ZONE NEWDOMAIN.SE ***************
> zone "newdomain.se" {
>         type master;
>         file "db.newdomain.se";
> };
> zone "37.147.223.in-addr.arpa" {
>         type master;
>         file "newdomain.se-reverse";
> };
> //*************************************************
> --------------------------8<---------------------------
> 
> Best regards
> 
> --Johan
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3944EF38.B30C4926>