[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Anfängerfrage /etc/network/interfaces



Hallo Horst,

Am 01.01.2013 11:30, schrieb Horst Felder:

auto wlan0
iface wlan0 inet dhcp
wpa-ssid Rattus-Rex-Network
wpa-psk IstDochEgalIstDochEgal

statt dem "auto wlan0" kannst Du mal
"allow-hotplug wlan0"
versuchen.

Allerdings ist auch der WPA-Supplicant dafür mitverantwortlich.

Deshalb sieht die Datei an der Stelle bei mir so aus:

allow-hotplug wlan0
iface wlan0 inet dhcp
	wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
	wpa-driver wext

Dazu gibt es eine /etc/wpa/wpa_supplicant.conf:

network={
    ssid="Wie auch immer"
    scan_ssid=1
    psk="hochgeheim"
    key_mgmt=WPA-PSK
    pairwise=CCMP
    group=CCMP
    proto=WPA2
}

Nach einer Trennung dauert es allerdings ein bisschen bis sich die beiden wiederfinden.
Vielleicht klappt es bei Dir ja so.


Bye Torsten.


Reply to: