From owner-freebsd-questions Mon Mar 12 1:47: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tkh.att.ne.jp (tkh.att.ne.jp [165.76.17.8]) by hub.freebsd.org (Postfix) with ESMTP id B699C37B718 for ; Mon, 12 Mar 2001 01:46:59 -0800 (PST) (envelope-from lukek@tkh.att.ne.jp) Received: from magome (96.pool8.ipctokyo.att.ne.jp [165.76.204.96]) by tkh.att.ne.jp (8.8.8+Spin/3.6W-CONS(10/06/00)) id SAA04650; Mon, 12 Mar 2001 18:46:58 +0900 (JST) From: "Luke Kearney" To: "Free BSD" Subject: named troubles Date: Mon, 12 Mar 2001 18:48:42 +0900 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I having no end of trouble in understanding what is going on with my name server setup. I have a server running FreeBSD 4.2 release and named 8.2.3 which I will upgrade just as soon as I can get this version to work properly ). The machine is an internal network nameserver with 2 NIC's. The NIC's have different IP's . The portmapper daemon is running. Mar 12 18:39:28 asakusa named[271]: bind(dfd=20, [192.168.0.2].53): Address already in use Mar 12 18:39:28 asakusa named[271]: deleting interface [192.168.0.2].53 Mar 12 18:39:28 asakusa named[271]: bind(dfd=22, [127.0.0.1].53): Address already in use Mar 12 18:39:28 asakusa named[271]: deleting interface [127.0.0.1].53 Mar 12 18:39:28 asakusa named[272]: Ready to answer queries. Mar 12 18:40:21 asakusa /kernel: arp: 192.168.0.2 is on lo0 but got reply from 00:90:99:24:62:e7 on xl0 Mar 12 18:40:56 asakusa /kernel: arp: 192.168.0.1 is on vr0 but got reply from 00:90:cc:08:31:83 on xl0 Mar 12 18:41:07 asakusa /kernel: arp: 192.168.0.1 is on vr0 but got reply from 00:90:cc:08:31:83 on xl0 Whenever I start named it dies pretty much instantly and the following messages appear when I try nslookups bash-2.04# nslookup localhost *** Can't find server name for address 192.168.0.2: Timed out *** Default servers are not available resolv.conf looks something like this bash-2.04# cat /etc/resolv.conf domain meibin.net nameserver 192.168.0.2 Any mistakes in my zone files don't seem to be the problem because initially I cannot get named started. This is probably something of a newbie question but any guidance is really appreciated. Thanks Luke To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message