Skip to content

Instantly share code, notes, and snippets.

@welps
Created May 25, 2018 22:55
Show Gist options
  • Save welps/d2d9828ade021c3ac713b3d4503d7390 to your computer and use it in GitHub Desktop.
Save welps/d2d9828ade021c3ac713b3d4503d7390 to your computer and use it in GitHub Desktop.
Outdated/Insecure Corporate 802.1x WPA2-Enterprise MSCHAPV2 netctl config
# Courtesy of https://www.reddit.com/r/archlinux/comments/30virj/netctl_on_university_wifi/cpwb4qp/
Description='Wireless Connection for 802.1X wifi networks with insecure setups'
Interface=YOUR_WIRELESS_INTERFACE_NAME
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=YOUR_UNIVERSITY_SSID
WPAConfigSection=(
'ssid="YOUR_UNIVERSITY_SSID"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'pairwise=CCMP'
'group=CCMP'
'eap=PEAP'
'identity="YOUR_UNIVERSITY_USERNAME"'
'password="YOUR_UNIVERSITY_PASSWORD"'
'phase2="auth=MSCHAPV2"'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment