WLAN: Unterschied zwischen den Versionen
Zeile 46: | Zeile 46: | ||
[[Datei:WiFi Settings - backspace 8021x.png|400px]] | [[Datei:WiFi Settings - backspace 8021x.png|400px]] | ||
− | Ignore the certificate warning | + | Ignore the certificate warning as long as we don't provide our certificate. |
[[Datei:WiFi - Certificate-Warning.png|400px]] | [[Datei:WiFi - Certificate-Warning.png|400px]] |
Version vom 17. Januar 2016, 17:31 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 as long as we don't provide our certificate.