Simple question

Barry Margolin barmar at genuity.net
Thu Dec 20 18:40:51 UTC 2001


In article <9vsutp$67b at pub3.rc.vix.com>,
Kilian S <kin at cyclone.justirc.net> wrote:
>Ok, I got www.krs.ca to point to the address I want, but, how can I get just
>krs.ca to resolve to that same address....this is what I got right now...


>$ttl 38400
>krs.ca. IN      SOA     142.179.43.194. (

You're missing a field in the SOA record.  It should be:

krs.ca. IN SOA cyclone.justirc.net. kin.cyclone.justirc.net. (

>                        1008795646
>                        10800
>                        3600
>                        604800
>                        38400 )

You need at least one NS record:

krs.ca. IN NS  cyclone.justirc.net.

>www.krs.ca.     IN      A       142.179.43.194
>krs.ca.         IN      A       142.179.43.194

That last record should allow you to refer to the server by the name
krs.ca.

-- 
Barry Margolin, barmar at genuity.net
Genuity, Woburn, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.


More information about the bind-users mailing list