I haven't used it in a while, but I had added these to the startup in Luci. Also think I had to disable ipv6.
iptables -t mangle -I POSTROUTING 1 -j TTL --ttl-set 65
iptables -t mangle -I POSTROUTING 1 -o eth1 -j TTL --ttl-set 65
iptables -t mangle -I POSTROUTING -o usb0 -j TTL --ttl-set 65