Unterschiede zwischen den Revisionen 1 und 2
Revision 1 vom 2010-12-07 13:47:25
Größe: 627
Autor: moenoel
Kommentar:
Revision 2 vom 2010-12-07 14:55:05
Größe: 692
Autor: moenoel
Kommentar:
Gelöschter Text ist auf diese Art markiert. Hinzugefügter Text ist auf diese Art markiert.
Zeile 15: Zeile 15:
}}}

 {{{
root@localhost# chmod 600 /etc/wpa_supplicant.conf

wpa_supplicant

/etc/wpa_supplicant.conf

  • network={
       key_mgmt=IEEE8021X
       eap=TTLS
       identity="user@informatik.uni-bremen.de"
       anonymous_identity="anonymous@informatik.uni-bremen.de"
       password="supersecretpassword"
       phase2="auth=MSCHAPv2"
       ca_cert="/etc/ssl/certs/deutsche-telekom-root-ca-2.pem"
       eapol_flags=0
    }
    root@localhost# chmod 600 /etc/wpa_supplicant.conf

Start

  • root@localhost# wpa_supplicant -c /etc/wpa_supplicant.conf -D wired -i eth0 -B \
    > -P /var/run/wpa_supplicant.pid
    root@localhost# dhclient -i eth0

Stop

  • root@localhost# kill `cat /var/run/wpa_supplicant.pid`

Dienste/E0KabelNetz/wpa_supplicant (zuletzt geändert am 2011-01-05 09:58:36 durch moenoel)