On Fridayen den 5 October 2001 22.05, Todd Lyons wrote: > Oden Eriksson wrote on Fri, Oct 05, 2001 at 09:34:13PM +0200 : > > On Fridayen den 5 October 2001 21.46, Todd Lyons wrote: > > > Leon Brooks wrote on Fri, Oct 05, 2001 at 11:48:34AM +0800 : > > > > Mandrake 8.1 seems to have enabled ECN in the (default) 2.4.8 kernel, > > > > not something I've noticed a Mandrake system doing before. > > > > Unfortunately, this breaks access to Australia's largest bank, the > > > > Commonwealth (http://www.commbank.com.au/). I've complained, but > > > > don't expect an instant response. Meantime, you can do this to work > > > > around it: echo 0 >/proc/sys/net/ipv4/tcp_ecn > > > > > > Interesting, my default install has 0 set in it. I ran no firewall > > > wizard and no connection sharing wizards. I'm not intimately familiar > > > with these scripts, so I'd say look and see if that's where it might > > > be getting set. (I'll check later in my "free time" <tm>) > > > > cat /etc/sysctl.config |�grep ecn > > [todd@fiji ~]$ cat /etc/sysctl.conf || grep ecn > # Disables packet forwarding > net.ipv4.ip_forward=0 > # Enables source route verification > net.ipv4.conf.all.rp_filter = 1 > # Disables the magic-sysrq key > #kernel.sysrq = 0 > [todd@fiji ~]$ cat /etc/sysctl.conf | grep ecn > [todd@fiji ~]$ > > Got OR on the brain? :) > > Like, I said. It's not set on my default installed system. > > Blue skies... Todd
Strange, I installed from a home burned cd from a dl:ed iso, and I have not touched the "/etc/sysctl.conf" file. cat /etc/sysctl.conf # Disables packet forwarding net.ipv4.ip_forward = 0 # Disable ECN net.ipv4.tcp_ecn = 0 # Enables source route verification net.ipv4.conf.default.rp_filter = 1 # Disables the magic-sysrq key #kernel.sysrq = 0 ls -la /etc/mandrake-release -rw-r--r-- 1 root root 46 Sep 23 12:49 /etc/mandrake-release cat /proc/sys/net/ipv4/tcp_ecn 0 cat /etc/mandrake-release Mandrake Linux release 8.1 (Vitamin) for i586 uname -a Linux oden.local.net 2.4.10-2mdksmp #1 SMP Thu Oct 4 16:05:16 CEST 2001 i686 unknown -- Oden Eriksson, Jokkmokk, Sweden LM8.1, 2.4.10-2mdksmp, @ 21:14
