To all my fellow Linux users
I did this and worked, for now…
On terminal:
sudo sysctl net.ipv4.ip_default_ttl=129
But you have to run one of those commands whenever the computer boots. To make this setting persistent across reboots you could append the following line to the file /etc/sysctl.conf
:
net.ipv4.ip_default_ttl=129