RE: The Ghost of Dhclient
"Graaf, Rob" <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <A16923DE912AD411B0F800A024519D4C01E17FE8@lion-msrvp.leidenuniv.nl> |
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: [email protected]
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to
"[email protected]"
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"