Skip to content

Instantly share code, notes, and snippets.

@marc22alain
Last active August 29, 2015 14:26
Show Gist options
  • Save marc22alain/0b5445f6b0a2bb51a86e to your computer and use it in GitHub Desktop.
Save marc22alain/0b5445f6b0a2bb51a86e to your computer and use it in GitHub Desktop.
Logging in to UofT WIFI with Ubuntu 14.04
[ipv6]
method=auto
[connection]
id=UofT
uuid=1da33f7d-6163-4b5f-9ab1-6a95c7c8807a
type=802-11-wireless
[802-11-wireless-security]
key-mgmt=wpa-peap
auth-alg=open
[802-11-wireless]
ssid=UofT
mode=infrastructure
mac-address=<your:MAC:address>
security=802-11-wireless-security
[802-1x]
eap=peap
identity=<UTORid>
phase2-auth=mschapv2
password=<password>
[ipv4]
method=auto
@marc22alain
Copy link
Author

file path: /etc/NetworkManager/system-connections/UofT

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