User Tools

Site Tools


public:wireless_lan_using_linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
public:wireless_lan_using_linux [2011/01/28 13:19] kohoferpublic:wireless_lan_using_linux [2013/07/02 11:55] KoHofer@unibz.it
Line 1: Line 1:
-[[wireless_lan_using_linux.old|Old Version using WEP]] 
- 
 ====== Setup of the UNIBZ Wireless LAN for Linux WPA ====== ====== Setup of the UNIBZ Wireless LAN for Linux WPA ======
  
Line 9: Line 7:
   * Authentication: **Protected EAP (PEAP)**   * Authentication: **Protected EAP (PEAP)**
   * Inner Authentication: **MSCHAPv2**   * Inner Authentication: **MSCHAPv2**
-  * Certificate: **Thawte Premium Server CA**+  * Certificate: **AddTrust_External_Root.pem**
   * Username: **<unibz-login>**   * Username: **<unibz-login>**
   * Password: **<unibz-password>**   * Password: **<unibz-password>**
Line 48: Line 46:
 2. Configure /etc/wpa_supplicant.conf 2. Configure /etc/wpa_supplicant.conf
  
-Download {{public:thawte_premium_server_ca.pem|Thawte_Premium_server_CA.pem}} Certificate if you do not have it!+Download {{public:AddTrust_External_Root.pem|AddTrust_External_Root.pem}} Certificate if you do not have it!
  
 less /etc/wpa_supplicant.conf less /etc/wpa_supplicant.conf
Line 68: Line 66:
         identity="unibzlogin@unibz.it"         identity="unibzlogin@unibz.it"
         password="unibzpassword"         password="unibzpassword"
-        ca_cert="/etc/ssl/certs/Thawte_Premium_Server_CA.pem"+        ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"
         phase1="peaplabel=0 peapver=0"         phase1="peaplabel=0 peapver=0"
         phase2="auth=MSCHAPV2"         phase2="auth=MSCHAPV2"
Line 89: Line 87:
  
 ====== Configuration for Wired Authentication 802.1x (Cable) ====== ====== Configuration for Wired Authentication 802.1x (Cable) ======
 +
 +This is the same Authentication Method as Wireless, but here we\\
 +use an Ethernet cable.
 +
 +===== Using Network Manager =====
 +
 +Try this first if you are using a Ubuntu => 11.10.
 +
 +Network Manager has the ability to be configured for 802.1x Authentication.
 +
 +Basic steps:
 +
 +  * Click on the Network Symbol (2 Arrows) in the upper right task-bar (either with left/right mouse click)
 +  * Edit Connections... in Network Manager
 +  * In the first Tab: Wired press Add Button
 +  * Fill out Connection name: <hostel>
 +  * Go to 2nd tab 802.1X Security, tick: Use 802.1X security for this connection
 +  * Authentication: Protected EAP (PEAP)
 +  * CA certificate: AddTrust_External_Root.pem (located in /etc/ssl/certs/AddTrust_External_Root.pem)
 +  * PEAP version: Automatic
 +  * Inner authentication: MSCHAPv2
 +  * Username: <your-unibz-login>
 +  * Password: <your-unibz-password>
 +  * Save...
 +  * Click again on the Network Symbol and select the newly create Connection
 +
 +{{:public:nm_802-1x_1.png?direct&200|Network Manager}}
 +{{:public:nm_802-1x_2.png?direct&200|Add Connection}}
 +{{:public:nm_802-1x_3.png?direct&200|Configure}}
 +{{:public:nm_802-1x_4.png?direct&200|Select newly create Connection}}
 +
 +
 +===== Manual Configuration =====
 +
 +For the more "experienced" users!!
 +
  
 Make sure you have installed wpasupplicant and wpagui Make sure you have installed wpasupplicant and wpagui
/data/www/wiki.inf.unibz.it/data/pages/public/wireless_lan_using_linux.txt · Last modified: 2019/01/16 10:03 by 127.0.0.1