bind
Scott E
slice40 at yahoo.com
Wed Oct 24 11:53:06 EDT 2001
Starting with BIND 9 having a ttl reference prior to the SOA became manditory.
$TTL 3600
@ IN SOA localhost. root.localhost. (
2001101601 ; serial
28800 ; refresh
14400 ; retry
3600000 ; expire
86400 ; default_ttl
)
@ IN NS localhost.
1 IN PTR localhost.
Hope this helps.
Scott
--- "Anthony J. Gabrielson" <agabriel at home.tzo.org> wrote:
> Hello,
> I have been going through the DNS howto and its giving me a
> bit of a hard time. I can't localhost to work. I am running bind 9.1.3
> on an ultrasparc running Solaris 8.
>
> here is the error I get when I start named
> Oct 24 11:17:43 grams ./named[17903]: dns_zone_load: zone
> 0.0.127.in-addr.arpa/IN: loading master file pz/127.0.0: no ttl
>
> Here is error I get when I do nslookup:
> bash-2.05# nslookup
> *** Can't find server name for address 127.0.0.1: Server failed
> *** Default servers are not available
>
>
> Here is /etc/named.conf:
>
>
> options {
> directory "/var/named";
>
>
> };
>
>
> zone "0.0.127.in-addr.arpa" {
> type master;
> file "pz/127.0.0";
> };
>
>
>
> Here is /var/named/pz/127.0.0
> @ 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.
> bash-2.05# pwd
> /var/named/pz
>
>
>
> Any help would be greatly appreciated. This is for an internal network.
>
>
> Thanks very much for any help. I really don't want to run the Win2K
> server, but I will have to if this can not be figured out.
>
> Anthony
>
>
> -
> Subcription/unsubscription/info requests: send e-mail with
> "subscribe", "unsubscribe", or "info" on the first line of the
> message body to discuss-request at blu.org (Subject line is ignored).
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
More information about the Discuss
mailing list