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

WPA2 Enterprise WiFi #265

Open
gorbiWTF opened this issue Jun 18, 2024 · 1 comment
Open

WPA2 Enterprise WiFi #265

gorbiWTF opened this issue Jun 18, 2024 · 1 comment

Comments

@gorbiWTF
Copy link

I would like to connect my Raspberry Pi with piSignage to our WPA2 Enterprise network at school. If I use Rasppbery Pi OS (Bookworm) I can connect to the WiFi.

Adding the following to /etc/wpa_supplicant/wpa_supplicant.conf doesn't seem to work:

network = { 
    ssid = "XXXXX" 
    key_mgmt = WPA-EAP 
    eap = PEAP 
    identity = "XXXXX" 
    password = "XXXXX" 
    phase1 = "peaplabel=0" 
    phase2 = "auth=MSCHAPV2" 
    priority = 1 
}

Is there another way to do this?

@gorbiWTF
Copy link
Author

Okay, I figured out that I have to use nmcli, like that:

sudo nmcli con add type wifi con-name "XXXXX" ifname wlan0 ssid "XXXXX"
sudo nmcli con modify "XXXXX" 802-1x.eap peap 802-1x.identity "XXXXX" 802-1x.password "XXXXX" 802-1x.phase2-autheap mschapv2 wifi-sec.key-mgmt wpa-eap

Would be nice to be able to do that in the GUI, or at least have this in the documentation.

@gorbiWTF gorbiWTF reopened this Jun 18, 2024
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