I have following startup (Administration-Commands-Startup script) script in my dd-wrt router
iptables -t mangle -I POSTROUTING -o `get_wanface` -j TTL --ttl-set 128
However it does not work. I suppose startup script run when iptables is not working yet. Are there any way to set ttl every time when router starts?