On Fri, Apr 09, 2004 at 12:07:41PM +0200, Rob Sterenborg wrote: > > >>I'm trying to change the value of the TTL field with this line: > > >>$IPTABLES -t mangle -A PREROUTING -i $INET_IFACE -p igmp > > >> -j TTL --ttl-inc 1 > > > > > >>But when I try to execute this I have this error: > > >>iptables: No chain/target/match by that name > > > > > > > > > Did you compile TTL target support as a module ? > > > I don't see it in the module list (non-targets deleted), which means you > > > don't have TTL target support, unless you compiled it into the kernel > (but I > > > don't think so). > > > > > > > /lib/modules/2.6.2/kernel/net/ipv4/netfilter/ipt_ttl.ko > > Isn't this the TTL target module? > > AFAIK target modules have uppercase chars, match modules have all lowercase > chars. > Thanks, this is probably the problem, I think I have to install patch-o-matic for this module. -- Roeland