I used to be able to run netsh int ipv4 set glob defaultcurhoplimit=65 in command prompt as admin for increased tethered connection speeds. What is the EndeavourOS equivalent? Thanks
1 Like
Try and see if the following will work:
sudo sysctl -w net.ipv4.ip_default_ttl=65
If it does and you want to make it permanent, create a file called (for example) default_ttl.conf
in /etc/sysctl.d
with this content:
net.ipv4.ip_default_ttl=65
Edit: correction
/etc/sysctl >> /etc/sysctl.d
4 Likes
@CrabRangoon1K, would you be so kind and change the thread topic to be more descriptive?
The forum is used as a knowledge base as well, so that would be helpful for people looking to solve a similar issue at a later point.
1 Like
Awesome, thank you!
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.