We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello fellow WPI arch user,
I have no idea if I'm the only one who stumbled across this but I figured I'd add for future reference:
If you don't have the gui installed for networkmanager, you can also use the following to connect (after step 2):
nmcli c add type wifi ifname wlp59s0 con-name 'WPI-Wireless' \ 802-11-wireless.ssid 'WPI-Wireless' \ 802-11-wireless-security.key-mgmt wpa-eap \ 802-1x.eap tls \ 802-1x.identity <username>@wpi.edu \ 802-1x.ca-cert /etc/ca-certificates/extracted/cadir/WPI_NetOps_Wireless_CA.pem \ 802-1x.client-cert <path to .pem file> \ 802-1x.private-key <path to .pem file> \ 802-1x.private-key-password <password for your key>
Then use nmcli to connect like normal.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello fellow WPI arch user,
I have no idea if I'm the only one who stumbled across this but I figured I'd add for future reference:
If you don't have the gui installed for networkmanager, you can also use the following to connect (after step 2):
Then use nmcli to connect like normal.
The text was updated successfully, but these errors were encountered: