From owner-freebsd-questions@FreeBSD.ORG Sat Jan 8 01:14:31 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 949D316A4CE for ; Sat, 8 Jan 2005 01:14:31 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFA3343D45 for ; Sat, 8 Jan 2005 01:14:30 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 7 Jan 2005 19:13:58 -0600 Message-ID: <41DF33F2.6020202@daleco.biz> Date: Fri, 07 Jan 2005 19:14:26 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ryanv@metawire.org References: <200501071723.47818.ryanv@metawire.org> In-Reply-To: <200501071723.47818.ryanv@metawire.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Jan 2005 01:13:59.0359 (UTC) FILETIME=[55172CF0:01C4F51F] cc: freebsd-questions@freebsd.org Subject: Re: dns timeouts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jan 2005 01:14:31 -0000 ryanv@metawire.org wrote: >I am new to FREEBSD and trying 5.3 on my compaq presario 2190US laptop. After >a fight I got the CD and everything running. Now my dns resolutions keep >timing out. I do not see anything on the errata, can someone point me in a >direction to do some light reading or to a patch. The problem seems simular >to a BIND problem on my openBSD NAT, but I found a source patch in Nov.. > >$ dig www.freebsd.org > >; <<>> DiG 9.3.0 <<>> www.freebsd.org > > >$ ifconfig -a >sis0: flags=8843 mtu 1500 > options=8 > inet 192.168.0.3 netmask 0xffffff00 broadcast 192.168.0.255 > inet6 fe80::20d:9dff:fe84:da86%sis0 prefixlen 64 scopeid 0x1 > ether 00:0d:9d:84:da:86 > media: Ethernet autoselect (100baseTX ) > status: active >plip0: flags=108810 mtu 1500 >lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 >$ cat resolv.conf >domain puffy >nameserver 68.87.96.4 > > 1. How's connectivity? Can you ping by IP address? Try 66.94.234.13 or 216.109.112.135, for example. What's the output of `netstat -rn` ? 2. Are you running a firewall on your gateway that is either a] not handling NAT properly, or b] blocking DNS packets to your box at 192.168.0.3? Just my 2 cents...HTH, Kevin Kinsey