View Single Post
Old 12-10-2019, 02:36 AM   #3
Junket
Nil adsuetudine maius
Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.Junket ought to be getting tired of karma fortunes by now.
 
Junket's Avatar
 
Posts: 278
Karma: 500000
Join Date: Nov 2019
Location: US
Device: PW4
I can't improve upon NiLuJe's advice.

But for anyone who might pull this thread up in a future search:

Code:
sysctl net.ipv4.ip_default_ttl=65
would be a session only setting.


To effect a persistent change (at least on a nix box), you'd need to
append the setting to sysctl.conf:

/etc/sysctl.conf:
net.ipv4.ip_default_ttl=65

Comments on XDA say that you need to create sysctl.conf (on some android phones). So if it's not in an init script, it might work to:

touch /system/etc/sysctl.conf or
touch /sys/etc/sysctl.conf


Last edited by Junket; 12-10-2019 at 02:52 AM.
Junket is offline   Reply With Quote