Date: Sat, 24 Jul 2004 15:02:48 +0200 From: "Graaf, Rob" <graaf@Phys.LeidenUniv.nl> To: 'Jason Dusek ' <jason-dusek@uiowa.edu>, "'mobile@freebsd.org '" <mobile@freebsd.org> Subject: RE: The Ghost of Dhclient Message-ID: <A16923DE912AD411B0F800A024519D4C01E17FE8@lion-msrvp.leidenuniv.nl>
next in thread | raw e-mail | index | archive | help
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@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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to
"freebsd-mobile-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A16923DE912AD411B0F800A024519D4C01E17FE8>
