This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Linux, specially Ubuntu, sometimes there is problem with connecting to Enterprise networks using GUI NetworKManager. | |
This is the situation where nmcli is needed. | |
* In terminal: | |
nmcli con add type wifi ifname wlp3s0 con-name work-wifi ssid work-ssid | |
nmcli con edit id work-wifi | |
* Then enter the following: | |
nmcli> set ipv4.method auto | |
nmcli> set 802-1x.eap peap | |
nmcli> set 802-1x.phase2-auth mschapv2 | |
nmcli> set 802-1x.identity myusername |