From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 08:06:49 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 156A916A4CF for ; Tue, 27 Jan 2004 08:06:49 -0800 (PST) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF5643D78 for ; Tue, 27 Jan 2004 08:06:17 -0800 (PST) (envelope-from algould@datawok.com) Received: from 23-101.lctv-b4.cablelynx.com ([24.204.23.101] helo=yoda.datawok.com) by razorbill.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AlViv-000274-00; Tue, 27 Jan 2004 08:05:57 -0800 From: "Andrew L. Gould" To: "Brian H" , freebsd-questions@FreeBSD.ORG Date: Tue, 27 Jan 2004 10:06:01 -0600 User-Agent: KMail/1.5.4 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401271006.01657.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b1dfe97315f4745effa0348be89c9e231350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: dhcp 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: Tue, 27 Jan 2004 16:06:49 -0000 On Tuesday 27 January 2004 09:48 am, Brian H wrote: > Greetings: > > I am trying to get dhclient to work on my laptop, but after a reboot there > is an entry in the /var/db/dhclient.leases and ifconfig produces 0.0.0.0 > for inet. > I took a look at /var/log/messages and there was nothing in there about > dhclient or DHCP. > > any thoughts? > > thanks, > > brian > > > > rc.conf > pccard_enable="YES" > ifconfig_ep0="DHCP" > > > ifconfig -a > inet = 0.0.0.0 Have you checked to ensure that the pcmcia card has been detected properly? Have you tried configuring your card for DHCP using /stand/sysinstall. Best of luck, Andrew Gould