From owner-freebsd-questions Thu Oct 24 9:35:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1F9D37B401 for ; Thu, 24 Oct 2002 09:35:11 -0700 (PDT) Received: from slate.dublin.wbtsystems.com (slate.dublin.wbtsystems.com [193.120.231.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E18643E65 for ; Thu, 24 Oct 2002 09:35:10 -0700 (PDT) (envelope-from barry.byrne@wbtsystems.com) Received: from spiral (spiral.dublin.wbtsystems.com [193.120.231.190]) (authenticated bits=0) by slate.dublin.wbtsystems.com (8.12.6/8.12.6) with ESMTP id g9OGYxvb087962; Thu, 24 Oct 2002 17:34:59 +0100 (IST) From: "Barry Byrne" To: "Moti Levy" , "ann kok" , Subject: RE: DNS server Date: Thu, 24 Oct 2002 17:34:58 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <01a001c27b75$394cf4d0$fd6e34c6@moti> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-WBT-Authenticated-User: bb X-Scanned-By: MIMEDefang 2.23/slate (www . roaringpenguin . com / mimedefang) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Fairly simple: Use the @ for the domain as in the example below. - Barry partial zone file 'master.zone' looks like: $TTL 12h @ IN SOA ns0.masterdomain.com. hostmaster.masterdomain.com. ( 2002100101 30m 15m 336h 12h ) IN NS ns0 IN NS ns1 IN A 192.168.0.123 ns0 IN A 192.168.0.1 ns1 IN A 192.168.0.2 Partial Conf file looks like: zone "domain1.com" { type master; file "master.zone"; }; zone "domain2.com" { type master; file "master.zone"; }; -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Moti Levy > Sent: 24 October 2002 16:51 > To: ann kok; freebsd-questions@FreeBSD.ORG > Subject: Re: DNS server > > > zone = domain ..... > AFAIK can't be done > ------------------------------------------------- > Moti > www.flncs.com > ------------------------------------------------- > be careful what you wish for ... > ------------------------------------------------- > > ----- Original Message ----- > From: "ann kok" > To: > Sent: Thursday, October 24, 2002 11:45 AM > Subject: DNS server > > > > Hi all > > > > I have question about DNS server: > > > > I have more than 300 domain names and want to all > > domain names pointing to one ipaddress > > > > I don't want to create 300 zones separately > > > > ls it possible to do it one zone to have this feature? > > > > Thank you for your help > > > > > > __________________________________________________ > > Do you Yahoo!? > > Y! Web Hosting - Let the expert host your web site > > http://webhosting.yahoo.com/ > > > > 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 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message