Skip to content
Snippets Groups Projects
Commit de214c73 authored by Noel Dan Le's avatar Noel Dan Le
Browse files

Add setup for eduroam

parent 4e5c092a
No related merge requests found
Einrichtung der Verbindung mit Eduroam unter Linux Ubuntu (command line):
Der allgemeine Prozess wird hier ausführlich beschrieben:
https://www.cms.hu-berlin.de/de/dl/netze/wlan/config/eduroam/linux/eduroam-linux-wpa_supp.pdf
0. Vorbereitung
Herausfinden der WLAN-Karten ID
z.B. nmcli d (im Fall von ODROID: wlan0)
1.
Es werden folgende Dateinen benötigt:
http://www.cms.hu-berlin.de/dl/netze/wlan/config/eduroam/deutsche-telekom-root-ca-2.crt
http://www.cms.hu-berlin.de/dl/netze/wlan/config/eduroam/linux/wpa_supplicant.conf
Kopieren nach /etc/wpa_supplicant
2. Editieren von wpa_supplicant.conf
Ersetzen von YourNameHere durch z.B. foobar@informatik.hu-berlin.de
Ersetzen von YourPasswordHere durch das entsprechende Password, alternativ Zeile löschen
3.
root@odroid: sudo service network-manager stop
root@odroid: sudo wpa_supplicant -i wlan0 -D wext -c /etc/wpa_supplicant/wpa_supplicant.conf -d
Falls die Passwortzeile gelöscht wurde: in neuer Konsole
root@odroid: sudo wpa_cli
4.
Um die Änderungen permanent zu machen:
sudo vim /etc/network/interfaces
auto wlan0
root@odroid: iface wlan0 inet dhcp
root@odroid: wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
-------------------------
Auf dem ODROID wurde bereits die Verbindung mit Eduroam eingerichtet (truongph)
root@odroid: wpa_cli
> password 0 <YourPassword>
Falls das Passwort unbekannt ist, ändern des Namens in der wpa_supplicant.conf
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment