bestofcomputer
New Around Here
how to set TTL to 65 on asus merlin router for all clients including non windows clients ?
I know 2 ways of doing this on linux, but is it possible on asus merlin, and how to make it possible, or why is it not possible, and when will it be included in a next merlin release ?
first method on linux : command :
iptables -t mangle -I POSTROUTING -j TTL --ttl-set 65
second method on linux :
add a line in text file /etc/sysctl.conf :
net.ipv4.ip_default_ttl=65
my goal is to defeat certain ISP who checks TTL to decline unlimited plans to clients connected to the router whereas the unlimited plan is working fine when the sim card is used directly from a mobile.
my plan is to buy the ASUS 4G-AC68U, but only if TTL is customizable by either original ASUSWRT or by Merlin.
thanks.
I know 2 ways of doing this on linux, but is it possible on asus merlin, and how to make it possible, or why is it not possible, and when will it be included in a next merlin release ?
first method on linux : command :
iptables -t mangle -I POSTROUTING -j TTL --ttl-set 65
second method on linux :
add a line in text file /etc/sysctl.conf :
net.ipv4.ip_default_ttl=65
my goal is to defeat certain ISP who checks TTL to decline unlimited plans to clients connected to the router whereas the unlimited plan is working fine when the sim card is used directly from a mobile.
my plan is to buy the ASUS 4G-AC68U, but only if TTL is customizable by either original ASUSWRT or by Merlin.
thanks.