wpa_supplicant.conf

--------------------------------------------

WPA2-Verschlüsselung

Um ein WPA2-verschlüsseltes Netzwerk zu nutzen, müssen in der /etc/wpa_supplicant/wpa_supplicant.conf

sudo vi /etc/wpa_supplicant/wpa_supplicant.conf

folgende Parameter eingetragen werden:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1

network={
    ssid="WLAN-NAME_1"
    psk="WLAN-SCHLUESSEL_1"
    proto=RSN
    scan_ssid=1
    key_mgmt=WPA-PSK
    pairwise=CCPM
    group=TKIP
}
---------------------------------

Source/Quellen:
Wi-Fi Setup without Keyboard and display (headless)
WLAN-Verbindungsdaten einrichten über die wpa_supplicant.conf
-
-
-
-
-
-