This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
c-services:wlan-c-base-crew-iwd [2022/12/28 17:18] felix created |
c-services:wlan-c-base-crew-iwd [2024/09/18 20:34] (current) afri iwctl 2024 working config |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | copy | + | get the isrgrootx1 root certificate: |
<code> | <code> | ||
+ | curl https://letsencrypt.org/certs/isrgrootx1.pem -o /etc/ssl/misc/isrgrootx1.pem | ||
+ | </code> | ||
+ | create the following config in /var/lib/iwd/c-base-crew.8021x | ||
+ | |||
+ | <code> | ||
[Security] | [Security] | ||
EAP-Method=PEAP | EAP-Method=PEAP | ||
+ | EAP-Identity=<id> | ||
+ | EAP-Phase2-Method=MSCHAPV2 | ||
EAP-PEAP-Phase2-Method=MSCHAPV2 | EAP-PEAP-Phase2-Method=MSCHAPV2 | ||
- | EAP-Identity=felix | + | EAP-PEAP-CACert=/etc/ssl/misc/isrgrootx1.pem |
- | EAP-PEAP-CACert=/etc/ssl/misc/c-base.pem | + | EAP-PEAP-ServerDomainMask=radius.cbrp3.c-base.org |
+ | EAP-PEAP-Phase2-Identity=<id> #dein c-base ldap user | ||
+ | EAP-PEAP-Phase2-Password=<password> #dein c-base ldap passwort | ||
[Settings] | [Settings] | ||
Line 13: | Line 22: | ||
</code> | </code> | ||
- | to /var/lib/iwd/c-base-crew.8021x | + | and connect: |
+ | |||
+ | <code> | ||
+ | iwctl station wlan0 connect c-base-crew | ||
+ | </code> |