From owner-freebsd-questions@FreeBSD.ORG Fri Jun 20 13:44:00 2003 Return-Path: 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 4316A37B401 for ; Fri, 20 Jun 2003 13:44:00 -0700 (PDT) Received: from smtp.prodigy.net.mx (dfproxy01.prodigy.net.mx [148.235.168.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6111C43FCB for ; Fri, 20 Jun 2003 13:43:59 -0700 (PDT) (envelope-from ibac@prodigy.net.mx) Received: from pc1 (du-200-67-41-134.prodigy.net.mx [200.67.41.134]) sims.4.0.2001.07.26.11.50.p9) with SMTP id <0HGS00LNMS5J1Q@SMTP.Prodigy.Net.mx>; Fri, 20 Jun 2003 15:41:46 -0500 (CDT) Date: Fri, 20 Jun 2003 15:44:23 -0500 From: Alfonso Romero To: freebsd-questions , K Anderson Message-id: <01bf01c3376c$bb6722c0$0100a8c0@ibacsoft.dynu.com> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 8BIT X-Priority: 3 X-MSMail-priority: Normal References: <018a01c336f5$bfb36b80$0100a8c0@ibacsoft.dynu.com> <3EF361BA.60805@attbi.com> Subject: Re: Creating an additional DNS zone file X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 20:44:00 -0000 The real lalis.com domain is correct, Iīm just using a fake domain internally on my LAN with the same name. This morning I pinged lalis.com and www.lalis.com, and they gave up the same IP address, 192.168.0.101. I donīt know why yesterday they werenīt showing up the same address, and now they are. I didnīt change anything!! I guess it must be something related to the refresh rate, or something like that. ----- Original Message ----- From: "K Anderson" To: "Alfonso Romero" Cc: "freebsd-questions" Sent: Friday, June 20, 2003 2:34 PM Subject: Re: Creating an additional DNS zone file > > > Alfonso Romero wrote: > > I have a DNS server for my local LAN. I use "ibacsoft.dynu.com" as the primary zone and all works properly. When I wanted to add an additional zone, "lalis.com", to use virtual hosts with apache, I created the following zone file, called "lalis.com" on /etc/namedb: > > > > ------------------------------------------- > > $TTL 3600 > > lalis.com. IN SOA adeline.ibacsoft.dynu.com. root.adeline.ibacsoft.dynu.com ( > > 6 ; Serial > > 3600 ; Refresh > > 900 ; Retry > > 3600000 ; Expire > > 3600 ) ; Minimum > > IN NS adeline.ibacsoft.dynu.com. > > ; > > IN A 192.168.0.101 > > > > www IN CNAME @ > > mail IN CNAME @ > > > > @ IN MX 10 mail.lalis.com. > > ------------------------------------ > > > > I then reload named with "ndc reload", ping www.lalis.com and all looks fine. > > I even go to www.lalis.com and the apache home page shows up. > > > > The problem is when I try to use lalis.com, without the "www" part. When I ping lalis.com, it doesnīt give me the correct internal IP address, like www.lalis.com does. > > > > What am I doing wrong? > > > > Thanks in advance, > > > > Alfonso Romero > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Are you talking internally or externally? > I pinged lalis.com & www.lalis.com and got the same IP address. > > I forget how to do it but you might be able to do some sort of zone > thing where either you can look at how somebody else has it done or even > do a zone transfer. > >