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

Both sides previous revisionPrevious revision
c-services:wlan-c-base-crew-iwd [2022/12/28 16:26] felixc-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:
 +
 <code> <code>
-curl https://letsencrypt.org/certs/isrgrootx1.pem -o /etc/ssl/misc/c-base.pem+curl https://letsencrypt.org/certs/isrgrootx1.pem -o /etc/ssl/misc/isrgrootx1.pem
 </code> </code>
  
-copy +create the following config in /var/lib/iwd/c-base-crew.8021x
  
 <code> <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 17: Line 22:
 </code> </code>
  
-to /var/lib/iwd/c-base-crew.8021x+and connect:
  
 <code> <code>
-iwctl +iwctl station wlan0 connect c-base-crew
-station wlan0 connect c-base-crew+
 </code> </code>
- 
-to connect 
c-services/wlan-c-base-crew-iwd.1672244781.txt.gz · Last modified: 2022/12/28 16:26 by felix