From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Annesley Subject: Re: lots of tcp port 445 traffic Date: Fri, 10 Dec 2004 08:37:35 +1100 Message-ID: <99fb058804120913377e13904a@mail.gmail.com> References: <41B48EB0.3030307@phreaker.net> <1102622745.16437.6.camel@nostromo.bgsecm.com> Reply-To: Paul Annesley Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1102622745.16437.6.camel@nostromo.bgsecm.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org > > iptables -I cus2jarwan -p tcp --dport 445 -j REJECT --reject-with tcp-reset > > > > or > > > > iptables -I cus2jarwan -p tcp --dport 445 -j DROP > > > > You definately don't want to use -J REJECT - this will do more harm > than good, as it will be generating an ICMP unreachable message for > each port 445 packet. My mistake - I didn't notice you were using "--reject-with tcp-reset". Pretty sure you'd be better off with DROP anyway. Regards, Paul