From owner-freebsd-current@FreeBSD.ORG Wed Nov 17 00:48:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF82016A4CE for ; Wed, 17 Nov 2004 00:48:34 +0000 (GMT) Received: from thingy.tbd.co.nz (thingy.tbd.co.nz [210.48.70.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id D579843D46 for ; Wed, 17 Nov 2004 00:48:33 +0000 (GMT) (envelope-from andy@fud.org.nz) Received: from thingy.tbd.co.nz (localhost [127.0.0.1]) iAH0nJAX024535; Wed, 17 Nov 2004 13:49:19 +1300 Received: (from thompsa@localhost) by thingy.tbd.co.nz (8.12.3/8.12.3/Debian-7.1) id iAH0nH4P024502; Wed, 17 Nov 2004 13:49:17 +1300 X-Authentication-Warning: thingy.tbd.co.nz: thompsa set sender to andy@fud.org.nz using -f Date: Wed, 17 Nov 2004 13:49:17 +1300 From: Andrew Thompson To: Steve Kargl Message-ID: <20041117004917.GC24087@thingy.tbd.co.nz> References: <20041117003518.GA47238@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041117003518.GA47238@troutmask.apl.washington.edu> User-Agent: Mutt/1.3.28i cc: freebsd-current@freebsd.org Subject: Re: 128bit WEP keys and ifconfig X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 00:48:35 -0000 On Tue, Nov 16, 2004 at 04:35:18PM -0800, Steve Kargl wrote: > I'm trying to set up my wireless NIC (Netgear WG511) to > connect to the internet through my wireless route (Netgear > WGR614). When I set up the router, I choose the 128-bit > WEP key feature. To my chagrin, Windows XP works well > with the WG511, but I prefer FreeBSD. I tried to give > my WEP key to ifconfig, which does not work. > > %ifconfig ndis0 inet 192.168.0.3 broadcast 192.168.0.1 > netmask 255.255.255.0 ssid YADA channel 11 wepmode on > wepkey abcdefghijklmnopqrstuvwxyz > The wep key should be hex, not ascii. -- Andrew