Skip to content

Instantly share code, notes, and snippets.

@justbuchanan
Last active March 26, 2018 12:53
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save justbuchanan/8a363ba126e744734619 to your computer and use it in GitHub Desktop.
Save justbuchanan/8a363ba126e744734619 to your computer and use it in GitHub Desktop.
Arch Linux netctl config for GTwifi at Georgia Tech
# This netctl profile is for connecting to Georgia Tech's GTwifi network
# Usage:
# 1. Copy/download it to /etc/netctl/GTwifi
# 2. Set the 'identity' and 'password' fields appropriately
# 3. Set file permissions and ownership:
# chown root:root /etc/netctl/GTwifi
# chmod 0600 /etc/netctl/GTwifi
Description='GTwifi'
Interface=wlan0
Connection=wireless
Security=wpa-configsection
ESSID=GTwifi
IP=dhcp
WPAConfigSection=(
'ssid="GTwifi"'
'proto=RSN'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'phase2="auth=MSCHAPV2"'
'ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"'
'identity="**********"'
'password="**********"'
)
@PhilipBale
Copy link

Thanks for this :)

@binitshah
Copy link

Thanks! This was useful.

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