* Problem with networking in 2.4.0
@ 2001-01-17 13:06 snpe
2001-01-17 13:36 ` Jerry Frana
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: snpe @ 2001-01-17 13:06 UTC (permalink / raw)
To: linux-kernel
Hello,
I have got 2 Linux machine with kernel 2.4.0 i kernel 2.2.18.
I am in Belgrade , Yugoslavia and I can't access to any hosts :
for example, www.linux.co.yu (Island), www.skyrr.is, www.hotmail.com etc
Access is ok with kernel 2.2 even in a case when machine with 2.4 kernel is
masquerading host.
It doesn't work with any port.
Ping works.
I think that these hosts are behind CISCO PIX firewall.
I am not sure if it is related with seting kernel.
Regards
Haris Peco
snpe@infosky.net
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem with networking in 2.4.0
2001-01-17 13:06 Problem with networking in 2.4.0 snpe
@ 2001-01-17 13:36 ` Jerry Frana
2001-01-17 13:40 ` David Woodhouse
2001-01-17 19:12 ` J Sloan
2 siblings, 0 replies; 6+ messages in thread
From: Jerry Frana @ 2001-01-17 13:36 UTC (permalink / raw)
To: snpe; +Cc: linux-kernel
hi
have you tried
echo 0 > /proc/sys/net/ipv4/tcp_ecn ?
for some reason PIX firewalls act strangely when explicit congestion
notification is used...
hope this helps..
david F.
On Wed, 17 Jan 2001, snpe wrote:
> Hello,
>
> I have got 2 Linux machine with kernel 2.4.0 i kernel 2.2.18.
> I am in Belgrade , Yugoslavia and I can't access to any hosts :
>
> for example, www.linux.co.yu (Island), www.skyrr.is, www.hotmail.com etc
>
> Access is ok with kernel 2.2 even in a case when machine with 2.4 kernel is
> masquerading host.
> It doesn't work with any port.
> Ping works.
>
> I think that these hosts are behind CISCO PIX firewall.
>
> I am not sure if it is related with seting kernel.
>
> Regards
> Haris Peco
> snpe@infosky.net
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> Please read the FAQ at http://www.tux.org/lkml/
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem with networking in 2.4.0
2001-01-17 13:06 Problem with networking in 2.4.0 snpe
2001-01-17 13:36 ` Jerry Frana
@ 2001-01-17 13:40 ` David Woodhouse
2001-01-17 19:12 ` J Sloan
2 siblings, 0 replies; 6+ messages in thread
From: David Woodhouse @ 2001-01-17 13:40 UTC (permalink / raw)
To: snpe; +Cc: linux-kernel
snpe@infosky.net said:
> Access is ok with kernel 2.2 even in a case when machine with 2.4
> kernel is masquerading host. It doesn't work with any port. Ping
> works.
Read the FAQ again. More carefully this time. Pay close attention to
section 14.2
http://www.tux.org/lkml/
--
dwmw2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem with networking in 2.4.0
2001-01-17 13:06 Problem with networking in 2.4.0 snpe
2001-01-17 13:36 ` Jerry Frana
2001-01-17 13:40 ` David Woodhouse
@ 2001-01-17 19:12 ` J Sloan
2 siblings, 0 replies; 6+ messages in thread
From: J Sloan @ 2001-01-17 19:12 UTC (permalink / raw)
To: snpe; +Cc: linux-kernel
Try this shot in the dark:
echo "0" > /proc/sys/net/ipv4/tcp_ecn
jjs
snpe wrote:
> Hello,
>
> I have got 2 Linux machine with kernel 2.4.0 i kernel 2.2.18.
> I am in Belgrade , Yugoslavia and I can't access to any hosts :
>
> for example, www.linux.co.yu (Island), www.skyrr.is, www.hotmail.com etc
>
> Access is ok with kernel 2.2 even in a case when machine with 2.4 kernel is
> masquerading host.
> It doesn't work with any port.
> Ping works.
>
> I think that these hosts are behind CISCO PIX firewall.
>
> I am not sure if it is related with seting kernel.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem with networking in 2.4.0
@ 2001-01-18 21:32 Bill Crawford
2001-01-18 21:46 ` David Ford
0 siblings, 1 reply; 6+ messages in thread
From: Bill Crawford @ 2001-01-18 21:32 UTC (permalink / raw)
To: linux-kernel
In connection with connection failures using recent kernels, it often
seems to be related to ECN being enabled.
PIX firewalls seem to interpret the ECN option header as a source
route header (that's what it's logged as).
I got bitten by this at work ;·(
--
/* Bill Crawford, Unix Systems Developer, ebOne, formerly GTS Netcom */
#include "stddiscl.h"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problem with networking in 2.4.0
2001-01-18 21:32 Bill Crawford
@ 2001-01-18 21:46 ` David Ford
0 siblings, 0 replies; 6+ messages in thread
From: David Ford @ 2001-01-18 21:46 UTC (permalink / raw)
To: Bill Crawford; +Cc: linux-kernel
Bill Crawford wrote:
> In connection with connection failures using recent kernels, it often
> seems to be related to ECN being enabled.
>
> PIX firewalls seem to interpret the ECN option header as a source
> route header (that's what it's logged as).
>
> I got bitten by this at work ;·(
Cisco is aware of the ECN issues and has updates for their stuff.
-d
--
..NOTICE fwd: fwd: fwd: type emails will be deleted automatically.
"There is a natural aristocracy among men. The grounds of this are
virtue and talents", Thomas Jefferson [1742-1826], 3rd US President
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2001-01-18 21:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-17 13:06 Problem with networking in 2.4.0 snpe
2001-01-17 13:36 ` Jerry Frana
2001-01-17 13:40 ` David Woodhouse
2001-01-17 19:12 ` J Sloan
-- strict thread matches above, loose matches on Subject: below --
2001-01-18 21:32 Bill Crawford
2001-01-18 21:46 ` David Ford
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox