On Thu, Aug 08, 2002 at 07:41:50PM +0200, Bernd Eckenfels wrote: > On Thu, Aug 08, 2002 at 07:33:10PM +0200, Gian Piero Carrubba wrote: > > try cat 0 > /proc/sys/net/ipv4/tcp_ecn and see if that fix the prblem. > > use echo instead of cat.
Or, use sysctl. sysctl -w net.ipv4.tcp_ecn=0 To make this change permanent, add "net.ipv4.tcp_ecn=0" to the file /etc/sysctl.conf Cheers, -- Nathan Norman - Micromuse Ltd. mailto:[EMAIL PROTECTED] We're sysadmins. Sanity happens to other people. -- Chris King

