simple config not so simple

James A Griffin agriffin at cpcug.org
Fri Oct 19 10:18:56 UTC 2001


Mark_Andrews at isc.org wrote:
> 
> > $ORIGIN abc.com
> > $TTL 86400
> >
> > @       IN SOA abc.com. proxy.abc.com. (
> >                                 2001053100      ; serial
> >                                 10800           ; refresh after 3
> > hours
> >                                 3600            ; retry after 1 hour
> >                                 604800          ; expire after 1 week
> >                                 86400)          ; minimum TTL of 1 day
> >
> >         IN NS   ns.abc.com
> >
> >         lucifer.abc.com             IN      A       10.0.1.2
> >         neptune.abc.com             IN      A       10.0.1.3
> 
>         The above two lines should start at the first column.

and there should be periods (".") at the after abc.com. or just the host
name. 

Example with periods:
lucifer.abc.com.             IN      A       10.0.1.2
neptune.abc.com.             IN      A       10.0.1.3

Example without periods:
lucifer             IN      A       10.0.1.2
neptune             IN      A       10.0.1.3

Jim


> 
>         Mark
> --
> Mark Andrews, Internet Software Consortium
> 1 Seymour St., Dundas Valley, NSW 2117, Australia
> PHONE: +61 2 9871 4742                 INTERNET: Mark.Andrews at isc.org


More information about the bind-users mailing list