From owner-freebsd-mobile@FreeBSD.ORG Mon Jul 19 18:31:10 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 97FF916A4CE for ; Mon, 19 Jul 2004 18:31:10 +0000 (GMT) Received: from ddardaar.mine.nu (bwg141.neoplus.adsl.tpnet.pl [83.29.230.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2478343D45 for ; Mon, 19 Jul 2004 18:31:10 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 4F7CDA548; Mon, 19 Jul 2004 20:31:16 +0200 (CEST) Date: Mon, 19 Jul 2004 20:31:16 +0200 From: Radek Kozlowski To: Jason Dusek Message-ID: <20040719183116.GG52617@werd> References: <40FBB2F2.22752.20482AB8@localhost> <40FC04F2.3060806@uiowa.edu> <20040719173548.GF52617@werd> <40FC0997.7050903@uiowa.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <40FC0997.7050903@uiowa.edu> User-Agent: Mutt/1.5.6i cc: 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 18:31:10 -0000 On Mon, Jul 19, 2004 at 12:49:11PM -0500, Jason Dusek wrote: > > >You can also put ifconfig_ndis0="DHCP" in your rc.conf so that dhclient > >is started everytime you boot. > > > >-Radek > > I have ifconfig_bge0="DHCP" in my rc.conf already, and it seems that if I > add the wireless than my ethernet goes offline. Thank you for explaining > dhclient. I think there's no way for dhclient to simultaneously handle more than one interface at a time, so what I would do in such case was to invoke dhclient manually, not from rc.conf. -Radek