burim:ttl
Joined: 04 Mar 2011 Posts: 3 Location: Prishtina, Kosovo PostPosted: Sat Mar 05, 2011 22:05 Post subject: Reply with quote This reply might be late, but to all of those that haven't found a fix yet for IPKO-ISP here is what you have to do. On your dd-wrt goto administration→commands and then paste and “Save Firewall” the code bellow: Code:
iptables -t mangle -I PREROUTING -i `get_wanface` -j TTL --ttl-set 10 iptables -t mangle -I PREROUTING -i `get_wanface` -j TTL --ttl-inc 1 iptables -t mangle -I POSTROUTING -o `get_wanface` -j TTL --ttl-set 128
Ipko not only checks the ttl 128 but also sends packets with ttl=1 which means we have to do prerouting to make it work. I am using this configuration right now and it works great Smile
https://forum.dd-wrt.com/forum/viewtopic.php?p=508964&sid=9c92a925bf789e4800ef732df556551f
burim/ttl.txt · Last modified: 2022/09/01 10:14 by burim
