aboutsummaryrefslogtreecommitdiff
path: root/_posts/2021-09-09-avanswifi.md
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-12 10:31:48 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-12 10:31:48 +0200
commitc364c4b0273e76cb13571878d1a4a2853a392b9b (patch)
tree0deb386ef2e380436a74ad9fcf5b023c999dfed7 /_posts/2021-09-09-avanswifi.md
parent583f9fa1018bb688323f2367e99c53bba9843f61 (diff)
WIP transition to jekyll
Diffstat (limited to '_posts/2021-09-09-avanswifi.md')
-rw-r--r--_posts/2021-09-09-avanswifi.md29
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`.
+