All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Harlan <harlan@artselect.com>
To: Dieter Ferdinand <dieter.ferdinand@gmx.de>
Cc: linux-kernel@vger.kernel.org
Subject: Re: server don't accept ip-connections from linux
Date: Wed, 13 Dec 2006 18:12:47 -0600	[thread overview]
Message-ID: <20061214001247.GA26676@artselect.com> (raw)
In-Reply-To: <457FD55E.13765.202391D@dieter.ferdinand.gmx.de>

On Wed, Dec 13, 2006 at 10:26:38AM +0000, Dieter Ferdinand wrote:
> i don't know, what is the difference of the tcp-packets from windows/kernel 
> 2.2 and linux with kernel 2.4. but with kernel 2.4 i have trouble with some 
> servers.
> 
> i check the packets with an analyser and make some test. if i disable ecn 
> with "echo 0x0 > /proc/sys/net/ipv4/tcp_ecn" it works, with ecn enabled, it 
> don't work.

With kernel 2.6.17.13 or higher, you can limit the scaling factor for
that broken host with:

	THEIR_IP=1.2.3.4
	MY_GATEWAY=5.6.7.8

	ip route add $THEIR_IP/32 via $MY_GATEWAY window 65535

which limits window scaling for that destination without interfering
with your other connections.

--Pete

      parent reply	other threads:[~2006-12-14  0:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-13  9:26 server don't accept ip-connections from linux Dieter Ferdinand
2006-12-13 10:14 ` Bernd Eckenfels
2006-12-14  0:12 ` Pete Harlan [this message]

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=20061214001247.GA26676@artselect.com \
    --to=harlan@artselect.com \
    --cc=dieter.ferdinand@gmx.de \
    --cc=linux-kernel@vger.kernel.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.