TTL mangle support
asked 2019-06-03 02:44:15 +0200
This post is a wiki. Anyone with karma >75 is welcome to improve it.
Hello all! This may not be the appropriate place to ask this, so please let me know.
I've run into a snag with iptables on my XA2 running Sailfish X. I'm trying to modify the incoming and outgoing TTL values on one interface. Here's what I've got so far:
[root@Sailfish nemo]# iptables -t mangle -I POSTROUTING -o rmnet_data0 -j TTL --ttl-set 65 iptables v1.8.2 (legacy): unknown option "--ttl-set" Try `iptables -h' or 'iptables --help' for more information.
I've already installed iptables-devel Does anyone know of any way to add support for TTL mangling or could point me in the right direction?
The package
Maus ( 2019-06-03 12:16:27 +0200 )editiptables-devel
is only necessary if you want to build software that needsiptables
C header files. You can safely remove that on a typical end user phone.