Date: 09 Dec 2002 22:31:08 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Jason Edwards <jarv@jedwards.net> Cc: FreeBSD User Questions List <freebsd-questions@freebsd.org> Subject: Re: Cisco/Aironet 350 & LEAP? Anyone? Message-ID: <1039491067.357.7.camel@gyros> In-Reply-To: <200212100114.gBA1EbCJ031170@nita.jedwards.net> References: <200212100114.gBA1EbCJ031170@nita.jedwards.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1039491067.357.7.camel>