public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* RE: hotmail not dealing with ECN
@ 2001-01-26 16:04 Randal, Phil
  2001-01-26 16:37 ` Lars Marowsky-Bree
                   ` (3 more replies)
  0 siblings, 4 replies; 98+ messages in thread
From: Randal, Phil @ 2001-01-26 16:04 UTC (permalink / raw)
  To: Linux-Kernel (E-mail)

James Sutherland wrote:

> Except you can't retry without ECN, because DaveM wants to do 
> a Microsoft and force ECN on everyone, whether they like it
> or not. If ECN is so wonderful, why doesn't anybody actually
> WANT to use it anyway?

And there's the rub.  Whether ECN is wonderful or not, attempting
to force it on everyone, whether they like it or not, whether
(for whatever reason) they are able to upgrade their firewalls
to handle ECN appropriately or not, is a recipe for a "Great
Linux Public Relations Disaster".

Because if we do try to force it, the response which will come
back won't be "Linux is wonderful, it conforms to the standards".
It will be "Linux sucks, we can't connect to xyz.com with it (or
we can't connect because to xyz.com they run it)".

We may be right, "they" may be wrong, but in the real world
arrogance rarely wins anyone friends.

Just my 2p worth,

Phil

(speaking for myself and not my employer)

---------------------------------------------
Phil Randal
Network Engineer
Herefordshire Council
Hereford, UK
-
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] 98+ messages in thread
* Re: hotmail not dealing with ECN
@ 2001-01-27 18:55 Bernd Eckenfels
  0 siblings, 0 replies; 98+ messages in thread
From: Bernd Eckenfels @ 2001-01-27 18:55 UTC (permalink / raw)
  To: linux-kernel

In article <3A713B3F.24AC9C35@idb.hist.no> you wrote:
>> Think of yourself as a firewall author now.  You come across this, and
>> go, "these bits aren't used now; this means noone should be setting
>> them.  I have no guarantee that anything in the future isn't going to use
>> these bits for something that isn't going to override the security of my
>> system."

> So, no reason for a firewall author to check these bits.

Read it again.

Firewalls must drop Data which is violating the protocol and they must in
Addition to that even drop Data which is not violating the protocol but beeing
suspicious of triggering errors at the receiver side. And Reserved Bit's are
clearly a Thing you, as a Firewall Vendor will block as long as you don't be
sure that the computers you want to secure don't break.

A good example are valid (according to the protocol) chars in email addressses
like '!'. Even if it is perfectly valid you will not consider a firewall do
pass it, or?

Well, of course the best solution would be to make this configurable, but I
guess thats a problem ith recent commercial Firewalls, they promise PnP
security and dont want to confuse the users with too many settings.

After all it is a good idea to leave some decisions to educated professionals
than to normal Firewall admins.

Greetings
Bernd
-
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] 98+ messages in thread
[parent not found: <980523239.30846@whiskey.enposte.net>]
* Re: hotmail not dealing with ECN
@ 2001-01-26 17:53 Adam J. Richter
  2001-01-26 17:57 ` H. Peter Anvin
                   ` (2 more replies)
  0 siblings, 3 replies; 98+ messages in thread
From: Adam J. Richter @ 2001-01-26 17:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: davem, hpa

	I am surprised that anyone is seriously considering denying
service to sites that do not implement an _experimental_ facility
and have firewalls that try to play things safe by dropping packets
which have 1's in bit positions that in the RFC "must be zero."

	If Microsoft were to do this with their favorite experimental
network extensions for msnbc.com, how do you think the non-Microsoft
world would feel and react?  Well, that's about how the rest of
the world is likely to view this.

	That said, I wonder if some tweak to the Linux networking
stack is possible whereby it would automatically disable ECN and retry
on per socket basis if the connection establishment otherwise seems to
be timing out.  This may be tricky given that the purpose of this
facility is congestion notification, but, if someone is smart enough
to be able to implement this, it would provide a much less disruptive
migration path for adoption across firewalls that drop these packets.
Far more sites could then safely activate this feature without limiting
the hosts that they can reach.

Adam J. Richter     __     ______________   4880 Stevens Creek Blvd, Suite 104
adam@yggdrasil.com     \ /                  San Jose, California 95129-1034
+1 408 261-6630         | g g d r a s i l   United States of America
fax +1 408 261-6631      "Free Software For The Rest Of Us."
-
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] 98+ messages in thread
* Re: hotmail not dealing with ECN
@ 2001-01-26  7:53 Bernd Eckenfels
  0 siblings, 0 replies; 98+ messages in thread
From: Bernd Eckenfels @ 2001-01-26  7:53 UTC (permalink / raw)
  To: linux-kernel

In article <14960.54852.630103.360704@pizda.ninka.net> you wrote:
> RFC793, where is lists the unused flag bits as "reserved".
> That is pretty clear to me.  It just has to say that
> they are reserved, and that is what it does.

Actually I read somehwre "must be 0", but I am afraid dont know where anymore.
anyway, it does not say "must be checked for zero".

Greetings
Bernd
-
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] 98+ messages in thread
* Re: hotmail not dealing with ECN
@ 2001-01-25 17:26 Bernd Eckenfels
  0 siblings, 0 replies; 98+ messages in thread
From: Bernd Eckenfels @ 2001-01-25 17:26 UTC (permalink / raw)
  To: linux-kernel

In article <Pine.LNX.4.21.0101250041440.1498-100000@srv2.ecropolis.com> you wrote:
> Just curious if others have noticed that hotmail is unable to deal with
> ECN and wondering if this is a standard that should be encouraged, as in
> should I tell hotmail that perhaps they should look into supporting it, or
> should I not waste my breath and echo 0 > /proc/sys/net/ipv4/tcp_ecn?

I told them by mail that they have a small problem which will get bigger. I
think it is best if everyone who has problems with it tell them.

Greetings
Bernd
-
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] 98+ messages in thread
* hotmail not dealing with ECN
@ 2001-01-25  5:43 Jeremy Hansen
  2001-01-25  7:37 ` Juri Haberland
  2001-01-25 23:31 ` H. Peter Anvin
  0 siblings, 2 replies; 98+ messages in thread
From: Jeremy Hansen @ 2001-01-25  5:43 UTC (permalink / raw)
  To: linux-kernel


Just curious if others have noticed that hotmail is unable to deal with
ECN and wondering if this is a standard that should be encouraged, as in
should I tell hotmail that perhaps they should look into supporting it, or
should I not waste my breath and echo 0 > /proc/sys/net/ipv4/tcp_ecn?

thanks
-jeremy


--
this is my sig.

-
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] 98+ messages in thread

end of thread, other threads:[~2001-01-31 16:45 UTC | newest]

Thread overview: 98+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-26 16:04 hotmail not dealing with ECN Randal, Phil
2001-01-26 16:37 ` Lars Marowsky-Bree
2001-01-26 17:14   ` James Sutherland
2001-01-26 23:25     ` Daniel Chemko
2001-01-26 19:43       ` Chris Meadors
2001-01-29 14:57         ` Thunder from the hill
2001-01-26 17:18   ` Tony Hoyle
2001-01-26 18:42     ` Henning P. Schmiedehausen
2001-01-31 16:45     ` Alan Cox
2001-01-26 22:37   ` Albert D. Cahalan
2001-01-26 17:28 ` Miquel van Smoorenburg
2001-01-26 21:21 ` David Ford
2001-01-29  9:42 ` Helge Hafting
  -- strict thread matches above, loose matches on Subject: below --
2001-01-27 18:55 Bernd Eckenfels
     [not found] <980523239.30846@whiskey.enposte.net>
