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

Re: Eintragungen WLAN mit WEP in interfaces



Hallo,
habe jetzt nach länger Suche und einigen Test es geschaft es zum laufen zu 
bringen. Habe alle drei Modis WEP / WPA(TKIP) / WPA2(AES) getestet und bei
mir hat es so super funktioniert!

Hier die Lösung in Form der /etc/network/interface

#################################################
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# Die normale Netzwerkkarte brauche ich nicht und ist auch
# gar nicht am Netzwerk angeschlossen 
# The primary network interface
# allow-hotplug eth0
# iface eth0 inet dhcp
# auto eth0

# Einstellungen für
# WPA2 - AES mit Pre-shared key 
auto rausb0
iface rausb0 inet dhcp
    pre-up ifconfig rausb0 up
    pre-up iwconfig rausb0 essid "WLAN-000000000000"
    pre-up iwconfig rausb0 mode Managed
    pre-up iwpriv rausb0 set AuthMode=WPA2PSK
    pre-up iwpriv rausb0 set EncrypType=AES
    pre-up iwpriv rausb0 set WPAPSK="0000000000000000"
    pre-up iwpriv rausb0 set SSID="WLAN-000000000000"

# Einstellungen für
# WPA - TKIP mit Pre-shared key
#auto rausb0
#iface rausb0 inet dhcp
#    pre-up ifconfig rausb0 up
#    pre-up iwconfig rausb0 essid "WLAN-000000000000"
#    pre-up iwconfig rausb0 mode Managed
#    pre-up iwpriv rausb0 set AuthMode=WPAPSK
#    pre-up iwpriv rausb0 set EncrypType=TKIP
#    pre-up iwpriv rausb0 set WPAPSK="0000000000000000"
#    pre-up iwpriv rausb0 set SSID="WLAN-000000000000"

# Einstellungen für
# WEP
#auto rausb0
#iface rausb0 inet dhcp
#       pre-up ifconfig rausb0 up
#       pre-up iwconfig rausb0 essid WLAN-000000000000
#       pre-up iwconfig rausb0 enc s:123abcDEFGHIJ 
#######################################################

Vielleicht hilft es ja mal jemandem.

Gruß
Walter



Reply to: