On Wed, Sep 01, 2004 at 07:19:05PM +0530, Rohit Neupane wrote: <snip> > I have around 350-400 wireless clients with over 10Mbps traffic at peak > hours. > These days I have observed some abnormal behavior. <snip> > The problem is: > Everything works fine for about 5-10 mins then all of a suddent TCP > services are not accessable. For some reason TCP times out. However > at the same time ping,tracerout and dns trace works without any > problem. I suspect you've reached some kind of maximum session count; either in Linux or in netfilter. I expect you can alter this using sysctl, or writing directly to /proc, but unhelpfully I can't see where this is specifically set. It might help others solve your problem if you post the result of iptstate -s -t | head here. Or try wc -l /proc/net/ip_conntrack if "iptstate" isn't installed. Though I'm not *that* familiar with the contents of ip_conntrack, someone may way to advise on a filter that will only show the relevant connections. -- mors omnia vincit