X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=nonm.md;h=37df6322996f7eb7b35ab253a52cda1ea82d71d5;hb=3858137426da65b9a3f75a3ca345aec09cddd090;hp=deb5863793104606c3bd8428a2b86ef38748ef8f;hpb=7a17e96b89c6d8b344ec807a9710c9e8df553f03;p=martlubbers.net.git diff --git a/nonm.md b/nonm.md index deb5863..37df632 100644 --- 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" +} +```