WLAN: Unterschied zwischen den Versionen
Chrisu (Diskussion | Beiträge) |
|||
Zeile 26: | Zeile 26: | ||
[[Datei:Wifi-android-8021x.png|200px]] | [[Datei:Wifi-android-8021x.png|200px]] | ||
+ | |||
+ | == Linux - NetworkManager == | ||
+ | |||
+ | [[Datei:WiFi Settings - backspace 8021x.png|400px]] | ||
+ | Ignore the certificate warning message! (or select StartSSL.com certificate in the window before) | ||
+ | [[Datei:WiFi - Certificate-Warning.png|400px]] |
Version vom 17. Januar 2016, 17:27 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"'
)
Android
Linux - NetworkManager
Ignore the certificate warning message! (or select StartSSL.com certificate in the window before)