Difference between revisions of "User:ThisMoment/UWMWiFi"
ThisMoment (talk | contribs) (Created page with "UWMWiFi is the wireless network used by the University of Wisconsin-Milwaukee. ==Setup== Still a work in progress, but this seems to work: {{hc|/etc/netctl/UWMWiFi|<nowiki> D...") |
ThisMoment (talk | contribs) (→Setup) |
||
Line 23: | Line 23: | ||
# sudo netctl enable /etc/netctl/UWMWiFi | # sudo netctl enable /etc/netctl/UWMWiFi | ||
# sudo netctl start /etc/netctl/UWMWiFi | # sudo netctl start /etc/netctl/UWMWiFi | ||
+ | |||
+ | {{Note|On some parts of campus the identity field requires "@uwm.edu" and on some parts it requires only the username.}} | ||
==See Also== | ==See Also== |
Revision as of 00:12, 11 September 2013
UWMWiFi is the wireless network used by the University of Wisconsin-Milwaukee.
Setup
Still a work in progress, but this seems to work:
/etc/netctl/UWMWiFi
Description='UWM WiFi Network' Interface=wlp3s0 Connection=wireless Security=wpa-configsection IP=dhcp WPAConfigSection=( 'ssid="UWMWiFi"' 'key_mgmt=WPA-EAP' 'eap=PEAP' 'identity="USER@uwm.edu"' 'password="PASSWORD"' 'priority=1' )
Then to connect:
# sudo netctl enable /etc/netctl/UWMWiFi # sudo netctl start /etc/netctl/UWMWiFi
Note: On some parts of campus the identity field requires "@uwm.edu" and on some parts it requires only the username.