lane
3
It should, but the TTL and selected device may need to be changed for your use case. I would try this instead: iptables -t mangle -I POSTROUTING 1 -j TTL --ttl-set 65
I don’t know a whole lot about networking, so I’m not sure if the MiFi device would reset the TTL of the outgoing packets as it routes them, but my guess is that it wouldn’t. With the script above, I think the packets should leave the Slate with a TTL of 65, and then leave the “MiFi” device with a TTL of 64.