cat-users AT lists.geant.org
Subject: The mailing list for users of the eduroam Configuration Assistant Tool (CAT)
List archive
- From: Grätz, Robert <robert.graetz AT charite.de>
- To: "cat-users AT lists.geant.org" <cat-users AT lists.geant.org>, JP Ebejer <jean.p.ebejer AT um.edu.mt>
- Subject: AW: [[cat-users]] [ext] Help with setting up eduroam on Arch Linux using iwd
- Date: Sun, 18 Apr 2021 16:20:35 +0000
- Accept-language: de-DE, en-US
- Arc-authentication-results: i=1; mail-cvk.charite.de; none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=charite.de; s=jun2018; t=1618762836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=c2q4fRlv4QaOsM9rgPpio9PXJ3zbs4Uc0Ik8KykJE5c=; b=0maCZcT1IIj0Tca44ZxVoesLzWocOOvwI/JEog+Oa7kwmiCypJxUNJAIsiiJw+yp5jbx+p 63gvRglTmzXs9LVGH+hgbPuJbhSu6EH/6bJnKnM5ctLraAHW5YHt3+fPYp1GwxHG2/ypXY +MoI6XjjXOtXXgyoC8l87OeS7gcuAHU=
- Arc-seal: i=1; s=jun2018; d=charite.de; t=1618762836; a=rsa-sha256; cv=none; b=j5Tf9+d3CdlAAf/g11KtcX3ZbPbIx6SHmX4if77KlozzQhLXlSj5eG542n5PWKmzo1vA7O C8XJ2MRav9ua4Jz0J9o8lLkNYBD2bRNPj1zJy1XLeL0V2M0lIDQbnyN/q1UgdfSW+LKoFJ /dLmTO49aKWrBKbRGSLcvvzl73WntGg=
Dear Ebejer,
>When I run the CAT tool, I get a wpa_supplicant file (which has some incorrect syntax in it but this is not a big deal and I clean this manually).
Could you describe the incorrect syntax error, please. Maybe explicit with the generated configuration? Maybe we have to fix this at our installer.
What are the error messages if you run [1].
[iwd]# station <device> connect eduroam
Best regards
Robert
[1]: https://wiki.archlinux.org/index.php/Iwd#Connect_to_a_network
Von: cat-users-request AT lists.geant.org <cat-users-request AT lists.geant.org> im Auftrag von JP Ebejer <jean.p.ebejer AT um.edu.mt>
Gesendet: Freitag, 16. April 2021 23:48:59
An: cat-users AT lists.geant.org
Betreff: [ext] [[cat-users]] Help with setting up eduroam on Arch Linux using iwd
Gesendet: Freitag, 16. April 2021 23:48:59
An: cat-users AT lists.geant.org
Betreff: [ext] [[cat-users]] Help with setting up eduroam on Arch Linux using iwd
Dear all,
I have downloaded the CAT
tool for my University (eduroam-linux-UoM.py) which I ran on ArchLinux. My wireless wifi driver is iwlwifi.
When I run the CAT tool, I get a wpa_supplicant file (which has some incorrect syntax in it but this is not a big deal and I clean this manually). I used the generated certificates, and details etc. in network manager applet (1.20) to try to set up eduroam.
However the network manager gives me the error "802.1x connections must have IWD provisioning files" as described in
https://wiki.archlinux.org/index.php/NetworkManager.
I create an iwd config file (/var/lib/iwd/eduroam.8021x) with the following contents (mostly as described in
https://wiki.archlinux.org/index.php/Iwd#Eduroam):
[Security]
EAP-Method=TTLS
EAP-Identity=anonymous AT s2.um.edu.mt
EAP-TTLS-CACert="/home/fake.username/.cat_installer/ca.pem"
EAP-TTLS-Phase2-Method=Tunneled-PAP
EAP-TTLS-Phase2-Identity=fake.name AT um.edu.mt
EAP-TTLS-Phase2-Password=fake.password
[Settings]
AutoConnect=true
EAP-Method=TTLS
EAP-Identity=anonymous AT s2.um.edu.mt
EAP-TTLS-CACert="/home/fake.username/.cat_installer/ca.pem"
EAP-TTLS-Phase2-Method=Tunneled-PAP
EAP-TTLS-Phase2-Identity=fake.name AT um.edu.mt
EAP-TTLS-Phase2-Password=fake.password
[Settings]
AutoConnect=true
However I am unable to connect to eduroam using these details and NetworkManager/iwd.
Note that the wpa_supplicant file (after cleaning it up manually from some badly generated config):
network={
ssid="eduroam"
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP TKIP
eap=TTLS
ca_cert="/home/fake.username/.cat_installer/ca.pem"
identity="fake.name AT um.edu.mt"
altsubject_match="DNS:wifiauth.um.edu.mt"
phase2="auth=PAP"
password="fake.password"
anonymous_identity="anonymous AT s2.um.edu.mt"
}
ssid="eduroam"
key_mgmt=WPA-EAP
pairwise=CCMP
group=CCMP TKIP
eap=TTLS
ca_cert="/home/fake.username/.cat_installer/ca.pem"
identity="fake.name AT um.edu.mt"
altsubject_match="DNS:wifiauth.um.edu.mt"
phase2="auth=PAP"
password="fake.password"
anonymous_identity="anonymous AT s2.um.edu.mt"
}
Any ideas what I am doing wrong and how I can fix this to be able to connect to eduroam from Arch Linux using iwd?
Any help is appreciated, as I am stuck.
To unsubscribe, send this message: mailto:sympa AT lists.geant.org?subject=unsubscribe%20cat-users
Or use the following link: https://lists.geant.org/sympa/sigrequest/cat-users
Or use the following link: https://lists.geant.org/sympa/sigrequest/cat-users
- [[cat-users]] Help with setting up eduroam on Arch Linux using iwd, JP Ebejer, 04/16/2021
- AW: [[cat-users]] [ext] Help with setting up eduroam on Arch Linux using iwd, Grätz , Robert, 04/18/2021
- Re: [[cat-users]] [ext] Help with setting up eduroam on Arch Linux using iwd, Tomasz Wolniewicz, 04/18/2021
- Re: [[cat-users]] [ext] Help with setting up eduroam on Arch Linux using iwd, JP Ebejer, 04/19/2021
- AW: [[cat-users]] [ext] Help with setting up eduroam on Arch Linux using iwd, Grätz , Robert, 04/18/2021
Archive powered by MHonArc 2.6.19.