Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

Beginners Questions • Re: [Networking] Can't connect to WPA2 Enterprise

$
0
0
Hello,

May you can see here:
  • 5.2.1. Configuring 802.1X Security for Wi-Fi with nmcli
    • I cannot test it, but this is an example from link above, but I suspect that some options are not strictly mandatory and they depend on the parameters required by the configuration of the WPA2-PEAP you are connecting to:

      Code:

      nmcli c add type wifi ifname wlo61s0 con-name 'My Wifi Network' \      802-11-wireless.ssid 'My Wifi' \      802-11-wireless-security.key-mgmt wpa-eap \      802-1x.eap peap \      802-1x.identity identity@example.com \      802-1x.ca-cert /etc/pki/my-wifi/ca.crt \      802-1x.client-cert /etc/pki/my-wifi/client.crt \      802-1x.private-key /etc/pki/my-wifi/client.key \      802-1x.private-key-password s3cr3t
Hope this helps.

Statistics: Posted by Aki — 2024-08-25 16:45



Viewing all articles
Browse latest Browse all 2901

Trending Articles