[C[CChange in the Syntax?

Bob Vance bobvance at alumni.caltech.edu
Tue Sep 26 01:23:15 UTC 2000


You left off a couple of periods !

-------------------------------------------------
Tks        | <mailto:Bob_Vance at sbm.com>
BV         | <mailto:bobvance at alumni.caltech.edu>
Sr. Technical Consultant,  SBM, A Gates/Arrow Co.
Vox 770-623-3430           11455 Lakefield Dr.
Fax 770-623-3429           Duluth, GA 30097-1511
=================================================





-----Original Message-----
From: jewish at wa3yre.wynn.com [mailto:jewish at wa3yre.wynn.com]On Behalf Of
Sapphire Software
Sent: Friday, July 10, 2893 6:44 PM
To: John Banas
Cc: bind-users at isc.org
Subject: [C[CChange in the Syntax?



've been struggling with this but can't track down the problem.

The /etc/named.conf looks like this:

_____________________________________________________________________
options {
        directory "/usr/local/named";
};

zone "." {
        type hint;
        file "db.cache";
};

zone "0.0.127.in-addr.arpa"{
        type master;
        file "db.127.0.0";
};

zone "0.168.192.in-addr.arpa"{
        type master;
        file "db.192.168.0.100";
};

zone "local.scalabletech.com"{
        type master;
        file "db.scalabletech";
};
_________________________________________

I must have a syntax problem in the db.120.0.0 file - but I think it's
pretty much the same as I've used on other systems ... it looks like
this:

@       IN      SOA     sruben.local.scalabletech.com. ruben.wynn.com. (
                        1111 ; serial
                        43200 ; refresh
                        3600 ; retry
                        2419200 ; expire
                        86400 ; default_ttl
                        )
0.0.127.in-addr.arpa            IN      NS
sruben.local.scalabletech.com.
1.0.0.127.in-addr.arpa          IN      PTR     localhost.

Any clues as to the error?







More information about the bind-users mailing list