All of lore.kernel.org
 help / color / mirror / Atom feed
* server don't accept ip-connections from linux
@ 2006-12-13  9:26 Dieter Ferdinand
  2006-12-13 10:14 ` Bernd Eckenfels
  2006-12-14  0:12 ` Pete Harlan
  0 siblings, 2 replies; 3+ messages in thread
From: Dieter Ferdinand @ 2006-12-13  9:26 UTC (permalink / raw)
  To: linux-kernel

hello,
i have a big problem: some servers send a rst-packet or don't answer if i 
want to open a connection with them.

this happens with the web-server with ip 15.200.6.123 and my smc-
barricade router/printserver.

if i make a connection from windows or linux with kernel 2.2, it works, with 
kernel 2.4, i get a rst or no answer and the connection is closed.

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.

goodby

Schau auch einmal auf meine Homepage (http://go.to/dieter-ferdinand).
Dort findest du Information zu Linux, Novell, Win95, WinNT, ...


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: server don't accept ip-connections from linux
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Bernd Eckenfels @ 2006-12-13 10:14 UTC (permalink / raw)
  To: linux-kernel

In article <457FD55E.13765.202391D@dieter.ferdinand.gmx.de> you wrote:
> 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.

this is a problem on the remote site (old firewall software), nothing we
(linux kernel) can do about it. You might want to inform the owner of the
server about that.

Gruss
Bernd

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: server don't accept ip-connections from linux
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Pete Harlan @ 2006-12-14  0:12 UTC (permalink / raw)
  To: Dieter Ferdinand; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-12-14  0:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.