From owner-freebsd-mobile@FreeBSD.ORG Sun Dec 14 08:31:35 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DCBB16A4CE for ; Sun, 14 Dec 2003 08:31:35 -0800 (PST) Received: from ran.psg.com (ip166.usw253.dsl-acs2.sea.iinet.com [209.20.253.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92C9F43D37 for ; Sun, 14 Dec 2003 08:31:34 -0800 (PST) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com) by ran.psg.com with esmtp (Exim 4.24; FreeBSD) id 1AVZ9Z-000OlW-VG; Sun, 14 Dec 2003 08:31:34 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sun, 14 Dec 2003 08:31:33 -0800 To: Chris References: <200312141022.44320.racerx@makeworld.com> Message-Id: cc: freebsd-mobile@freebsd.org Subject: Re: WEP and DHCP X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 16:31:35 -0000 > 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