WLAN: Unterschied zwischen den Versionen

Schinken (Diskussion | Beiträge)
Schinken (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
Anbei die WLAN konfiguration für verschiedene Netzwerk-Manager:
 
{{Ambox|text=This is currently in beta phase! We're going to provide a certificate soon!}}
 


== netctl ==
== netctl ==
Zeile 46: Zeile 48:
[[Datei:WiFi Settings - backspace 8021x.png|400px]]
[[Datei:WiFi Settings - backspace 8021x.png|400px]]


Ignore the certificate warning as long as we don't provide our certificate.
Ignore the certificate warning as long as we don't provide a certificate.


[[Datei:WiFi - Certificate-Warning.png|400px]]
[[Datei:WiFi - Certificate-Warning.png|400px]]

Version vom 17. Januar 2016, 16:32 Uhr


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 as long as we don't provide a certificate.