Date: Sun, 14 Dec 2003 08:31:33 -0800 From: Randy Bush <randy@psg.com> To: Chris <racerx@makeworld.com> Cc: freebsd-mobile@freebsd.org Subject: Re: WEP and DHCP Message-ID: <E1AVZ9Z-000OlW-VG@ran.psg.com> References: <200312141022.44320.racerx@makeworld.com>
index | next in thread | previous in thread | raw e-mail
> I have read some threads on how to setup WEP. So, I have some
> understanding on this however, the examples I see in this list
> are of issueing the device an IP. Can someone show me an example
> of using DHCP?
in isc's dhclient.conf, you can put, for example
interface "wi0" {
send dhcp-client-identifier "foo.bar.baz";
media "nwid 'my-home' nwkey myWEPkeysilly"; # home
media "nwid 'tmobile' -nwkey"; # staryuchhs
media "nwid 'nanog42' -nwkey"; # nanog
media "nwid '' -nwkey"; # open
}
so it cycles through them trying each in turn.
otoh, if you meant acquiring the wep key via dhcp, how did you
plan to exchange the keys needed to encrypt the key before sending
it over the air? can you say "deep yogurt?"
randy
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AVZ9Z-000OlW-VG>
