When using a GUI, it is likely that you use NetworkManager for network configuration.
nm-connection-editor
(Advanced Network Configuration).Sincoolka
or Sincoolka 5G
. From the Devices list, choose your Wi-Fi adapter. anonymous@sin.cvut.cz
radius.sin.cvut.cz
/etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem
, or download and save it (download format PEM)Now, your connection should be all set for secure Wi-Fi browsing.
WPA Supplicant is an utility which enables WPA security support for Wi-Fi in Linux. NetworkManager uses wpa_supplicant internally.
In case you want to set up a wpa_supplicant profile manually, we have prepared a Sincoolka network definition below.
To properly verify that you are using our server, the CA certificate is necessary. It should be already on your system at path /etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem
, so this configuration will use that. If you don't have it there, you may download it from us and save it. You will then enter the path to this file in the wpa_supplicant configuration profile.
network={ ssid="Sincoolka" # or Sincoolka 5G scan_ssid=1 key_mgmt=WPA-EAP eap=TTLS # path to the downloaded CA certificate ca_cert="/etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem" domain_match="radius.sin.cvut.cz" phase2="auth=PAP" pairwise=CCMP group=CCMP # Your credentials identity="jiri.novak@sin.cvut.cz" anonymous_identity="anonymous@sin.cvut.cz" password="YourStr0ngPa$$word" }
Contributed by our member Artem Poliakov (poliaart <at> fit.cvut.cz)! Thanks!
iwd is a wireless daemon for Linux which aims to utilize features provided by the Linux Kernel to the maximum extent possible. It can work in standalone mode or in combination with comprehensive network managers.
If you want to connect to Wi-Fi using iwd, you need to place file called Sincoolka.8021x
or Sincoolka 5G.8021x
(depending on which network you'd like to connect) under /var/lib/iwd
directory. The suggested contents can be found below.
To properly verify that you are using our server, the CA certificate is necessary. It should be already on your system at path /etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem
, so this configuration will use that. If you don't have it there, you may download it from us and save it. You will then enter the path to this file in the wpa_supplicant configuration profile.
[IPv6] Enabled=true [Security] EAP-Method=TTLS EAP-Identity=anonymous@sin.cvut.cz EAP-TTLS-ServerDomainMask=radius.sin.cvut.cz EAP-TTLS-CACert=/etc/ssl/certs/USERTrust_RSA_Certification_Authority.pem EAP-TTLS-Phase2-Method=Tunneled-PAP EAP-TTLS-Phase2-Identity=your.username@sin.cvut.cz EAP-TTLS-Phase2-Password=YourStr0ngPa$$word [Settings] AutoConnect=true