Skip to content

Instantly share code, notes, and snippets.

@atmoz
Created August 24, 2016 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atmoz/73833bda2a6158aa02f2cf4f4bcd61bf to your computer and use it in GitHub Desktop.
Save atmoz/73833bda2a6158aa02f2cf4f4bcd61bf to your computer and use it in GitHub Desktop.
Working netctl profile for eduroam on the University of Bergen
Connection='wireless'
Interface=wlp3s0
Security='wpa-configsection'
Description="eduroam network"
IP='dhcp'
TimeoutWPA=30
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'proto=WPA2'
'phase2="auth=MSCHAPV2"'
'identity="<user>@student.uib.no"'
'password="<pass>"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment