View previous topic :: View next topic |
Author |
Message |
pholthau Guru
Joined: 27 Nov 2005 Posts: 361 Location: Bielefeld, Germany
|
Posted: Sun Feb 26, 2006 11:38 am Post subject: wpa_supplicant and vpnc |
|
|
i am using a vpn secured connection at my university and my wlan at home is wpa secured.
now if i use modules=( "wpa_supplicant" ) it only lasts a few minutes until the connection times out.
if i use wireless tools, there is no timeout in hours.
versions:
Code: |
net-misc/vpnc-0.3.3-r1
net-wireless/wpa_supplicant-0.5.1
sys-apps/baselayout-1.12.0_pre16-r1
net-wireless/wireless-tools-28_pre14
|
so what could cause the timeout? |
|
Back to top |
|
|
remi2402 Retired Dev
Joined: 28 Jun 2003 Posts: 111 Location: Paris, France
|
Posted: Mon Feb 27, 2006 4:08 pm Post subject: |
|
|
could you post your wpa_supplicant.conf ?
Rémi |
|
Back to top |
|
|
pholthau Guru
Joined: 27 Nov 2005 Posts: 361 Location: Bielefeld, Germany
|
Posted: Mon Feb 27, 2006 8:38 pm Post subject: |
|
|
Code: |
illidan ~ # cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=1
network={
ssid="xxx"
scan_ssid=1
key_mgmt=WPA-PSK
psk="secret"
priority=5
}
network={
ssid="yyy"
scan_ssid=1
key_mgmt=WPA-PSK
psk="secret"
priority=5
}
network={
ssid="zzz"
key_mgmt=NONE
wep_key0="secret"
wep_tx_keyidx=0
priority=5
}
network={
ssid="unibi"
key_mgmt=NONE
}
|
|
|
Back to top |
|
|
remi2402 Retired Dev
Joined: 28 Jun 2003 Posts: 111 Location: Paris, France
|
Posted: Mon Mar 06, 2006 1:50 am Post subject: |
|
|
try putting ap_scan=0 instead of 1. Maybe it'll help.
Rémi |
|
Back to top |
|
|
-Ben- n00b
Joined: 23 Jan 2004 Posts: 73 Location: Worms
|
|
Back to top |
|
|
|