Skip to content

Instantly share code, notes, and snippets.

@yupyupp
Last active September 20, 2016 12:41
Show Gist options
  • Save yupyupp/3dcf34cc19855feac22b to your computer and use it in GitHub Desktop.
Save yupyupp/3dcf34cc19855feac22b to your computer and use it in GitHub Desktop.
netctl profile for wifi networks at OSU
Description='Eduroam Network'
Interface=your-wireless-device
Connection=wireless
Security=wpa-configsection
IP=dhcp
TimeoutWPA=30
Priority=priority-number # For use with netctl-auto
WPAConfigSection=(
'ssid="eduroam"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'phase2="auth=MSCHAPV2"'
'identity="name.#@osu.edu"'
'password="YOUR PASSWORD HERE"'
'ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"'
)
Description='OSU Wireless'
Interface=your-wireless-device
Connection=wireless
Security=wpa-configsection
IP=dhcp
TimeoutWPA=30
Priority=priority-number # For use with netctl-auto
WPAConfigSection=(
'ssid="osuwireless"'
'key_mgmt=WPA-EAP'
'eap=PEAP'
'phase2="auth=MSCHAPV2"'
'identity="name.#"'
'password="YOUR PASSWORD HERE"'
'ca_cert="/etc/ssl/certs/AddTrust_External_Root.pem"'
)
Description='WiFi@OSU public network'
Interface=your-wireless-device
Connection=wireless
Security=none
ESSID=WiFi@OSU
IP=dhcp
ExculdeAuto=yes # Don't auto-connect with netctl-auto
@yupyupp
Copy link
Author

yupyupp commented Jan 29, 2016

Thanks to William Osler for the basis of the osuwireless netctl profile. It was taken from his presentation on Arch Linux but has been improved upon and adapted for eduroam as well

@WallyYang
Copy link

Hi! I'm a new freshman here at OSU. I'm currently using Arch Linux, but I'm not sure how to connect to one of the OSU's wifi with Arch. Would you like to explain how this thing works on my PC? Thank you!

@grizzlyman83
Copy link

Regarding page: Within the wifi@osu network profile, there seems to be a spelling "ExculdeAuto..." and I will modify the text to run "ExcludeAuto=yes".

Re: Arch installation.
I recently reburnt an arch iso image. I have encountered the same pacman -Sy/pacstrap error. I will try to use pacman -Syy to force the package manager to reupdate. My novel mind thinks that there is a network security error or pacman key error. I will give you notice on what happens. Also I am sorry that I could not make it to the open source the past week.

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