Unlimited hotspot terminal commands for Zorin OS

i used to be able to run netsh int ipv4 set glob defaultcurhoplimit=65 in command prompt as an admin in windows 11 to get unlimited hotspot tethering.

would anyone know the if their is a command for terminal in Zorin OS to achieve the same thing?

thank you

sudo sysctl -w net.ipv4.ip_default_ttl=65

For IPV6

sudo sysctl net.ipv6.conf.all.hop_limit=65
1 Like

Thank you!

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.