All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [LARTC] linux 2.4.3
@ 2001-04-20 12:20 Ramin Alidousti
  2001-04-20 12:29 ` Mehul Vora
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ramin Alidousti @ 2001-04-20 12:20 UTC (permalink / raw)
  To: lartc

What do you mean by all the applications? If you're having problems
with TCP based applications, it's probably due to the ECN option on
TCP. Turn it off, recompile the kernel and you should be OK.

Ramin

On Fri, Apr 20, 2001 at 05:47:04PM +0530, Mehul Vora wrote:

> hii all,
> 
> sorry for posting a kernel related query... but ill appreciate if someone could please help me out...
> 
> i am running redhat linux 7.0 with kernel 2.2.16... i downloaded kernel 2.4.3 from web and compiled and booted through that... but strangely so, all my application level programs fail to run... i can ping to a machine, but i cant telnet/ftp/web... it says connection refused... any ideas?
> 
> cheers
> mehul

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* [LARTC] linux 2.4.3
  2001-04-20 12:20 [LARTC] linux 2.4.3 Ramin Alidousti
@ 2001-04-20 12:29 ` Mehul Vora
  2001-04-20 12:58 ` RoMaN SoFt / LLFB!!
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Mehul Vora @ 2001-04-20 12:29 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

hii all,

sorry for posting a kernel related query... but ill appreciate if someone could please help me out...

i am running redhat linux 7.0 with kernel 2.2.16... i downloaded kernel 2.4.3 from web and compiled and booted through that... but strangely so, all my application level programs fail to run... i can ping to a machine, but i cant telnet/ftp/web... it says connection refused... any ideas?

cheers
mehul

[-- Attachment #2: Type: text/html, Size: 961 bytes --]

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

* Re: [LARTC] linux 2.4.3
  2001-04-20 12:20 [LARTC] linux 2.4.3 Ramin Alidousti
  2001-04-20 12:29 ` Mehul Vora
@ 2001-04-20 12:58 ` RoMaN SoFt / LLFB!!
  2001-04-20 20:03 ` Wil Cooley
  2001-04-20 20:33 ` Ramin Alidousti
  3 siblings, 0 replies; 5+ messages in thread
From: RoMaN SoFt / LLFB!! @ 2001-04-20 12:58 UTC (permalink / raw)
  To: lartc

On Fri, 20 Apr 2001 08:20:57 -0400, you wrote:

>What do you mean by all the applications? If you're having problems
>with TCP based applications, it's probably due to the ECN option on
>TCP. Turn it off, recompile the kernel and you should be OK.
>
>Ramin

 Also read /usr/src/linux/Documentation/Changes, because you'll have
to update some packets (apart from kernel) like modutils! If not all
services using modules will fail.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    ** RoMaN SoFt / LLFB **  
       roman@madrid.com
   http://pagina.de/romansoft
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

* Re: [LARTC] linux 2.4.3
  2001-04-20 12:20 [LARTC] linux 2.4.3 Ramin Alidousti
  2001-04-20 12:29 ` Mehul Vora
  2001-04-20 12:58 ` RoMaN SoFt / LLFB!!
@ 2001-04-20 20:03 ` Wil Cooley
  2001-04-20 20:33 ` Ramin Alidousti
  3 siblings, 0 replies; 5+ messages in thread
From: Wil Cooley @ 2001-04-20 20:03 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 947 bytes --]

Thus spake Ramin Alidousti:
> What do you mean by all the applications? If you're having problems
> with TCP based applications, it's probably due to the ECN option on
> TCP. Turn it off, recompile the kernel and you should be OK.

You can also add to /etc/sysctl.conf:

# Disables explicit congestion notification
net.ipv4.tcp_ecn = 0

And reload with 'sysctl -p'.  (Or of course 'echo 0 >
/proc/sys/net/ipv4/tcp_ecn')  No need to rebuild your kernel.

Wil
-- 
W. Reilly Cooley                         wcooley@nakedape.cc
Naked Ape Consulting                      http://nakedape.cc
LNXS: Linux/GNU for servers, networks, and   http://lnxs.org
people who take care of them.  *Now with integrated crypto!*
irc.openprojects.net                                   #lnxs

The penalty for laughing in a courtroom is six months in jail; if it
were not for this penalty, the jury would never hear the evidence.
		-- H. L. Mencken

[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

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

* Re: [LARTC] linux 2.4.3
  2001-04-20 12:20 [LARTC] linux 2.4.3 Ramin Alidousti
                   ` (2 preceding siblings ...)
  2001-04-20 20:03 ` Wil Cooley
@ 2001-04-20 20:33 ` Ramin Alidousti
  3 siblings, 0 replies; 5+ messages in thread
From: Ramin Alidousti @ 2001-04-20 20:33 UTC (permalink / raw)
  To: lartc

On Fri, Apr 20, 2001 at 01:03:46PM -0700, Wil Cooley wrote:

> Thus spake Ramin Alidousti:
> > What do you mean by all the applications? If you're having problems
> > with TCP based applications, it's probably due to the ECN option on
> > TCP. Turn it off, recompile the kernel and you should be OK.
> 
> You can also add to /etc/sysctl.conf:
> 
> # Disables explicit congestion notification
> net.ipv4.tcp_ecn = 0
> 
> And reload with 'sysctl -p'.  (Or of course 'echo 0 >
> /proc/sys/net/ipv4/tcp_ecn')  No need to rebuild your kernel.
> 
> Wil

duh-- what was I thinking??

Ramin

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/

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

end of thread, other threads:[~2001-04-20 20:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-20 12:20 [LARTC] linux 2.4.3 Ramin Alidousti
2001-04-20 12:29 ` Mehul Vora
2001-04-20 12:58 ` RoMaN SoFt / LLFB!!
2001-04-20 20:03 ` Wil Cooley
2001-04-20 20:33 ` Ramin Alidousti

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.