Skip to content

Instantly share code, notes, and snippets.

@ixxra
Created October 10, 2013 15:17
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ixxra/6920140 to your computer and use it in GitHub Desktop.
Save ixxra/6920140 to your computer and use it in GitHub Desktop.
Simple configuration for netctl to connect to a WPA2 network (@myschool)
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"'
)
Copy link

ghost commented Aug 27, 2016

Thanks man! Just what I needed!

@Soulthym
Copy link

Alright that made my day!

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