User Tools

Site Tools


c-services:wlan-c-base-crew-iwd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
c-services:wlan-c-base-crew-iwd [2022/12/28 16:18] – created felixc-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:
  
 <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>
c-services/wlan-c-base-crew-iwd.1672244308.txt.gz · Last modified: 2022/12/28 16:18 by felix