From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?iso-8859-1?Q?Listas_de_Discuss=E3o_Linux?= Subject: Re: TCP SYN FIN Date: Mon, 5 Jul 2004 21:44:28 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <009401c462f2$656322e0$0c32000a@omega> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: listuser@sally.epygi.de, netfilter@lists.netfilter.org does it not works correctly? Atenciosamente, Ralph Liebessohn ----- Original Message ----- From: To: "netfilter" Sent: Friday, July 02, 2004 10:29 AM Subject: RE: TCP SYN FIN > HiHo! > > > > $ipt -A INPUT -i $iface -d $network -p tcp --tcp-flags SYN,FIN SYN, FIN > > > -j DROP > > Maybe this is a no-brainer. But if you have copied the above from > a script you may fail to notice that this rule will throw an error. > The space between the second SYN, and FIN is wrong. > If the above is just a typo in this mail, than forget this reply :) > > ciao > markus >