From owner-freebsd-questions Sat Sep 2 13: 1:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc2.occa.home.com (ha1.rdc2.occa.home.com [24.2.8.66]) by hub.freebsd.org (Postfix) with ESMTP id D13F037B43C for ; Sat, 2 Sep 2000 13:01:29 -0700 (PDT) Received: from butthead ([24.177.2.144]) by mail.rdc2.occa.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20000901062430.RHJE11948.mail.rdc2.occa.home.com@butthead>; Thu, 31 Aug 2000 23:24:30 -0700 Message-ID: <006101c013dd$44be5b80$0a01a8c0@butthead> From: "Caleb Walker" To: "Caleb Walker" , Cc: References: Subject: Re: Can you all see me? Date: Thu, 31 Aug 2000 23:24:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Looks like I fixed it. Again I overlooked a duplicate hostname. Took it out and it all works. Thanks for all of the support! Caleb ----- Original Message ----- From: Caleb Walker To: Cc: Sent: Thursday, August 31, 2000 11:02 PM Subject: Re: Can you all see me? > When I am doing an nslookup on my dns server I set 'q=mx' > I type cwalk.org and I get something like: > cwalk.org > origin = ns1.cwalk.org > mail addr = cwalker.cwalk.org > serial = blah blah so forth and so forth... > > when I type ns1.cwalk.org I get the info that I want. > > ns1.cwalk.org prefrences = 10, mail exchanger = mail.cwalk.org > cwalk.org nameserver = ns1.cwalk.org > nail.cwalk.org internet address = 24.177.2.144 > ns1.cwalk.org internet address = 24.177.2.144 > > I can not figure this out for the life of me!! > > Here is my dns config: > $TTL 1D > cwalk.org. IN SOA ns1.cwalk.org. cwalker.cwalk.org. ( > 2000083103 ; Serial > 2H ; refresh > 1H ; retry > 2W ; expire > 300 ) ; minimum (1 day) > ;Name Servers > IN NS ns1 > ns1 IN A 24.177.2.144 > ;MX records > IN MX 10 mail > ; Host Records > @ IN A 24.177.2.144 > www IN A 24.177.2.144 > ftp IN A 24.177.2.144 > mail IN A 24.177.2.144 > NS1 IN A 24.177.2.144 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message