Skip to content

Instantly share code, notes, and snippets.

@xermicus
Created September 24, 2018 19:43
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 xermicus/754e97b7fe81f52e005dfdddd61fe585 to your computer and use it in GitHub Desktop.
Save xermicus/754e97b7fe81f52e005dfdddd61fe585 to your computer and use it in GitHub Desktop.
HSLU netctl profile
Description='netctl profile for hslu'
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
ESSID=hslu
IP=dhcp
WPAConfigSection=(
'ssid="hslu"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'pairwise=CCMP'
'group=CCMP'
'eap=PEAP'
'identity="yourusername (without the domain\ part)"'
'password="yourpassword"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment