From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Gonzalez, Federico" Subject: Re: TTL target Date: Fri, 23 Jul 2004 15:29:25 -0300 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000f01c470e2$fb4f1400$1e00000a@goyaike.com> 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: Jason Opperisano , netfilter@lists.netfilter.org I get the following error: iptables: No chain/target/match by that name Thanks ----- Original Message ----- From: "Jason Opperisano" To: "Gonzalez, Federico" ; Sent: Friday, July 23, 2004 3:21 PM Subject: RE: TTL target um--on fedora core 1--which seems to match the versions you provide, the TTL match target is there. $ uname -r 2.4.22-1.2197.nptl $ iptables -V iptables v1.2.9 # iptables -A INPUT -m ttl --ttl-eq 1 -j DROP # # iptables -vnL INPUT Chain INPUT (policy DROP 184 packets, 19161 bytes) pkts bytes target prot opt in out source destination 0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 TTL match TTL == 1 -j -----Original Message----- From: netfilter-admin@lists.netfilter.org [mailto:netfilter-admin@lists.netfilter.org]On Behalf Of Gonzalez, Federico Sent: Friday, July 23, 2004 1:52 PM To: netfilter@lists.netfilter.org Subject: TTL target Hi, I have iptables 1.2.9, red hat kernel 2.4.22 and i need to use the TTL target to change the packets TTL. How do i enable this functionality ? Thank you.