.
[martlubbers.net.git] / nonm.md
diff --git a/nonm.md b/nonm.md
index deb5863..37df632 100644 (file)
--- a/nonm.md
+++ b/nonm.md
@@ -123,3 +123,20 @@ However, this results in your machine eagerly waiting for a connection at boot b
 `ifupdown-extra` contains scripts to fix this.
 Just link `/etc/network/if-up.d/00check-network-cable` to `/etc/network/if-pre-up.d/00check-network-cable` and be good to go.
 If your system has _predictable_ network names you might need to apply [this](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970359) patch first.
+
+## Eduroam (2022-10-18)
+Publicroam offers eduroam-like wifi but does not provide very good linux installation instructions.
+After some trial and error, this worked for me:
+
+```
+network={
+       ssid="publicroam"
+       scan_ssid=1
+       key_mgmt=WPA-EAP
+       eap=PEAP
+       identity="USERNAME"
+       password="PASSWORD"
+       phase1="peaplabel=0"
+       phase2="auth=MSCHAPV2"
+}
+```