Skip to content

Instantly share code, notes, and snippets.

@ozyx
Created October 12, 2016 05:36
Show Gist options
  • Save ozyx/2b1fc34c3b5bf70eb4f37a54f4a7688e to your computer and use it in GitHub Desktop.
Save ozyx/2b1fc34c3b5bf70eb4f37a54f4a7688e to your computer and use it in GitHub Desktop.
Arch Linux - wifi-menu config file for connecting to Saddleback student wifi
Description='Saddleback Student Wifi'
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
IP6=stateless
WPAConfigSection=(
'ssid="Student"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'identity="insert your saddleback email here"'
'password="insert your blackboard password here"'
'phase2="auth=MSCHAPV2"'
)
@ozyx
Copy link
Author

ozyx commented Oct 12, 2016

This goes in /etc/netctl/
You may have to change the interface if your wireless interface is called something other than wlp3s0. Be sure to change the name of the file, as well.

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