Hi all,
I just installed iptables-mod-ipopt and but to add a TTL-modifying rule just throws an error (I'm running Backfire 10.03.1-RC6)
iptables -A PREROUTING -t mangle -i eth0.1 -d 192.168.100.1 -j TTL --ttl-set 10
iptables v1.4.6: unknown option `--ttl-set'
What's wrong with that? I know the syntax is correct (tested in a debian box). I tried other TTL change option (ttl-inc, ttl-dec): same result.
Is something broken ... in openwrt ... or in my mind? Is there any other way to do to increase the TTL of an incoming packet?
Thanks in advance for the help.
(Last edited by Chris000 on 19 Nov 2011, 15:20)