From owner-freebsd-questions Mon Jun 12 7: 7:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hawk.prod.itd.earthlink.net (hawk.prod.itd.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id F1B3037BAB7 for ; Mon, 12 Jun 2000 07:07:27 -0700 (PDT) (envelope-from egravel@earthlink.net) Received: from earthlink.net (hybrid-024-221-117-152.phoenix.speedchoice.com [24.221.117.152]) by hawk.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with ESMTP id HAA02419; Mon, 12 Jun 2000 07:07:20 -0700 (PDT) Message-ID: <3944EF38.B30C4926@earthlink.net> Date: Mon, 12 Jun 2000 07:10:00 -0700 From: Emmanuel Gravel X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Johan Petersson Cc: questions@FreeBSD.ORG Subject: Re: named References: <20000612123240.2286375443@studentmail.liu.se> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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