Skip to content

Instantly share code, notes, and snippets.

@hplewis
Last active August 16, 2021 17:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hplewis/ecc7ddf412d94b3cc4d4c5d5d223de9a to your computer and use it in GitHub Desktop.
Save hplewis/ecc7ddf412d94b3cc4d4c5d5d223de9a to your computer and use it in GitHub Desktop.
netctl config file for RIT's wpa2 enterprise wireless network
Description='RITnet'
Interface=
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID=RIT
WPAConfigSection=(
'ssid="RIT"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'pairwise=CCMP'
'identity="abc1234"'
'password="hunter2"'
'priority=2'
'phase2="auth=MSCHAPV2"'
)
# RIT Specifications:
# https://www.rit.edu/its/resnet/wireless-connection
@dwysocki
Copy link

On my machine, using WPA_EAP I get the error invalid key_mgmt 'WPA_EAP' using this config. Changing it to WPA-EAP fixed it.

@hplewis
Copy link
Author

hplewis commented Aug 16, 2021

Yeah I have no idea how I messed this up. I haven't even used this in a while and even my old config is WPA-EAP. I'll update with my most recent config.

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