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 [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
-- 
PGP Key : http://www.marcuscom.com/pgp.asc




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to