From owner-freebsd-questions@FreeBSD.ORG Wed Mar 9 03:23:00 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E017316A4CF for ; Wed, 9 Mar 2005 03:23:00 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3016343D1F for ; Wed, 9 Mar 2005 03:23:00 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j293MtLv029427; Tue, 8 Mar 2005 22:22:55 -0500 (EST) Date: Wed, 09 Mar 2005 03:31:22 +0000 From: Jason Henson To: Eric Schuele References: <1d3ed48c0503081432880eae0@mail.gmail.com> <002901c52438$128ac520$04000100@home.lan> <422E5D59.6010302@computer.org> In-Reply-To: <422E5D59.6010302@computer.org> (from e.schuele@computer.org on Tue Mar 8 21:20:09 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1110339082l.50498l.1l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: Kevin Downey cc: freebsd-questions@freebsd.org Subject: Re: 128bit WEP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 03:23:01 -0000 On 03/08/05 21:20:09, Eric Schuele wrote: > Kevin Downey wrote: >> ifconfig line is: >> ifconfig ath0 inet 192.168.2.111 mode 11g channel 6 ssid kubo =20 >> wepmode >> on wepkey 0x28529850294957320938294585 >>=20 >> what I am getting in dmesg is: >> auth0: association failed (reason 25) for 00:0D:3A:74:00:61 >>=20 >> 00:0D:3A:74:00:61 is the BSSID of the AP >>=20 >> wicontrol -i ath0 -L lists the AP >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to "freebsd-questions-=20 >> unsubscribe@freebsd.org" >> >=20 > Your *key* is 104-bits (26 hex digits)... there is a 24 bit =20 > Initialization Vector added to the key. >=20 > Double check your SSID on the AP and make sure it matches the =20 > 'ifconfig...' you have. Also might try explicitly specifying *which* =20 > weptxkey (1-4) you are using in ifconfig. >=20 > Also, for what its worth my atheros cards do not work well in g with =20 > my AP (WRT54G)... I had to set it to b. So you might try that till =20 > you get it on its feet. Just my 2 cents. >=20 > HTH >--=20 > Regards, > Eric > _______________________________________________ I set up a WRT54G and could never get it to use a high level of =20 security. You may have to tone it down a bit from 128bit. Try this link if you like source code http://fxr.watson.org/fxr/search?v=3DRELENG53&string=3DBSSID What is it saying about the BSSID 00:0D:3A:74:00:61? Are you trying to set the SSID=3DBSSID or soething like that? http://www.mpirical.com/companion/mpirical_companion.html The BSSID is a 48bit identity used to identify a particular BSS (Basic =20 Service Set) within an area. In Infrastructure BSS networks, the BSSID =20 is the MAC (Medium Access Control) address of the AP (Access Point) and =20 in Independent BSS or ad hoc networks, the BSSID is generated randomly. The Service Set Identifier or Network Name is used within IEEE 802.11 =20 networks to identify a particular network. It is usually set by the =20 administrator setting up the WLAN (Wireless Local Area Network) and =20 will be unique within a BSS (Basic Service Set) or ESS (Extended =20 Service Set). The SSID may be broadcast from an AP (Access Point) =20 within the wireless network to enable Stations to determine which =20 network to =E2=80=9CAssociate=E2=80=9D with. However, this feature should b= e disabled =20 as it may assist =E2=80=9Chackers, or wardrivers=E2=80=9D in gaining access= to a =20 private network.