Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
services:network:internal:portauth:linux:info-ubuntu [2011/04/29 10:32]
marina
services:network:internal:portauth:linux:info-ubuntu [2019/07/18 13:29]
delise
Line 18: Line 18:
 on the main top bar menu:\\ on the main top bar menu:\\
  
-  * **1)** click on ** System**, **2)** click on **Preferences**,​**3)** then click on **Network connections**;\\+  * **1)** click on ** System**, **2)** click on **Preferences**,​ **3)** then click on **Network connections**.\\
 {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux2.jpeg|Click on System --> Preferences --->​Network connections... }}\\ {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux2.jpeg|Click on System --> Preferences --->​Network connections... }}\\
 \\ \\
 b) \\ b) \\
 In the //Network connections//​ window:\\ In the //Network connections//​ window:\\
-   * **1)** in **Wired** tab, +   * **1)** in **Wired** tab; 
-   * **2)** select the connection and then,+   * **2)** select the connection and then
    * **3)** click on **Edit**.    * **3)** click on **Edit**.
 {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux3.jpeg|In wired tab, select the connection and then click on Edit...}}\\ {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux3.jpeg|In wired tab, select the connection and then click on Edit...}}\\
Line 30: Line 30:
 === c) === === c) ===
 In the //Editing ...// window:\\ In the //Editing ...// window:\\
-  * **1)** Select **802.1X Security** tab, +  * **1)** Select **802.1X Security** tab; 
-  * **2)** **put a check** in the //Use 802.1X security for this connection//​ box +  * **2)** **put a check** in the //Use 802.1X security for this connection//​ box; 
-  * **3)** in the //​Authentication//​ drop down list select **Protected EAP (PEAP)**, +  * **3)** in the //​Authentication//​ drop down list select **Protected EAP (PEAP)**; 
-  * **4)** verify that //Inner Authentication//​ is set to **MSCHAPv2** then,+  * **4)** verify that //Inner Authentication//​ is set to **MSCHAPv2** then
   * **5)** insert your //**your SISSA username**//​ and **6)** //**your SISSA password**//​.\\   * **5)** insert your //**your SISSA username**//​ and **6)** //**your SISSA password**//​.\\
 +If it fails to save your connection, on newer ubuntu versions, it may be necessary to provide the CA file or to flag the fact that it is not required.
 {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux4.jpeg|Fill in this window carefully...}}\\ {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux4.jpeg|Fill in this window carefully...}}\\
 \\ \\
 d)\\ d)\\
 Always in the //Editing ...// window:\\ Always in the //Editing ...// window:\\
-    * **1)** Select **Ipv4 Settings** tab +    * **1)** Select **Ipv4 Settings** tab; 
-    * **2)** verify that the selected method is **Automatic (DHCP)** and then,+    * **2)** verify that the selected method is **Automatic (DHCP)** and then
     * **3)** click on **Apply** and plug in the Ethernet cable.     * **3)** click on **Apply** and plug in the Ethernet cable.
 {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux5.jpeg|Verify that the selected method is DHCP and plug in the Ethernet cable.}}\\ {{:​services:​network:​internal:​portauth:​linux:​dot1xlinux5.jpeg|Verify that the selected method is DHCP and plug in the Ethernet cable.}}\\
 \\ \\
 +
 +==== Troubleshoting for wired network (Ubuntu 16.04 bug): ====
 +
 + If after all linux keep asking for password follow to procedure below:
 +  * unplug the cable
 +  * open a terminal window
 +  * type the following:
 +
 +      # nmcli c edit "Auto eth0"
 +      nmcli> set 802-1x.password
 +           ​[INSERT YOUR PASSWORD]
 +      nmcli> save
 +      nmcli> quit
 +
 +  * plug the cable