From owner-freebsd-stable@FreeBSD.ORG Wed Jul 6 18:04:47 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60AF116A41C for ; Wed, 6 Jul 2005 18:04:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3863F43D46 for ; Wed, 6 Jul 2005 18:04:47 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout03/MantshX 4.0) with ESMTP id j66I4lDw017719; Wed, 6 Jul 2005 11:04:47 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j66I4jIh017493; Wed, 6 Jul 2005 11:04:46 -0700 (PDT) In-Reply-To: <20050706133130.H86744@kod.inch.com> References: <20050706133130.H86744@kod.inch.com> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 6 Jul 2005 14:04:42 -0400 To: Gerald X-Mailer: Apple Mail (2.730) Cc: freebsd-stable@freebsd.org Subject: Re: Confusing DNS issue behind FreeBSD NAT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 18:04:47 -0000 On Jul 6, 2005, at 1:54 PM, Gerald wrote: > These are from the machine behind the nat/gateway. Notice without > specifying what server to query with dig, it ignores /etc/resolv.conf > and queries localhost. What am I missing? (digs are trimmed to > practical > information for brevity.) > > Wed Jul 06 12:30:23 > root@10:( /usr/src/) $ uname -a > FreeBSD 10.4.10.75 5.4-STABLE FreeBSD 5.4-STABLE #1: Thu Jun 23 > 10:59:58 CDT 2005 root@10.4.10.75:/usr/obj/usr/src/sys/WEB- > NOIPV6 i386 > Wed Jul 06 12:30:28 > root@10:( /usr/src/) $ cat /etc/resolve.conf nameserver 10.4.10.1 > nameserver 24.153.158.62 "What you are missing" is the right filename. :-) That should be /etc/resolv.conf, not /etc/resolve.conf... -- -Chuck