Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jan 2000 21:55:00 -0500 (EST)
From:      Omachonu Ogali <oogali@intranova.net>
To:        Chris Manjoine <chris-manjoine@uiowa.edu>
Cc:        freebsd-newbies@FreeBSD.ORG
Subject:   Re: Primary DNS setup problems
Message-ID:  <Pine.BSF.4.10.10001062154220.13732-100000@hydrant.intranova.net>
In-Reply-To: <4.2.2.20000106150136.00ab4f00@mail.vpr.uiowa.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
Change linux.bogus to localhost, see if that resolves the problem.

Omachonu Ogali
Intranova Networking Group

On Thu, 6 Jan 2000, Chris Manjoine wrote:

> Ok I have set up DNS on a redhat box before and I thought this would be 
> straight forward I have added the configurations in my named.conf file to 
> goto my zone but nothing happens. I can't get it to work at all
> 
> 
> named.conf
> 
> options {
>          directory "/etc/namedb";
>          pid-file "/var/run/named.pid";
>          };
> 
> zone "." {
>          type hint;
>          file "/etc/namedb/db.cache";
>          };
> 
> zone "0.0.127.IN-ADDR.ARPA" {
>          type master;
>          file "/etc/namedb/0.0.127.IN-ADDR.ARPA.hosts";
>          };
> 
> 
> 
> I want to get the caching name server setup first to avoid any simple 
> errors but this will not even work.
> the db.cache is the same as everyone else has and the 
> 0.0.127.IN-ADDR.ARPA.hosts
> 
> @               IN      SOA     ns.linux.bogus. hostmaster.linux.bogus. (
>                                  1       ; Serial
>                                  8H      ; Refresh
>                                  2H      ; Retry
>                                  1W      ; Expire
>                                  1D)     ; Minimum TTL
>                          NS      ns.linux.bogus.
> 1                       PTR     localhost.
> 
> 
> 
> rc.conf file stuff NOTE THAT I AM USING A DHCP CLIENT THAT LINKS TO A STATIC IP
> 
> # -- sysinstall generated deltas -- #
> network_interfaces="ep0 lo0"
> ifconfig_ep0="DHCP"
> # -- sysinstall generated deltas -- #
> named_enable="YES"
> 
> Other info available at request~                      



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001062154220.13732-100000>