Skip to content
New issue

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

Using nm-cli to connect #1

Open
ArthurAmes opened this issue Nov 13, 2021 · 0 comments
Open

Using nm-cli to connect #1

ArthurAmes opened this issue Nov 13, 2021 · 0 comments

Comments

@ArthurAmes
Copy link

ArthurAmes commented Nov 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant