From owner-freebsd-questions Mon Sep 27 17:25:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.carolina.rr.com (fe1.southeast.rr.com [24.93.67.48]) by hub.freebsd.org (Postfix) with ESMTP id 8F5B3153F9 for ; Mon, 27 Sep 1999 17:25:05 -0700 (PDT) (envelope-from mfq@carolina.rr.com) Received: from gwazi.quigley.com ([24.93.84.28]) by mail1.carolina.rr.com with Microsoft SMTPSVC(5.5.1875.185.18); Mon, 27 Sep 1999 20:18:29 -0400 Received: from michael by gwazi.quigley.com with local-esmtp (Exim 3.03 #2 (FreeBSD)) id 11Vl4r-000093-00; Mon, 27 Sep 1999 20:25:05 -0400 Date: Mon, 27 Sep 1999 20:25:05 -0400 (EDT) From: Michael9 To: freebsd-questions@freebsd.org Subject: dhclient (was: Network Interface Trouble.) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 27 Sep 1999, Michael9 wrote: > The problem I'm having is that I cannot connect to anything on the ed1 > interface from within the box itself. I get the following error from the > kernel on my console: > > ---- console message ---- > > arplookup 127.0.0.1 failed: could not allocate llinfo > arpresolve: can't allocate llinfo for 127.0.0.1rt > > ---- I partially solved my own problem, so I'm posting this in the hopes that it might help someone else. The reason for the kernel messages was an incorrect route. The route was added by the /sbin/dhclient-script script, which is invoked from dhclient. Apparently dhclient-script tries to be smart and add a bunch of static routes. > 24.93.84.28 127.0.0.1 UGHS 0 3 ed1 The above line from 'netstat -nr' was the incorrect route. I removed this route and everything started functioning normally. I've read over the dhclient manpages and haven't really found any way to control what static routes are added by the dhclient-script. In the interim (until I can find a better solution), I've gone ahead and modified my copy of dhclient-script to stop it from adding the extra static routes. Does anyone know what version of dhclient is bundled with 3.3-RELEASE? Is it the current 2.0 version? Any advice would be appreciated.. Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message