From owner-freebsd-mobile@FreeBSD.ORG Mon Jul 19 17:35:43 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C25A316A4CE for ; Mon, 19 Jul 2004 17:35:43 +0000 (GMT) Received: from ddardaar.mine.nu (bwg141.neoplus.adsl.tpnet.pl [83.29.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D47043D2D for ; Mon, 19 Jul 2004 17:35:43 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 44479A548; Mon, 19 Jul 2004 19:35:48 +0200 (CEST) Date: Mon, 19 Jul 2004 19:35:48 +0200 From: Radek Kozlowski To: Jason Dusek Message-ID: <20040719173548.GF52617@werd> References: <40FBB2F2.22752.20482AB8@localhost> <40FC04F2.3060806@uiowa.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <40FC04F2.3060806@uiowa.edu> User-Agent: Mutt/1.5.6i cc: Dan Langille cc: freebsd-mobile@freebsd.org Subject: Re: Smooth Wireless X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 17:35:43 -0000 On Mon, Jul 19, 2004 at 12:29:22PM -0500, Jason Dusek wrote: > I go to configure->interfaces->ndis0 and select "configure as DHCP". # /etc/rc.d/dhclient status if it's not running then: # dhclient ndis0 (you can use dhcleint -v ndis0 to see what it's doing) else: # /etc/rc.d/dhclient forcestop && dhcleint ndis0 You can also put ifconfig_ndis0="DHCP" in your rc.conf so that dhclient is started everytime you boot. -Radek