This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
c-services:wlan-c-base-crew-iwd [2022/12/28 16:26] – felix | c-services:wlan-c-base-crew-iwd [2024/09/18 18:34] (current) – iwctl 2024 working config afri | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | get the isrgrootx1 root certificate: | ||
+ | |||
< | < | ||
- | curl https:// | + | curl https:// |
</ | </ | ||
- | copy | + | create the following config in / |
< | < | ||
- | |||
[Security] | [Security] | ||
EAP-Method=PEAP | EAP-Method=PEAP | ||
+ | EAP-Identity=< | ||
+ | EAP-Phase2-Method=MSCHAPV2 | ||
EAP-PEAP-Phase2-Method=MSCHAPV2 | EAP-PEAP-Phase2-Method=MSCHAPV2 | ||
- | EAP-Identity=felix | + | EAP-PEAP-CACert=/ |
- | EAP-PEAP-CACert=/ | + | EAP-PEAP-ServerDomainMask=radius.cbrp3.c-base.org |
+ | EAP-PEAP-Phase2-Identity=< | ||
+ | EAP-PEAP-Phase2-Password=< | ||
[Settings] | [Settings] | ||
Line 17: | Line 22: | ||
</ | </ | ||
- | to / | + | and connect: |
< | < | ||
- | iwctl | + | iwctl station wlan0 connect c-base-crew |
- | station wlan0 connect c-base-crew | + | |
</ | </ | ||
- | |||
- | to connect |