From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Cary Hart Subject: RE: TTL target Date: Fri, 23 Jul 2004 16:09:27 -0400 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1090613367.28446.3.camel@dchws.tqmcube.com> References: Reply-To: NetFilter List Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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: netfilter On Fri, 2004-07-23 at 14:43, Jason Opperisano wrote: > just re-read your original post. if you're trying to *change* the TTL of packets traversing your firewall--you need the TTL patch from patch-o-matic, which will enable a "-j TTL" target in the MANGLE table. > > sorry for the confusion. > I must ask a dumb question. Why would one want to mangle TTL or filter on TTL? Thanks > -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.