Skip to content

Instantly share code, notes, and snippets.

@Enzime
Created August 18, 2015 09:36
Show Gist options
  • Save Enzime/426500d0e96fe609de10 to your computer and use it in GitHub Desktop.
Save Enzime/426500d0e96fe609de10 to your computer and use it in GitHub Desktop.
netctl profile for connecting to eduroam at Monash
Description='eduroam-monash'
Interface=wlp3s0
Connection='wireless'
Security='wpa-configsection'
IP='dhcp'
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'auth_alg=OPEN'
'identity="user@uni.edu"'
'password="passwordhere"'
'phase2="auth=MSCHAPV2"'
)
@flowergrass
Copy link

user@student.unimelb.edu.au for unimelb students

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