Error after starting named

Ralf Hildebrandt Ralf.Hildebrandt at innominate.com
Tue May 29 14:46:20 UTC 2001


On Tue, May 29, 2001 at 02:09:17AM -0700, Ben wrote:

> BTW, I wasn't the one who configured this.  It was a co-worker and I'm
> just trying to fix what the error is.  Thanks again.



> $TTL            86400
> @               IN      SOA     dns1.bindco.com.       
> hostmaster.bindco.com. (
>                         2001052501 ; serial
>                         8H ; refresh
>                         2H ; retry
>                         1W ; expire
>                         2D; default_ttl
>                         )
> ;

Shouldn't that be:

$TTL            86400
@               IN      SOA     dns1.bindco.com. hostmaster.bindco.com. (
                        2001052501 ; serial
                        8H ; refresh
                        2H ; retry
                        1W ; expire
                        2D; default_ttl
                        );

(semicolon and ) on one line, SOA on one line?)


More information about the bind-users mailing list