We have moved to a new Sailfish OS Forum. Please start new discussions there.

Revision history [back]

click to hide/show revision 1
initial version

posted 2019-06-03 02:44:15 +0200

TTL mangle support

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?