2001-01-26 21:52 ` Stuart Lynne
2001-01-26 21:59   ` Michael H. Warfield
2001-01-27  9:48     ` Matti Aarnio
2001-01-26 17:53 Adam J. Richter
2001-01-26 17:57 ` H. Peter Anvin
2001-01-26 18:15 ` Alan Shutko
2001-01-26 18:32 ` Graham Murray
2001-01-26  7:53 Bernd Eckenfels
2001-01-25 17:26 Bernd Eckenfels
2001-01-25  5:43 Jeremy Hansen
2001-01-25  7:37 ` Juri Haberland
2001-01-25  9:06   ` David S. Miller
2001-01-26  1:12   ` Lincoln Dale
2001-01-25 23:31 ` H. Peter Anvin
2001-01-26  1:30   ` David S. Miller
2001-01-26  1:38     ` H. Peter Anvin
2001-01-26  1:43       ` David S. Miller
2001-01-26  1:49         ` H. Peter Anvin
2001-01-26  2:10           ` David S. Miller
2001-01-26  2:15             ` H. Peter Anvin
2001-01-26  8:54               ` Helge Hafting
2001-01-26 18:04                 ` Rick Jones
2001-01-27  7:11                   ` Rusty Russell
2001-01-31 10:56                   ` Alan Cox
2001-01-27  4:10                 ` David Wagner
2001-01-27  4:59                   ` Brian May
2001-01-27 18:18                   ` Frank v Waveren
2001-01-27 19:20                     ` Gregory Maxwell
2001-01-27 19:22                       ` Frank v Waveren
2001-01-27 19:58                       ` Jamie Lokier
2001-01-27 20:14                         ` Gregory Maxwell
2001-01-27 22:18                           ` David Schwartz
2001-01-27 23:09                             ` James Sutherland
2001-01-28  0:11                               ` Gregory Maxwell
2001-01-28  1:10                                 ` Dominik Kubla
2001-01-28  8:48                                 ` James Sutherland
2001-01-28  0:06                             ` Gregory Maxwell
2001-01-28  3:27                               ` David Schwartz
2001-01-28  0:58                     ` David Lang
2001-01-26  2:24             ` Johannes Erdfelt
2001-01-26  3:03             ` Brian May
2001-01-26  5:06             ` Jeremy M. Dolan
2001-01-26 14:04               ` Florian Weimer
2001-01-27 10:00           ` Rogier Wolff
2001-01-31 10:46           ` Alan Cox
2001-01-26 10:37     ` Matti Aarnio
2001-01-26 11:32       ` David S. Miller
2001-01-26 11:40         ` James Sutherland
2001-01-26 11:44           ` Lars Marowsky-Bree
2001-01-26 13:44             ` James Sutherland
2001-01-26 14:44               ` Lars Marowsky-Bree
2001-01-26 15:03                 ` Jamie Lokier
2001-01-26 15:14                   ` David S. Miller
2001-01-26 15:24                     ` Jamie Lokier
2001-01-26 15:16                   ` Dominik Kubla
2001-01-26 15:27                     ` Jamie Lokier
2001-01-26 22:26                       ` Dominik Kubla
2001-01-26 22:30                         ` H. Peter Anvin
2001-01-26 15:35                     ` Marian Jancar
2001-01-26 16:28                   ` H. Peter Anvin
2001-01-28  1:59                   ` Dax Kelson
2001-01-28 16:51                     ` Jamie Lokier
2001-01-26 11:50           ` David S. Miller
2001-01-26 13:52             ` James Sutherland
2001-01-26 13:54               ` David S. Miller
2001-01-26 14:12                 ` Jamie Lokier
2001-01-26 15:08                 ` James Sutherland
2001-01-26 15:13                   ` Lars Marowsky-Bree
2001-01-26 15:29                     ` James Sutherland
2001-01-26 15:55                       ` Chris Ricker
2001-01-26 18:37                         ` Henning P. Schmiedehausen
2001-01-26 19:17                           ` Matti Aarnio
2001-01-26 19:55                       ` Jeremy M. Dolan
2001-01-26 15:34                     ` Jamie Lokier
2001-01-26 17:37                   ` Drago Goricanec
2001-01-26 14:11               ` Jamie Lokier
2001-01-26 18:19                 ` Olaf Titz
2001-01-26 14:10             ` Jamie Lokier
2001-01-26 14:39               ` David S. Miller
2001-01-26 14:46                 ` Lars Marowsky-Bree
2001-01-26 14:50                   ` David S. Miller
2001-01-26 14:57                     ` Jamie Lokier
2001-01-27  0:18             ` Thunder from the hill
2001-01-27  0:15           ` Thunder from the hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox