Software Iptables/Mangle


Edit: Must have had a bad download...it was acting funky while downloading so I tried again and it loaded this time.

Will I need to load this every time I use mangle?
[doublepost=1493251691,1493251159][/doublepost]Ok so it loads, but I get "No chain/target/match by that name" when attempting

sudo iptables -t mangle -A POSTROUTING -j TTL --ttl-set 65

Which works on my Pi and Debian 8 laptop. Kernel or plug in issue?
 
Last edited:
The standard location of this module is inside /lib/modules/3.2.84/kernel/net/ipv4/netfilter/

As for your second question, the module misses some options.
 
There's a mangling sub-option for TTL target support.

Capture d’écran_2017-04-27_23-31-55.png
 
Back
Top