In this topic, you will learn how to onboard using credentials, a Linux computer, and a network managed by
Portnox™ Cloud.
Configure the NetworkManager connection.
-
Edit the NetworkManager connection file for the Wi-Fi network to connect to.
-
Add the following sections to the configuration file:
[802-1x]
eap=eap_method;
identity=clear@identity
password=clear-password
phase2-auth=p2_method
Additionally, for Wi-Fi connections:
[wifi-security]
key-mgmt=wpa-eap
-
If you use a repository that supports the MSCHAPv2 protocol, for example, Active Directory or the
Portnox Cloud repository (including contractor accounts), replace eap_method
with peap and replace p2_method with
mschapv2.
-
If you use a repository that does not support the MSCHAPv2 protocol, for example, Azure Active
Directory or Google Workspace, replace eap_method with
ttls and replace p2_method with
pap.
-
Replace clear@identity and clear-password with the
credentials that you want to use to authenticate.
-
Restart NetworkManager.
sudo systemctl restart NetworkManager
-
Connect to the network using NetworkManager CLI.
Result: Your Linux device is connected to the network managed by Portnox Cloud.