Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jul 2000 15:08:28 -0400 (EDT)
From:      Damon Hammis <squirrel@hammis.com>
To:        "Jonathan E. Lyons" <parrothd@midwest.net>
Cc:        Randy Katz <randyk@ccsales.com>, freebsd-questions@FreeBSD.ORG
Subject:   Re: Simple DNS Question(Kinda :) ) with "."
Message-ID:  <Pine.BSF.4.10.10007191507020.82418-100000@markl.com>
In-Reply-To: <3.0.5.32.20000719134943.00994300@midwest.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok...it would appear that I goofed.  This is part of the reason why I
think CNAMEs are evil. :)

What happens when you put this line just below your MX record?

IN	CNAME	cluster.bswift.com.

> $TTL 60
> @               IN      SOA     bswift.com. root.ns3.bswift.com.  (
>                                 2000070639      ;Serial
>                                 7200            ;Refresh
>                                 1200            ;Retry
>                                 604800          ;Expire
>                                 60 )            ;time to live
> 
>                 IN      NS      ns3.bswift.com.
>                 IN      NS      ns1.bswift.com.
>                 IN      MX      5  mail.bswift.com.
> 
> ns3             IN      A       64.16.214.140
> ns1             IN      A       209.119.45.40
> cluster         IN      A       209.119.45.57
> mail            IN      A       209.119.45.36
> phc2            IN      A       209.119.45.36
> localhost       IN      A       127.0.0.1
> 
> bswift.com.     IN      CNAME   cluster.bswift.com.
> www             IN      CNAME   cluster.bswift.com.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10007191507020.82418-100000>