Advertisement
Guest User

eduroam at the University of Waterloo on ArchLinux

a guest
Jan 6th, 2015
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. ArchLinux has rearranged most of its PKI certs into a small number of aggregate files as of January 2015. This netctl template is updated to work with the new system. Make sure to fill in your $USERNAME and $PASSWORD. If you are not at @uwaterloo.ca, you should be able to just change that to the site of your school and have it work as well, though other schools might use different phase2 systems, I'm not sure.
  3.  
  4. [kousu@galleon ~]$ sudo cat /etc/netctl/wlp3s0-eduroam
  5. [sudo] password for $USERNAME:
  6. Description='A wireless connection using a custom network block configuration'
  7. Interface=wlp3s0
  8. Connection=wireless
  9. Security=wpa-configsection
  10. IP=dhcp
  11. WPAConfigSection=(
  12. 'ssid="eduroam"'
  13. 'scan_ssid=1'
  14. 'proto=RSN'
  15. 'key_mgmt=WPA-EAP'
  16. 'pairwise=CCMP'
  17. 'group=CCMP'
  18. 'eap=PEAP'
  19. 'identity="$USERNAME@uwaterloo.ca"'
  20. 'password="$PASSWORD"'
  21. 'ca_cert="/usr/share/ca-certificates/trust-source/mozilla.trust.crt"'
  22. 'phase2="auth=MSCHAPV2"'
  23. )
  24.  
  25. $ #you can run this with
  26. $ netctl switch-to wlp3s0-eduroam
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement