WLAN: Unterschied zwischen den Versionen

aus dem Wiki des Entropia e.V., CCC Karlsruhe
(Die Seite wurde neu angelegt: „Man mag es kaum glauben, aber auch wir haben in unseren Clubräumen so etwas neumodisches wie '''WLAN'''! == WPA2 == * entropia-crypt-g * entropia-crypt-an '…“)
 
Zeile 12: Zeile 12:


'''Protokoll:''' EAP-TTLS<br />
'''Protokoll:''' EAP-TTLS<br />
'''Phase 2:''' PAP
'''Phase 2:''' PAP<br />
'''Alt. Subject Name:''' radius.club.entropia.de


'''Benutzername:''' anonymous@entropia.de<br />
'''Benutzername:''' anonymous@entropia.de<br />
'''Passwort:''' wie bei WPA2
'''Passwort:''' wie bei WPA2
=== Beispielconfig ===
==== Linux ====
network = {
  ssid="entropia-enterprise-an"
  key_mgmt=WPA-EAP
  eap=TTLS
  identity="anonymous@entropia.de"
  password=""
  ca_path="/etc/ssl/certs/"
  altsubject_match="DNS:radius.club.entropia.de"
  phase2="auth=PAP"
}
==== macOS ====
Ein WLAN Profil kann [https://entropia.de/Datei:Entropias_Enterprise_WLAN_Profil.mobileconfig.zip hier] heruntergeladen werden.

Version vom 16. Oktober 2016, 22:08 Uhr

Man mag es kaum glauben, aber auch wir haben in unseren Clubräumen so etwas neumodisches wie WLAN!

WPA2

  • entropia-crypt-g
  • entropia-crypt-an

Passwort: im Club erfragen

802.1X

  • entropia-enterprise-g
  • entropia-enterprise-an

Protokoll: EAP-TTLS
Phase 2: PAP
Alt. Subject Name: radius.club.entropia.de

Benutzername: anonymous@entropia.de
Passwort: wie bei WPA2

Beispielconfig

Linux

network = {
 ssid="entropia-enterprise-an"
 key_mgmt=WPA-EAP
 eap=TTLS
 identity="anonymous@entropia.de"
 password=""
 ca_path="/etc/ssl/certs/"
 altsubject_match="DNS:radius.club.entropia.de"
 phase2="auth=PAP"
}

macOS

Ein WLAN Profil kann hier heruntergeladen werden.