Date: Sat, 3 Oct 1998 22:43:38 -0400 (EDT) From: "A. Karl Heller" <heller@cdnow.com> To: empey@plato2.ml.org (David Empey) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DNS Problem Message-ID: <199810040243.WAA14825@daria.cdnow.com> In-Reply-To: <199810031938.PAA00381@plato2.ml.org> from "David Empey" at Oct 3, 98 03:36:57 pm
next in thread | previous in thread | raw e-mail | index | archive | help
I've never done this file the exact way you have it but this works
for us:
@ IN SOA ns1.cdnow.com. postmaster.cdnow.com. (
98093003; serial number - UPDATE AFTER EVERY CHANGE
10800 ; Refresh after 3 hours
3600 ; Retry after 1 hour
604800 ; Expire after 1 week
86400 ) ; Minimum TTL of 1 days
IN NS ns1.cdnow.com.
IN NS ns2.cdnow.com.
IN MX 10 socko.cdnow.com.
IN MX 20 daria.cdnow.com.
IN MX 30 socko2.cdnow.com.
IN A 209.83.166.2
IN TXT "CDNOW - The Internet Music Store "
Then you would have your other addresses:
www IN CNAME cdnow.com.
Try throwing your IN A ipaddress into the block just below your MX
records. Also, and an IN to your CNAME list.
Karl
Also, specify your config directory in named.boot just for safety:
directory /etc/namedb
> I'm hoping someone can help sort out a DNS problem I'm having. I'm trying
> to set my machine up as the primary DNS for integral.on.ca, but can't seem
> to get it working.
> Here is my named.biit file:
> cache . root.cache
> primary 0.0.127.in-addr.arpa pz/127.0.0
> primary integral.on.ca pz/integral.on.ca
> and the zone file for integral.on.ca:
> @ IN SOA integral.on.ca root.integral.on.ca (
> 199810031 ; Serial
> 28800 ; Refresh
> 7200 ; Retry
> 604800 ; Expire
> 86400) ; Minimum TTL
> NS plato2.ml.org.
> MX 10 integral.on.ca.
> integral.on.ca A 24.112.14.35
> www CNAME integral.on.ca.
> ftp CNAME integral.on.ca.
> Does anyone see something I've missed?
> Any help appreciated!
> David Empey
> empey@plato2.ml.org
> ICQ #7283765
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
--
-----------------------------------------------------------------------------
A. Karl Heller A day without fusion is like a day without sunshine.
heller@cdnow.com Money will not buy happiness, but it will let you
http://cdnow.com be unhappy in nice places.
-----------------------------------------------------------------------------
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?199810040243.WAA14825>
