All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dimitar Katerinski <train@bofh.bg>
To: netfilter@lists.netfilter.org
Subject: Re: ip_conntrack_tcp Errors
Date: Mon, 28 Jun 2004 15:30:34 +0300	[thread overview]
Message-ID: <40E00F6A.2010604@bofh.bg> (raw)
In-Reply-To: <1088423237.13933.127.camel@spudgun.dhcp.internal>

Evgeni Vachkov wrote:
> Hi all,
> 
Hello Evgeni,

> When I load test one of our firewalls, when the concurrent connections
> reach arround 230, I am getting a lot of error messages as shown below.
> Mostly indicating that the server has sent an invalid SYN.  This is a
> heavy load firewall. I thought that increasing    
> ip_conntrack_max and ip_conntrack_buckets would help, but this wasnt the
> case. 
As stated with the previous posts, 230 concurent connections is very low number
indeed. Hence, manually tuning the ip_conntrack_max wont help either ;-).

> 
> The ip_conntrack version is 2.1.  kernel is v 2.4.26
> 
> Is that a problem with conntrack and its tunning or I am missing some
> patch? ...Or perhaps it is some other problem with other parts of the
> kernel? 
It seems to me that you have applied the tcp window tracking patch from pom-ng.
The problem is that the client and the server have done the first step of the
three way handshake, and are in sync, but the firewall for some reason is not.
So it drops the SYN/ACK, and thus forcing the client to retransmit its SYN and
initiate a new session (as descibed in the source code of the patch)

My advice is if you have applied this patch, to remove it, and test the load on the
firewall again.
> 
> Your quick help is greatly appreciated. 
Doing the best I can do ;-)
> 
> Regards,
> Evgeni Vachkov
> 

Regards,
Dimitar



-- 
"The only thing necessary for the triumph of evil is for good men to do nothing."
                                                   --Edmund Burke.


  parent reply	other threads:[~2004-06-28 12:30 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-28 11:47 ip_conntrack_tcp Errors Evgeni Vachkov
2004-06-28 12:04 ` Jozsef Kadlecsik
2004-06-28 12:29   ` Evgeni Vachkov
2004-06-28 12:47     ` Jozsef Kadlecsik
2004-06-28 12:05 ` Antony Stone
2004-06-28 12:30 ` Dimitar Katerinski [this message]
2004-06-28 12:45   ` Dimitar Katerinski
2004-06-28 12:55   ` Jozsef Kadlecsik
2004-06-28 14:40     ` Evgeni Vachkov
2004-06-29  7:55       ` Jozsef Kadlecsik
2004-06-29  9:30         ` Evgeni Vachkov
2004-06-29  9:52           ` Jozsef Kadlecsik
2004-06-28 15:45   ` Evgeni Vachkov
2004-06-29  7:46     ` Jozsef Kadlecsik
2004-06-30  9:25   ` ip_conntrack_tcp Errors - backing a patch Evgeni Vachkov
2004-06-30 12:58     ` Jozsef Kadlecsik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40E00F6A.2010604@bofh.bg \
    --to=train@bofh.bg \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.