From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 16:35:01 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 B1B5E16A4CE for ; Tue, 27 Jan 2004 16:35:01 -0800 (PST) Received: from soulshock.mail.pas.earthlink.net (soulshock.mail.pas.earthlink.net [207.217.120.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A7BE43D3F for ; Tue, 27 Jan 2004 16:34:41 -0800 (PST) (envelope-from algould@datawok.com) Received: from razorbill.mail.pas.earthlink.net (razorbill.mail.pas.earthlink.net [207.217.121.248])i0RHfq913153 for ; Tue, 27 Jan 2004 09:41:52 -0800 (PST) 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 1AlX9v-0007bx-00; Tue, 27 Jan 2004 09:37:55 -0800 From: "Andrew L. Gould" To: "Brian H" , freebsd-questions@FreeBSD.ORG Date: Tue, 27 Jan 2004 11:38:04 -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: <200401271138.04071.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b8fff7bdf2e27033da16e6d08ed16fb2f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: Wed, 28 Jan 2004 00:35:01 -0000 On Tuesday 27 January 2004 10:50 am, Brian H wrote: > From: "Andrew L. Gould" > > > >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 > > The PCMCIA Card is detected ep0 and a mac address is written to the screen. > I did try /stand/sysinstall as well, but it doesn't seem to contact the > dhcp server. Have you tried a static ip to test everything except dhcp? (Check the cable, ping the server, etc?) Andrew Gould