Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2003 20:43:00 +0100
From:      Ceri Davies <setantae@submonkey.net>
To:        Alfonso Romero <ibac@prodigy.net.mx>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: Creating an additional DNS zone file
Message-ID:  <20030620194300.GB84128@submonkey.net>
In-Reply-To: <018a01c336f5$bfb36b80$0100a8c0@ibacsoft.dynu.com>
References:  <018a01c336f5$bfb36b80$0100a8c0@ibacsoft.dynu.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 20, 2003 at 01:32:40AM -0500, 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?

Did you add anything for this zone to named.conf?

Ceri
-- 
User: DO YOU ACCEPT JESUS CHRIST AS YOUR PERSONAL LORD AND SAVIOR?
Iniaes: Sure, I can accept all forms of payment.
                                           -- www.chatterboxchallenge.com



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