[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kernel-image-2.4.7-586



On Saturday 11 August 2001 08:38, nick@wildcomm.net wrote:
> Using kernel-image-2.4.7-586.
> I'm having a problem sending email to mbox.com.au.
> I have been told that some Cisco routers drop ECN packets.
> I have looked through the config-2.4.7-586 file and see no reference to
> ECN. Anyone have any ideas.
>
> -----
> Regards
> Nick
> Wildthing Communications
>  ICQ# 64851373

I believe it's in the netfilter configuration.  However, you can turn it off 
with:

if [ -e /proc/sys/net/ipv4/tcp_ecn ]
then
         echo 0 > /proc/sys/net/ipv4/tcp_ecn
fi



Reply to: