For General Linux Operating System

1. In Linux operating systems, it is used to connect to wireless networks with WPA and higher security level.
With the help of the wpa_supplicant application, it is possible to connect to IEEE 802.1x networks and therefore to eduroam. For this
First of all, the wpa_supplicant application must be installed.
You can do this with the apt-get install wpasupplicant command on debian-based systems. (Other Linux variants
You can install using your package manager for
2. In the /etc/wpa_supplicant (or installation) directory, a file named wpa_supplicant.conf
and enter the configuration commands shown below.

network={
ssid="eduroam"
key_mgmt=IEEE8021X

eap=TTLS
phase2="auth=PAP"

identity="******@akdeniz.edu.tr"

password="*******"

}

3. According to the name of the wireless network adapter on your computer, enter the following command (or similar) to the network.
connect.
wpa_supplicant -w -B -i eth2 -c /etc/wpa_supplicant/wpa_supplicant.conf -D wext
(For using wpa_supplicant, refer to man wpa_supplicant and man wpa_supplicant.conf commands)

Eklenme tarihi :19.07.2023 16:57:48
Son güncelleme : 19.07.2023 16:57:48