OpenWrt Forum Archive

Topic: Internet problem every 4-5 minutes with cisco anyconnect client vpn

The content of this topic has been archived on 2 Jan 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hello,
Recently i switched my dsl to uverse att and I set the uverse to dmz mode.
The openwrt gets wan public ip address through the dhcp from the uverse.(it is always same Ip)
my laptop is connected to openwrt through wireless (same problem with lan)
Every 4 or 5 minutes my vpn client looses connection and must reconnect.
When I switch to wireless AP that is on the uverse box I have no problems.
Also, i experience problems with internet being slow. Kind of like the router (openwrt) would be sometimes passing sometimes not passing the traffic. Any ideas?

I am running:

BusyBox v1.11.2 (2009-09-06 23:21:43 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
|       |.-----.-----.-----.|  |  |  |.----.|  |_
|   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
|_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
KAMIKAZE (8.09.2-RC2, r17574) -------------------------
  * 10 oz Vodka       Shake well with ice and strain
  * 10 oz Triple sec  mixture into 10 shot glasses.
  * 10 oz lime juice  Salute!
---------------------------------------------------
root@OpenWrt:~# uname -r
2.4.35.4
root@OpenWrt:~#

I also noticed that is if start a download that is lets say 100M it will stop downloading around 60-80M.
I must restart the download and hope that it will complete.  If i switch directly to Uverse ATT wireless router i have no problems and download completes fine.
I am not sure how to troubleshoot that?
Is it the iptable,kernel  that is not working correctly? It looks like the router blocks connection or is not able to keep track of them?
Any ideas where to start?

Anyone?

Check "logread" and look for frequently occuring messages related to dhcp or firewall.

~ JoW

(Last edited by jow on 3 Jan 2010, 02:44)

This is what i found out from the capture both on the laptop and the router.
On the laptop:
it send the acks for the next packet , receives reassembled segment and sends another ack which never gets to the outside work and immediately after that there is a icmp message that says that destination is not available (the site from which i was downloading file)

when i look at the packets on the wan interface on the router i see:
it sends out same ack and it receives same reassembled packet, but it also receives two more reassembled packets that are never forwarded to the pc behind nat,
just after those the router decides to sent RESET , but it was never send by the laptop.

so i guess it is a rst send by the router that terminates the connection. But why the router sends reset? Is it because it cannot see the laptop anymore or the kernel routing does not work correctly and brakes at this point?

see http://yfrog.com/59imagehej
for the last packets on the wireshark i explained above
i deleted my wan ip

thx

(Last edited by blwegrzyn on 19 Jan 2010, 06:13)

i did the upgrade to latest x-wrt and it works fine now,

The discussion might have continued from here.