diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-04-12 10:31:48 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-04-12 10:31:48 +0200 |
commit | c364c4b0273e76cb13571878d1a4a2853a392b9b (patch) | |
tree | 0deb386ef2e380436a74ad9fcf5b023c999dfed7 /_posts/2021-09-09-avanswifi.md | |
parent | 583f9fa1018bb688323f2367e99c53bba9843f61 (diff) |
WIP transition to jekyll
Diffstat (limited to '_posts/2021-09-09-avanswifi.md')
-rw-r--r-- | _posts/2021-09-09-avanswifi.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/_posts/2021-09-09-avanswifi.md b/_posts/2021-09-09-avanswifi.md new file mode 100644 index 0000000..4359bac --- /dev/null +++ b/_posts/2021-09-09-avanswifi.md @@ -0,0 +1,29 @@ +--- +title: Avans wifi setup +subtitle: How to use Avans eduroam with NetworkManager +author: Loek +date: September 9 2021 +tags: + - software +cover: /img/avanswifi.png +--- + +I wasted 2 hours trying to set up my school's WiFi, so here's a quick reference +for other students who might've tried connecting but ended up giving up. + +``` +$ nmcli connection edit type wifi +nmcli> set 802-11-wireless.ssid eduroam +nmcli> set 802-1x.eap peap +nmcli> set 802-1x.phase2-auth mschapv2 +nmcli> set 802-1x.identity <avans username> +nmcli> set 802-1x.password <avans password> +nmcli> set wifi-sec.key-mgmt wpa-eap +nmcli> save +nmcli> activate +``` + +Keep in mind that your username isn't your student e-mail, but the first letter +of your first name, and 7 characters from your last name, e.g. `Loek Le +Blansch -> lblansch`. + |