From owner-freebsd-questions Mon Dec 9 19:31:13 2002 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 6969637B401 for ; Mon, 9 Dec 2002 19:31:11 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBC9943ED4 for ; Mon, 9 Dec 2002 19:31:09 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.9] (gyros.marcuscom.com [192.168.1.9]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gBA3Uhvi061711; Mon, 9 Dec 2002 22:30:43 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: Cisco/Aironet 350 & LEAP? Anyone? From: Joe Marcus Clarke To: Jason Edwards Cc: FreeBSD User Questions List In-Reply-To: <200212100114.gBA1EbCJ031170@nita.jedwards.net> References: <200212100114.gBA1EbCJ031170@nita.jedwards.net> Content-Type: text/plain Organization: MarcusCom, Inc. Message-Id: <1039491067.357.7.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 09 Dec 2002 22:31:08 -0500 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,TO_BE_REMOVED_REPLY version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-12-09 at 20:14, Jason Edwards wrote: > I'm having no luck getting my Aironet 350 card to authenticate via LEAP at > my worksite. I'm using a Dell Latitude C600 running 4.7-STABLE ( upgraded > as recently as Dec 2002 ). > > The same hardware utilizing Windoze and the Cisco ACU tools works > without any trouble, and I can use the Aironet card under FreeBSD for > non-LEAP access points just fine. > > For non-leap sites I usually use something like: > > ifconfig an0 ssid MYSSID wepmode mixed nwkey 1:(key) > or > ifconfig an0 ssid tmobile > > then just run "dhclient an0" and I'm off and running. > > Unfortunately, when I try: > > ifconfig an0 ssid WORKSSID > ancontrol -i an0 MYACCOUNT > Passowrd: MYPASS > > It hangs for a minute or two and finally reports that it can't authenticate. > > Any hints, folks? I'll try to remember to grab some ancontrol status > snapshots next time I'm down there, but in the meantime I'm open to any > suggestions. I have a little shell script that I use on my Inspiron when I boot up. Basically, for my LEAP config, I have: route flush killall dhclient ifconfig xl0 delete ifconfig xl0 down ancontrol -i an0 -W 0 ancontrol -i an0 -W 0 ifconfig an0 ssid tsunami ifconfig an0 stationname jclarke-wireless ifconfig an0 wepmode off ancontrol -i an0 -L jclarke sleep 1 dhclient an0 killall -HUP -m sendmail Joe > > Many thanks in advance! > > - jarv > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message