Hi folks,
i have a strange behaviour i cannot explain.
I set up a WRT54G V2.0 with RC4 as a WPA client of a Zyxel Prestige 620. The Wrt acts as a router, with quagga and ripd (which the zyxel supports as well). I do not have or need the firewall, so i deleted the firewall init-script.
This works just fine until the connection disconnects after about 5 to 10 minutes.
When i start "/sbin/wifi", the connection comes up again. I cannot see any messages in the logs or errors with iwconfig.
Any hints where to look?
TIA,
Stephan
Here some infos abot my config:
----
root@hydra:~# nvram show|grep wl0_
size: 1190 bytes (31578 left)
wl0_akm=psk
wl0_infra=1
wl0_ifname=eth1
wl0_mode=sta
wl0_ssid=mu
wl0_wpa_psk=<mypasshere>
wl0_wep=disabled
wl0_wpa_gtk_rekey=1800 # i changed this. previously it was default 3600, no diff in behaviour.
wl0_radio=1
wl0_channel=2
wl0_crypto=tkip
----
root@hydra:~# nvram show|grep wifi
size: 1190 bytes (31578 left)
wifi_gateway=10.1.1.1
wifi_netmask=255.255.255.0
wifi_proto=static
wifi_dns=10.1.1.1
wifi_ipaddr=10.1.1.2
wifi_ifname=eth1
root@hydra:~#
----
