forums.xandros.com Forum Index forums.xandros.com
Xandros User Forums
 
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

EEE PC & WPA2 Campus Wireless

 
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Networking and the internet
View previous topic :: View next topic  
Author Message
kavok
Xplorer


Joined: 12 Jan 2009
Posts: 2

PostPosted: Mon Jan 12, 2009 3:25 pm    Post subject: EEE PC & WPA2 Campus Wireless Reply with quote

This is using the specific version of Xandros for the EEE PCs but I thought I would post here anyways.

My school recently switched to WPA2 on campus but I have been unable to connect. I have the default Xandros OS with some of the other repositories enabled.

When I took the laptop (EEE 1000H I believe) to the campus help desk they said that my laptop does not have WPA2, is this true? If it does have WPA2, how do I get it to work?

This is the help page for my university, if someone could walk me through how to set it up (if you can) on the Xandros install I would appreciate it.
http://www.uc.edu/UCit/access/wpa2_instructions_v2.html
Back to top
View user's profile Send private message
tleonard
Xplorer


Joined: 26 Feb 2009
Posts: 2

PostPosted: Thu Feb 26, 2009 7:39 pm    Post subject: Re: EEE PC & WPA2 Campus Wireless Reply with quote

Any updates on you getting access? I have the same issues at Purdue. I did install WPA2.0, but cannot get access to it via GUI. I can link in via terminal, but cannot get a gateway. I show logged in but cannot access the net.

Help!Shocked Shocked

kavok wrote:
This is using the specific version of Xandros for the EEE PCs but I thought I would post here anyways.

My school recently switched to WPA2 on campus but I have been unable to connect. I have the default Xandros OS with some of the other repositories enabled.

When I took the laptop (EEE 1000H I believe) to the campus help desk they said that my laptop does not have WPA2, is this true? If it does have WPA2, how do I get it to work?

This is the help page for my university, if someone could walk me through how to set it up (if you can) on the Xandros install I would appreciate it.
http://www.uc.edu/UCit/access/wpa2_instructions_v2.html
Back to top
View user's profile Send private message
kavok
Xplorer


Joined: 12 Jan 2009
Posts: 2

PostPosted: Thu Feb 26, 2009 7:41 pm    Post subject: Reply with quote

Never did get anywhere with this, kind of stopped looking. If you do sort it out be sure to post here.
Back to top
View user's profile Send private message
tleonard
Xplorer


Joined: 26 Feb 2009
Posts: 2

PostPosted: Thu Feb 26, 2009 8:05 pm    Post subject: Reply with quote

Willdo. I am close......but very frustrated. :p Right now, WPA 2.0 is in, but no hooks for the GUI and no gateway access. Soon as I resolve the controller issue, I think I'll have it, though.

Any of you Uber Users out there help a relative newb with this?
Back to top
View user's profile Send private message
Andresen
Xplorer


Joined: 21 Mar 2009
Posts: 1

PostPosted: Thu Apr 09, 2009 12:40 pm    Post subject: Reply with quote

Hi.

I don't know if this helps, but have you tried editing the section for your campus-network in /etc/network/interfaces to look like this:

Code:

    down dhclient3 -r -pf /var/run/dhclient.$IFACE.pid -lf /var/run/dhclient.$IFACE.leases $IFACE
    down ifconfig $IFACE down
    up ifconfig $IFACE up
    up dhclient3 -cf /etc/dhcp3/dhclient.$LOGICAL.conf -pf /var/run/dhclient.$IFACE.pid -lf /var/run/dhclient.$IFACE.leases $IFACE
    wireless-channel 11
    wireless-essid Securewireless
    xncs-wireless-encryption [b]eap[/b]
    xncs-wpa-authtype PEAP
    xncs-wpa-password your_password
    xncs-wpa-username your_username

?

Note, that your password for the network need to be base64:

Code:

> echo "my-secret" | base64 -i
bXktc2VjcmV0Cg==
>


Regards,
Andresen
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.xandros.com Forum Index -> Networking and the internet All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group