From owner-freebsd-questions@FreeBSD.ORG Sat Nov 6 18:51: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 049C316A4CE for ; Sat, 6 Nov 2004 18:51:52 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96A8443D39 for ; Sat, 6 Nov 2004 18:51:51 +0000 (GMT) (envelope-from somniosus@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so183108rnf for ; Sat, 06 Nov 2004 10:51: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=LAMavlL+4q72rV85dK/nR1wrAoizXp1NbTYo5V6n3TqnbmZZ65+IQXg1EvrB18ChxEhpOYODrMg8ktJ9sX8tbVUHte9ge6sT9LhVC8ppBIHtpSyYwzw7O5ODF+dUSp1clYQ70WPm+6iECO/2e2iUEGfPj55hEzc4ONEbO1FxTJQ= Received: by 10.38.163.75 with SMTP id l75mr1060033rne; Sat, 06 Nov 2004 10:51:50 -0800 (PST) Received: by 10.38.73.26 with HTTP; Sat, 6 Nov 2004 10:51:50 -0800 (PST) Message-ID: Date: Sat, 6 Nov 2004 10:51:50 -0800 From: cape canaveral To: Gary Kline In-Reply-To: <20041106182836.GB72192@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> cc: kline@ns1.thought.org 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: Sat, 06 Nov 2004 18:51:52 -0000 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: > > > > Gary Kline writes: > > > > > I messed up something on myh primary server, where I run > > > dhcp. Since I did whatever-it-was, ssh takes at least two > > > minutes to get from NS1 (aka 'sage'), and anywhere else. > > > > > > Only on sage can I type 'ping foo.org' and get an immediate > > > responce. On any other server, typing 'ping' hangs forever. > > > There is no "No route to server" error. Of course nothing > > > else works across my private network. Nothing is > > > resolvable. This suddenly since around 18:00 local time. > > > > > > In /var/db, myleases look valid. (I just installed the newest > > > dhcp-server. Zip. Anbody know where I'm screwing up? > > > > Sounds more like DNS problems... > > > > I did have one DNS error having to do with an incorrectly > listed secondary. Fixed it; made sure. Still same symptoms. > > (I *was* mucking around with adding phpbb and other ports > a few hours before dhcpd went south... Can't imagine how > this would have affected anything.) > > > > -- > 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 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > Verify you can hit the other machine by IP, which will let you know (hopefully) whether it's DNS or routing. Verify the contents of /etc/resolv.conf and the output of ifconfig -a maybe they will tell you something. -Aaron