aboutsummaryrefslogtreecommitdiff
path: root/posts/avanswifi.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/avanswifi.md')
-rw-r--r--posts/avanswifi.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/posts/avanswifi.md b/posts/avanswifi.md
deleted file mode 100644
index 11191fd..0000000
--- a/posts/avanswifi.md
+++ /dev/null
@@ -1,26 +0,0 @@
-[meta]: <title> (Avans wifi setup)
-[meta]: <subtitle> (How to use Avans eduroam with NetworkManager)
-[meta]: <author> (Loek)
-[meta]: <date> (September 9 2021)
-[meta]: <tags> (software)
-[meta]: <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`.
-