Skip to content

Instantly share code, notes, and snippets.

@MrHedmad
Created March 14, 2022 09:57
Show Gist options
  • Save MrHedmad/a306ad6edfd0fbb7159304dabdd17786 to your computer and use it in GitHub Desktop.
Save MrHedmad/a306ad6edfd0fbb7159304dabdd17786 to your computer and use it in GitHub Desktop.
IWD configuration for Unito-Wifi (Drop it in `/var/lib/iwd/`)
[Security]
EAP-Method=PEAP
EAP-Identity=anonymous
EAP-PEAP-Phase2-Method=MSCHAPV2
EAP-PEAP-Phase2-Identity=myshortusername@unito.it
EAP-PEAP-Phase2-Password=mypassword
[Settings]
AutoConnect=True
@MrHedmad
Copy link
Author

myshortusername is the username used to log in to unito.it, not your email. In my case it is lvisenti, so lvisenti@unito.it. The password is the password used to log in to unito.it. After adding the file, connect normally to the network with iwctl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment