From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 14:20:52 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 B2ADE16A4CE for ; Mon, 8 Nov 2004 14:20:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4733643D54 for ; Mon, 8 Nov 2004 14:20:52 +0000 (GMT) (envelope-from somniosus@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so314377rne for ; Mon, 08 Nov 2004 06:20:51 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jc/oQ8Al1/ZFaehLcqdvXTMlFxXsrj0+Fc5kX8gdGgJZ9Ov0ARCXO6nfTJdiM4HrLLCQVY+00oOBKltGHST8+NIgOApBx8iKNSWBZpFH2CFhXpbH60mShqAvMK0fDEksxdA8XprJVCqgBgFd9iLeBjUXRa5KVH/tDvxOAj+bLso= Received: by 10.38.77.44 with SMTP id z44mr326797rna; Mon, 08 Nov 2004 06:20:51 -0800 (PST) Received: by 10.38.73.26 with HTTP; Mon, 8 Nov 2004 06:20:51 -0800 (PST) Message-ID: Date: Mon, 8 Nov 2004 06:20:51 -0800 From: cape canaveral To: Gary Kline In-Reply-To: <20041107193407.GB30315@toxic.magnesium.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041105082053.GA92886@toxic.magnesium.net> <44d5yq6fbm.fsf@be-well.ilk.org> <20041106182836.GB72192@toxic.magnesium.net> <20041106194614.GA80954@thought.org> <20041107193407.GB30315@toxic.magnesium.net> cc: FreeBSD Mailing List Subject: Re: dhcp problems (i think) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: cape canaveral List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2004 14:20:52 -0000 On Sun, 7 Nov 2004 11:34:07 -0800, Gary Kline wrote: > On Sun, Nov 07, 2004 at 01:13:04AM -0800, cape canaveral wrote: > > On Sat, 6 Nov 2004 11:46:14 -0800, Charlie Root wrote: > > > On Sat, Nov 06, 2004 at 10:51:50AM -0800, cape canaveral wrote: > > > > > > > > > > On Sat, 6 Nov 2004 10:28:36 -0800, Gary Kline wrote: > > > > > On Sat, Nov 06, 2004 at 12:46:21PM -0500, Lowell Gilbert wrote: > > > > > > [[ ... ]] > > > > > > > > > dc0 goes to my IDSL router; dc1 goes to the hub/switch. > > > These look okay. Am I missing something? > > > > > > gary > > > > > > PS: FWIW, I was also messing with things-firewall > > > Thursday evening. Everything-firewall is now set="NO". > > > > > > > > For the machine that can't connect to anything, can it > > ping/ssh/whatever to services on your LAN by IP address? If so, can > > it ping/ssh/whatever to services on the Internet? Need to narrow it > > down to either DNS or network config. > > I can ssh *into* sage/ns1 from any of my 10/8 servers immediately. > However, on sage trying "% ssh tao" takes two minutes. > Something times-out. Also, on sage.thought.org, I can ping > anywhere. On my internal servers, no; nothing reaches the > outside world. > > > > > > The problem still sounds like DNS to me. Either bad resolver IP(s) > > provided by the DHCP server or bad tcp/ip configuraiton preventing the > > machine from getting to a working DNS server. Check /etc/resolv.conf > > on the broken machine and verify that it contains working recursive > > DNS servers (ie, with dig). > > > > Hm, strange: dig ns1.thought.org worked yesterday. Now, none > of my secondaries respond. According to my logs, something > happened just before 01:00today. My secondaries are at > telstra.net and secondary.com. I use dnsreport.com to tell > me if things are right. They see what dig does... . > > Same with dig and the IP's in my resolv.conf. dig is wedged. > I've only rebooted past hour, tho. .... > > gary > > -- > > > Gary Kline Seattle BSD Users' Group (seabug) | kline@magnesium.net > Thought Unlimited Org's Alternate Email Site > http://www.magnesium.net/~kline > To live is not a necessity; but to live honorably...is a necessity. -Kant > > Do the PCs with broken Internet have IPs? It sounds like either the DHCP server is not handing out leases or, if it is, it has stopped routing to the Internet for your client machines. I'm not sure what service that is (ipnat??) as I've never used FreeBSD for that purpose. Maybe it needs to be tweaked, or maybe try setting the IP of one of the client machines static and see if it suddenly starts working agian. -Aaron