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

Re: mit WLAN ins Netz



--- Original-Nachricht ---
Absender: Sebastian Dellit
Datum: 12.06.2007 13:39

Das howto: http://zyrusthc.homeip.net/include.php?path=forum/showthread.php&threadid=183

Als erstes schaue ich mit iwconfig welche Adapter gefunden worden
sind. In meinem Fall ist es ein ralink rt2500 an eth1.

Hast Du den Treiber von Serialmonkey?
Wenn ja, dann ist es wlan0(1) und nicht eth1

Bei mir mit dem RT73 habe ich diese config

allow-hotplug wlan0
iface wlan0 inet static
address 192.168.182.2
netmask 255.255.255.0
gateway 192.168.182.1
network 192.169.182.0
        pre-up ifconfig wlan0 up
        pre-up ifconfig wlan0 down
        pre-up ifconfig wlan0 up
        pre-up iwconfig wlan0 essid xyz
        pre-up iwconfig wlan0 mode Managed
        pre-up iwpriv wlan0 set AuthMode=WPA2PSK
        pre-up iwpriv wlan0 set EncrypType=AES
        pre-up iwpriv wlan0 set WPAPSK="meinWPA2Key"
        pre-up iwconfig wlan0 essid xyz

Gruß

Dirk




Reply to: