Created
October 10, 2013 15:17
-
-
Save ixxra/6920140 to your computer and use it in GitHub Desktop.
Simple configuration for netctl to connect to a WPA2 network (@myschool)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description='A wireless connection using a custom network block configuration' | |
Interface=wlp3s0 | |
Connection=wireless | |
Security=wpa-configsection | |
IP=dhcp | |
WPAConfigSection=( | |
'ssid="university-ssid"' | |
'scan_ssid=1' | |
'key_mgmt=WPA-EAP' | |
'identity="username"' | |
'password="password"' | |
'eap=PEAP' | |
'phase1="peaplabel=0"' | |
'phase2="auth=MSCHAPV2"' | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks man! Just what I needed!