Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 2004 19:35:48 +0200
From:      Radek Kozlowski <radek@raadradd.com>
To:        Jason Dusek <jason-dusek@uiowa.edu>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: Smooth Wireless
Message-ID:  <20040719173548.GF52617@werd>
In-Reply-To: <40FC04F2.3060806@uiowa.edu>
References:  <40FBB2F2.22752.20482AB8@localhost> <40FC04F2.3060806@uiowa.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040719173548.GF52617>