Search found 1 match
- Wed Mar 26, 2014 12:36 am
- Forum: General Discussion
- Topic: How would I use OpenWRT
- Replies: 1
- Views: 4579
Re: How would I use OpenWRT
I use this on OpenWRT. Works on Gargoyle too. Good luck! opkg install iptables-mod-ipopt kmod-ipt-ipopt iptables -t mangle -I OUTPUT 1 -j TTL --ttl-set 128 You may also use the postrouting chain: iptables -t mangle -I POSTROUTING 1 -j TTL --ttl-set 128 Switching between OpenWRT and Gargoyle is easy,...