Skip to content

Instantly share code, notes, and snippets.

@ppartarr
Created December 13, 2019 13:28
Show Gist options
  • Save ppartarr/6a9680647639994287eaab6c113c9ddc to your computer and use it in GitHub Desktop.
Save ppartarr/6a9680647639994287eaab6c113c9ddc to your computer and use it in GitHub Desktop.
Eduroam netctl config
Description='Eduroam'
Interface=wlp58s0
Connection=wireless
Security=wpa-configsection
ESSID=eduroam
IP=dhcp
TimeoutWPA=60
TimeoutUp=300
TimeoutCarrer=300
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'identity="studentNumber"'
'anonymous_identity="anon"'
'password="password"'
'phase2="auth=MSCHAPV2"'
)
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment