[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070802120452.GB9975@2ka.mipt.ru>
Date: Thu, 2 Aug 2007 16:04:53 +0400
From: Evgeniy Polyakov <johnpol@....mipt.ru>
To: Simon Arlott <simon@...e.lp0.eu>
Cc: john@...een.lv, netdev@...r.kernel.org
Subject: Re: strange tcp behavior
On Thu, Aug 02, 2007 at 12:38:59PM +0100, Simon Arlott (simon@...e.lp0.eu) wrote:
> I just got multiple RSTs instead of a connection too. The second RST looks
> like it's from another connection - and a RST for a RST is wrong...
You should use iptables rule to block non-raw access:
iptables -I INPUT -p tcp --dport 50000 -j DROP
but even in that case I got valid session.
> --
> Simon Arlott
--
Evgeniy Polyakov
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists