PEAP? WPA2 enterprise?

Post regarding making a new connections or questions about Home / Office Networking and WiFi

PEAP? WPA2 enterprise?

Postby rgarg » Sat Aug 09, 2008 7:55 am

I want to connect to my univ wireless network which happens to be a WPA2-enterprise.
I am running the default Linpus OS with all updates etc installed.
I went to Settings -> Network -> Connection Management -> New -> WLAN. However I did not find an option to specify WPA2-Enterprise as one of the options in "Encryption Type".
Any suggestions on how to connect to WPA2 Enterprise networks?
I am moderately skilled with linux so I can certainly do some config file changes if required.
rgarg
 
Posts: 1
Joined: Sat Aug 09, 2008 7:48 am

Re: PEAP? WPA2 enterprise?

Postby bug » Sat Aug 09, 2008 2:58 pm

I also want to do it. But i'm afraid that only if Acer makes an update of Networkmanager with the last version will be possible.
I tried a some thing but i only get severe errors that meade me reinstall the aspire one from scratch ... still researching
bug
 
Posts: 10
Joined: Thu Jul 24, 2008 9:43 am

Re: PEAP? WPA2 enterprise?

Postby helomoto » Sun Aug 10, 2008 11:28 pm

Update your NetworkManager and deps. It works with NetworkManager-0.7.0-0.6.9.svn3675.fc8.i386.rpm. Just make sure you download the FC8-updates versions to your HD before you remove the exisiting ones.

Remove old stuff:
sudo rpm -e --nodeps NetworkManager
sudo rpm -e --nodeps NetworkManager-gnome
sudo rpm -e --nodeps NetworkManager-glib
sudo rpm -e --nodeps krb5-auth-dialog

Install new stuff:
cd/to/downloaded/rpms
sudo rpm -ivh --nodeps NetworkManager*
sudo rpm -ivh --nodeps NetworkManager-gnome*
sudo rpm -ivh --nodeps NetworkManager-glib*
sudo rpm -ivh --nodeps krb5-auth-dialog*

(Not sure if you need the last two, but thats what I did..)
sudo rpm -e --nodeps NetworkManager-openvpn*
sudo rpm -e --nodeps NetworkManager-vpnc*

My network is WPA2/TKIP, but setting "Tunneled TLS" works for me.
helomoto
 
Posts: 10
Joined: Sun Aug 10, 2008 11:10 am

Re: PEAP? WPA2 enterprise?

Postby tomo88 » Wed Aug 20, 2008 9:41 am

Thanks for this,

I have the exact same problem as the user; my uni wireless requires like a username and password to login as well as a proxy (but thats just put in firefox so thats not too much of a problem). I bought my Aspire 1 yesterday and tried to connect to it, but I couldn't get it to work! Which defeated the whole purpose of buying it... so I was sufficiently shattered...

I had a look at the uni FAQ and it said:

5. Can I use my Linux laptop to access the UniWireless Network?

A: Yes you can, as long as it is wireless enabled, supports 802.11x, and has a PEAP supplicant. You will have to configure it before using it. Linux is not currently supported by the University.

I take it that means the WPA2 enterprise or whatever. I'm not too bad with computers... well windows actually. Unlike the OP, I've never used Linux before, but I've got a brief idea about how to enter command lines...just like dos yea? So I'll follow the above instructions, but is downloading the updated software as easy as googling it and then just downloading it?

If anyone can layout a layman's guide that'd be great, or if anyone has any experience with this.

P.S. I goto the University of Melbourne, Australia so if there are any other users on this forum that go there and have gotten wireless working on Linpus can we meet up? I'll shout coffee!
tomo88
 
Posts: 27
Joined: Wed Aug 20, 2008 9:33 am

Re: PEAP? WPA2 enterprise?

Postby IMSancho » Wed Aug 20, 2008 2:14 pm

This post is no longer relevant as the packages from the mirrors have changed, scroll down and read the post which contains the necessary packages in an archive with a script to install them

Here are the steps I took and packages I used to follow helomoto's instructions above. As with all changes to software packages, if something goes wrong you may have to restore from the recovery DVD, not my fault if you lose data, etc.
Edit: seems the board won't let me submit the post with w get in it, remove the #'s from the commands when you type them in
Open up a terminal, and issue the following commands, 1 at a time:


mkdir /home/user/Downloads/rpm
cd /home/user/Downloads/rpm
wget# ftp://fr.rpmfind.net/linux/fedora/releases/8/Everything/i386/os/Packages/NetworkManager-openvpn-0.7.0-2.svn3047.fc8.i386.rpm
wget# ftp://fr.rpmfind.net/linux/fedora/releases/8/Everything/i386/os/Packages/NetworkManager-vpnc-0.7.0-0.4.svn3030.fc8.i386.rpm
wget# ftp://fr.rpmfind.net/linux/fedora/updates/8/i386/NetworkManager-0.7.0-0.6.9.svn3675.fc8.i386.rpm
wget# ftp://fr.rpmfind.net/linux/fedora/updates/8/i386/NetworkManager-gnome-0.7.0-0.6.9.svn3675.fc8.i386.rpm
wget# ftp://fr.rpmfind.net/linux/fedora/releases/8/Everything/i386/os/Packages/krb5-auth-dialog-0.7-5.fc8.i386.rpm
wget# ftp://fr2.rpmfind.net/linux/fedora/updates/8/i386/NetworkManager-glib-0.7.0-0.6.9.svn3675.fc8.i386.rpm
sudo rpm -e --nodeps NetworkManager
sudo rpm -e --nodeps NetworkManager-gnome
sudo rpm -e --nodeps NetworkManager-glib
sudo rpm -e --nodeps krb5-auth-dialog
###note: this one actually wasn't on my system, so don't worry if it's not there to remove###
sudo rpm -ivh --nodeps NetworkManager-0.7.0-0.6.9.svn3675.fc8.i386.rpm
sudo rpm -ivh --nodeps NetworkManager-gnome-0.7.0-0.6.9.svn3675.fc8.i386.rpm
sudo rpm -ivh --nodeps NetworkManager-glib-0.7.0-0.6.9.svn3675.fc8.i386.rpm
sudo rpm -ivh --nodeps krb5-auth-dialog-0.7-5.fc8.i386.rpm
sudo rpm -ivh --nodeps NetworkManager-openvpn-0.7.0-2.svn3047.fc8.i386.rpm
sudo rpm -ivh --nodeps NetworkManager-vpnc-0.7.0-0.4.svn3030.fc8.i386.rpm


