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 16:18] – created felix | c-services:wlan-c-base-crew-iwd [2024/09/18 18:34] (current) – iwctl 2024 working config afri | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | copy | + | get the isrgrootx1 root certificate: |
| < | < | ||
| + | curl https:// | ||
| + | </ | ||
| + | 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 13: | Line 22: | ||
| </ | </ | ||
| - | to / | + | and connect: |
| + | |||
| + | < | ||
| + | iwctl station wlan0 connect | ||
| + | </ | ||