Ich habe ein Problem beim connecten zum WLAN-Hotspot an meiner Uni. Der Verbindungsaufbau läuft über VPN mit dem vpnclient von Cisco. Conf-files mit den WLAN-Zugangsdaten stellt das Rechenzentrum bzw eben die Uni.
Ich hab auf meinem Centrino-Laptop (Acer Travelmate 661) Debian Sarge mit 2.6.11 er Kernel und den ipw2100-Treiber für meine WLAN-Karte installiert. Wireless Extensions sind installiert und die WLAN-Karte wird auch als eth1 erkannt.
Code: Alles auswählen
etc/network/interfaces
#auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static //Einwahl zuhause per HW-Router
address 192....
netmask 255...
network 192...
broadcast 192...
gateway 192...
auto eth1
iface eth1 inet dhcp
Code: Alles auswählen
ridcully:/usr/local/bin#./vpnclient connect uni-wlan
Cisco Systems VPN Client Version 4.0.4 (B)
Copyright (C) 1998-2003 Cisco Systems, Inc. All Rights Reserved.
Client Type(s): Linux
Running on: Linux 2.6.11 #3 Fri Apr 29 09:57:21 CEST 2005 i686
bind: Cannot assign requested address
bind: dst addr 127.0.0.1 port 29748
The application was unable to communicate with the VPN sub-system.
ridcully:/usr/local/bin#
Jemand ne Idee worans hapert? Und was macht die loopback-Addresse da im VPN-Client