From owner-freebsd-questions@FreeBSD.ORG Thu Aug 26 17:40:03 2004 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 9F9E516A4CE for ; Thu, 26 Aug 2004 17:40:03 +0000 (GMT) Received: from audiogram.mail.pas.earthlink.net (audiogram.mail.pas.earthlink.net [207.217.120.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75B7F43D66 for ; Thu, 26 Aug 2004 17:40:01 +0000 (GMT) (envelope-from algould@datawok.com) Received: from 22-243.lctv-b4.cablelynx.com ([24.204.22.243] helo=[192.168.63.10]) by audiogram.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1C0OEC-0004uG-K2; Thu, 26 Aug 2004 10:40:00 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Thu, 26 Aug 2004 12:39:59 -0500 User-Agent: KMail/1.6.2 References: <59FD5336D1B1FA40AF6DDD241D8DBAC6AC96F2@amcw2ms517.amc.ds.af.mil> In-Reply-To: <59FD5336D1B1FA40AF6DDD241D8DBAC6AC96F2@amcw2ms517.amc.ds.af.mil> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408261239.59617.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4bb63ff161da27bcbaf48f32b5b88a9f09350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.204.22.243 cc: "Jorge Mario G." cc: "Hauan, David" Subject: Re: sick and tired of freebsd resolving problems 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: Thu, 26 Aug 2004 17:40:03 -0000 On Thursday 26 August 2004 12:11 pm, Hauan, David wrote: > > -----Original Message----- > > From: Jorge Mario G. [mailto:murcielako@yahoo.com] > > Sent: Wednesday, August 25, 2004 5:21 PM > > To: freebsd-questions@freebsd.org > > Subject: sick and tired of freebsd resolving problems > > > > > > Hi there > > I`ve been experiencing resolving problems with freebsd > > 5.2.1-release-p9 > > > > the problem is this: I CAN NOT RESOLV > > my hosts file is ok > > looks like this in the gateway > > > > ##################################### > > 127.0.0.1 localhost localhost.myfoodamin.org > > 192.168.0.1 a a.foodoamin.org #NIC2 > > 192.168.0.2 b b.foodomain.org # WIFI AP > > 192.168.0.254 laptop laptop.foodoamin.org # latop > > ... > > ... > > ###################################### > > the laptop (Linux/FreeBSD) has the same hosts file > > and linux can ping to the outside world ALWAYS. > > so can do it the Windows boxes. > > > > the resolv.conf is not the problem because is working > > for linux in the same box and some other windows > > machines. > > > > FreeBSD (the gateway and laptop) can ping to the > > outside world Some times but very rarely > > > > I can not figure out what can be the problem > > > > when I run tcpdump on the latop I see it tries to > > resolv DNS but it cant > > > > somthing like this > > icmp echo request freebsd.org (my DNS servers) here > > then it tries freebsd.foodamain.org > > > > then after like 2 mins I get > > > > coulnt lookup host > > or something like that > > > > please any help would be apreciated this is driving me nuts > > > > ===== > > Can you ping outside IP addresses from this machine? > > dave What are the contents of /etc/resolv.conf? Andrew Gould