Smooth Wireless
Radek Kozlowski
radek at raadradd.com
Mon Jul 19 10:35:43 PDT 2004
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
More information about the freebsd-mobile
mailing list