The Ghost of Dhclient

Graaf, Rob graaf at Phys.LeidenUniv.nl
Sat Jul 24 06:02:45 PDT 2004


 
Hi Jason,

have you specified your network interface in /etc/dhclient.conf, otherwise
it may not work.

--- snip /etc/dhclient.conf ------
interface "wi0" {
send dhcp-client-identifier "mycomputername";
media "nwid 'NETW1' -nwkey"; # force NETW1 network
# media "nwid '' -nwkey"; # allow open network
request subnet-mask, broadcast-address, routers, domain-name-servers,
domain-name, time-servers;
}
-----------------------------------

Greetings Rob

ps. more on this on http://www.rdegraaf.nl/freebsd/





-----Original Message-----
From: Jason Dusek
To: mobile at freebsd.org
Sent: 7/24/04 4:43 AM
Subject: The Ghost of Dhclient

Hi Everyone,

Sometimes I can get wireless to work by running dhclient ndis0, and then
I find 
out that it's not running:

   # /etc/rc.d/dhclient status
   dhclient is not running.

Like right now. But I can still send email and search the web. How is
this 
happening? I always run
   # ifconfig ndis0 up
before I run dhclient.

_jason
_______________________________________________
freebsd-mobile at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to
"freebsd-mobile-unsubscribe at freebsd.org"


More information about the freebsd-mobile mailing list