WLAN: Unterschied zwischen den Versionen
Chrisu (Diskussion | Beiträge) |
|||
Zeile 21: | Zeile 21: | ||
'phase2="auth=PAP"' | 'phase2="auth=PAP"' | ||
) | ) | ||
+ | </syntaxhighlight> | ||
+ | |||
+ | == wpa_supplicant == | ||
+ | |||
+ | Add to '''/etc/wpa_supplicant/wpa_supplicant.conf''': | ||
+ | |||
+ | <syntaxhighlight line enclose="div"> | ||
+ | network={ | ||
+ | ssid="backspace 802.1x" | ||
+ | key_mgmt=WPA-EAP | ||
+ | eap=TTLS | ||
+ | identity="USERNAME" | ||
+ | password="YOUR_PASSWORD" | ||
+ | phase2="auth=PAP" | ||
+ | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Version vom 17. Januar 2016, 17:29 Uhr
Anbei die WLAN konfiguration für verschiedene Netzwerk-Manager:
netctl
Datei anlegen unter /etc/netctl/$interfacename-backspace_8021x. netctl-auto muss ggf neu gestartet werden
Description='backspace WPA2 802.1X'
Interface=wlp3s0
Connection=wireless
Security=wpa-configsection
IP=dhcp
ESSID="backspace 802.1x"
WPAConfigSection=(
'ssid="backspace 802.1x"'
'proto=RSN WPA'
'key_mgmt=WPA-EAP'
'eap=TTLS'
'identity="USERNAME"'
'password="YOUR_PASSWORD"'
'phase2="auth=PAP"'
)
wpa_supplicant
Add to /etc/wpa_supplicant/wpa_supplicant.conf:
network={
ssid="backspace 802.1x"
key_mgmt=WPA-EAP
eap=TTLS
identity="USERNAME"
password="YOUR_PASSWORD"
phase2="auth=PAP"
}
Android
Linux - NetworkManager
Ignore the certificate warning message! (or select StartSSL.com CA-Certificate in the window before)