Reboot the machine and you should have the newer version of NetworkManager.
I've had a look at the connection guide for your Uni and they are using similar settings to the Uni where I work so you should be able to get on with a bit of tinkering. The settings that might work for your network are:

Security: WPA & WPA2 Enterprise
Authentication: Protected EAP (PEAP)
Anonymous Identity:
CA Certificate: /etc/pki/tls/cert.pem
PEAP Version : Version 0 (try 1 if this doesn't work)
Inner Authentication: MSCHAPv2

Give it a shot and see how you go.
Last edited by IMSancho on Thu Sep 25, 2008 7:12 am, edited 1 time in total.
Image
^Click me!^
User avatar
IMSancho
 
Posts: 95
Joined: Wed Aug 13, 2008 11:16 pm
Location: Australia

Re: PEAP? WPA2 enterprise?

Postby tomo88 » Thu Aug 21, 2008 9:21 am

thanks for the help mate, im having trouble posting long posts, gives me a 404, so ill post results when its fixed
tomo88
 
Posts: 27
Joined: Wed Aug 20, 2008 9:33 am

Re: PEAP? WPA2 enterprise?

Postby IMSancho » Thu Aug 21, 2008 9:43 am

Yeah the board will give you a 404 if you try to submit a post with 'wget#' in it (without the hash obviously, or I wouldn't be able to post this)
Image
^Click me!^
User avatar
IMSancho
 
Posts: 95
Joined: Wed Aug 13, 2008 11:16 pm
Location: Australia

Re: PEAP? WPA2 enterprise?

Postby tomo88 » Thu Aug 21, 2008 10:13 am

ooo ahaha thanks for that, I even copy-pasted my reply so i wudnt have to keep typing it again:

Thanks so much mate for those step-by-step results, just what I needed seeing as I've never touched a Linux OS before.

Everything was good with making the directory and changing to the directory but when it came to downloading I got this error:

Code: Select all
[user@localhost ~]$ cd /home/user/Downloads/rpm
[user@localhost rpm]$ wget# ftp://fr.rpmfind.net/linux/fedora/releases/8/Everything/i386/os/Packages/NetworkManager-openvpn-0.7.0-2.svn3047.fc8.i386.rpm
--11:02:54--  ftp://fr.rpmfind.net/linux/fedora/releases/8/Everything/i386/os/Packages/NetworkManager-openvpn-0.7.0-2.svn3047.fc8.i386.rpm
           => `NetworkManager-openvpn-0.7.0-2.svn3047.fc8.i386.rpm'
Resolving fr.rpmfind.net... 1.0.0.0
Connecting to fr.rpmfind.net|1.0.0.0|:21... failed: No route to host.


I went into firefox and just punched in the FTP address, and browsed my way through all the folders to ensure that it wasn't just that the link was outdated, but sure enough the exact file was there. I tried clicking on it in hopes to download it and then just copy it over to the folder created, but it just gave me a connection refused or something along those lines.

I'm only using my WPA wireless connection at home to do this, no tricky firewalls installed or anything. Any ideas?

Thanks again.
UPDATE: I downloaded them manually at uni via firefox and put them in the Downloads/rpm folder via usb.

The uninstall of Networkmanager worked fine, but the other cmds after that gave errors, and I kept getting an access denied admin thing after every command.

After uninstalling, when i tried to install it kept giving me errors about files being in conflict with older files (mayb didn't uninstall properly?) but i just kept typing in the cmd lines and eventually rebooted. when it restart there was no networkmanager in the taskbar nor cud i open it via settings.

I'm doing a restore now, was there something I did wrong? thanks again
tomo88
 
Posts: 27
Joined: Wed Aug 20, 2008 9:33 am

Re: PEAP? WPA2 enterprise?

Postby IMSancho » Thu Aug 21, 2008 3:00 pm

Hmmm, not sure what went wrong, perhaps the files didn't download properly? Don't worry about that connection refused message, you'll get that everytime you use sudo and can just ignore it.

Anyway I've chucked all the packages I used into an archive and written a little script to install them all, grab it from *here* and save it to your Downloads directory on your One.

Change to that directory and extract it with the following command:
Code: Select all
tar xvf A1_netmgr.tar.gz

And then run the install script:
Code: Select all
./newnetmgr.sh

Reboot and if all went well you should have an updated NetworkManager, let me know how you go and if it works I'll chuck a post in the How-To section.
Image
^Click me!^
User avatar
IMSancho
 
Posts: 95
Joined: Wed Aug 13, 2008 11:16 pm
Location: Australia

Re: PEAP? WPA2 enterprise?

Postby tomo88 » Thu Aug 21, 2008 9:19 pm

thanks a lot for the package, unfortunately I can't even download it off the server :P kept timing out, ill try again at uni and then get back to ya on how it went when I'm there
tomo88
 
Posts: 27
Joined: Wed Aug 20, 2008 9:33 am

Next

Return to Networking & WiFi

Who is online

Users browsing this forum: No registered users and 1 guest