From: "Kristofer T. Karas" <ktk@bigfoot.com>
To: Svein Erik Brostigen <svein.brostigen@oracle.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.4.1-pre8, webbrowsers and proxies...
Date: Wed, 17 Jan 2001 12:29:12 -0500 [thread overview]
Message-ID: <3A65D668.F746F2EE@bigfoot.com> (raw)
In-Reply-To: <3A6553F1.C1A87632@oracle.com>
Svein Erik Brostigen wrote:
> After compiling and booting into 2.4.1-pre8, I found some strange
> behaviour. I was not able to connect to any website using a http proxy.
The problem is not with your web client, it's with your connection to the
proxy. Your proxy doesn't want to talk to your machine. I am assuming that
the proxy does accept a connection when you are running kernel 2.2.x, but
rejects it under 2.4.x, correct? If this is not so (the proxy refuses you
regardless of kernel version) then you need to ask the proxy administrator;
it's their problem, not linux's.
But assuming the refused connections occur with 2.4.x, then what is most
likely happening is that you have compiled CONFIG_INET_ECN into your kernel.
As the documentation says, many firewalls (at notable sites) refuse
connections from machines with ECN enabled.
See if the file /proc/sys/net/ipv4/tcp_ecn exists when you are running 2.4.x.
If so, do 'echo 0 > /proc/sys/net/ipv4/tcp_ecn' and try your proxy again.
Kris
-
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/
prev parent reply other threads:[~2001-01-17 17:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-17 8:12 2.4.1-pre8, webbrowsers and proxies Svein Erik Brostigen
2001-01-17 17:29 ` Kristofer T. Karas [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=3A65D668.F746F2EE@bigfoot.com \
--to=ktk@bigfoot.com \
--cc=linux-kernel@vger.kernel.org \
--cc=svein.brostigen@oracle.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox