Warning in in tor log

Kees de Koster keesdekoster at gmail.com
Sun Oct 8 19:10:41 UTC 2006


On 10/7/06, Peter Palfrader <peter at palfrader.org> wrote:
> On Fri, 06 Oct 2006, Kees de Koster wrote:
>
> > Oct 06 20:08:22.462 [warn] connection_dir_client_reached_eof(): http
> > status 400 ("Dirserver believes your ORPort is unreachable") response
> > from dirserver '86.59.21.38:80'. Please correct.
>
> It seems your firewall blocks TCP connections with the ECN flag set[0].
> This will not stop everyone from connecting to you, but it will stop
> tor26.  Maybe you can fix this?

I hope i did find it :-)

Added to /etc/init.d/rc.local
#v+
if [ -e /proc/sys/net/ipv4/tcp_ecn ]
then
     echo 1 > /proc/sys/net/ipv4/tcp_ecn
fi
#v-

Maybe somebody can test it.

Kees
-- 
I have a very small mind and must live with it. -- E. Dijkstra
Linux Registered User #300181  |  ICQ #179658498  -- EOE



More information about the tor-talk mailing list