Iptables command - DD-WRT Wiki
https://wiki.dd-wrt.com/wiki/index.php/Iptablesiptables -t mangle -I PREROUTING -i $(get_wanface) -j TTL --ttl-set 10 Example 2: Set the outgoing TTL to 128, just as if a Windows machine was connected directly to the modem. iptables -t mangle -I POSTROUTING -o $(get_wanface) -j TTL --ttl-set 128 Example 3: Try to hide the fact that you are using a tethered phone as WAN:
Iptables command - DD-WRT Wiki
wiki.dd-wrt.com › wiki › indexiptables -t mangle -I PREROUTING -i $(get_wanface) -j TTL --ttl-set 10 Example 2: Set the outgoing TTL to 128, just as if a Windows machine was connected directly to the modem. iptables -t mangle -I POSTROUTING -o $(get_wanface) -j TTL --ttl-set 128 Example 3: Try to hide the fact that you are using a tethered phone as WAN: