Skip to content

Instantly share code, notes, and snippets.

@tkuwill
Last active September 5, 2022 02:03
Show Gist options
  • Save tkuwill/069109fef2e7df6dd6d012c5e5ccec41 to your computer and use it in GitHub Desktop.
Save tkuwill/069109fef2e7df6dd6d012c5e5ccec41 to your computer and use it in GitHub Desktop.
nmcli con add \
type wifi \
con-name "eduroam" \
ifname "wlan0" \ #based on your device
ssid "eduroam" \
wifi-sec.key-mgmt "wpa-eap" \
802-1x.identity "STUDENT-NUMBER@tku.edu.tw" \
802-1x.password "YOURPASSWORD" \
802-1x.system-ca-certs "no" \
802-1x.domain-suffix-match "tku.edu.tw" \
802-1x.eap "peap" \
802-1x.phase2-auth "gtc"
nmcli connection up eduroam --ask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment