From owner-freebsd-questions Sat Oct 3 19:44:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA18624 for freebsd-questions-outgoing; Sat, 3 Oct 1998 19:44:28 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from socko.cdnow.com (socko.cdnow.com [209.83.166.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA18609 for ; Sat, 3 Oct 1998 19:44:20 -0700 (PDT) (envelope-from heller@daria.cdnow.com) Received: from daria.cdnow.com (daria.cdnow.com [209.83.166.60]) by socko.cdnow.com (8.9.1/8.9.1) with ESMTP id WAA08211; Sat, 3 Oct 1998 22:43:56 -0400 (EDT) Received: (from heller@localhost) by daria.cdnow.com (8.8.8/8.8.8) id WAA14825; Sat, 3 Oct 1998 22:43:38 -0400 (EDT) From: "A. Karl Heller" Message-Id: <199810040243.WAA14825@daria.cdnow.com> Subject: Re: DNS Problem To: empey@plato2.ml.org (David Empey) Date: Sat, 3 Oct 1998 22:43:38 -0400 (EDT) Cc: freebsd-questions@FreeBSD.ORG Reply-To: heller@cdnow.com In-Reply-To: <199810031938.PAA00381@plato2.ml.org> from "David Empey" at Oct 3, 98 03:36:57 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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