From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Chemko Subject: Re: (no subject) Date: Sat, 21 Feb 2004 13:26:36 -0800 Sender: netfilter-admin@lists.netfilter.org Message-ID: <4037CD0C.8020605@smgtec.com> References: <1077367619.1966.3.camel@frozen> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1077367619.1966.3.camel@frozen> 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"; format="flowed" To: Anthony de Almeida Lopes Cc: netfilter@lists.netfilter.org No, but if you have a dynamic IP on the firewall, you can use the -i instead to do the same thing. Anthony de Almeida Lopes wrote: >Hi, I would like to add a certain rule to my firewall, but I have a >dynamic IP, I'm wondering if there is some way I can work with this >the line is as follows: > >iptables -A INPUT -p tcp -d --tcp-flags SYN,FIN SYN,FIN -j >DROP > >Thanks for any information you can provide. > >--tony > >