netsh int ipv4 set glob defaultcurhoplimit=65

netsh int ipv6 set glob defaultcurhoplimit=65

Replace 65 with 128 to reset to default if issues occur on other networks.

on linux its something like

sudo sysctl net.ipv4.ip_default_ttl=129

or

net.ipv4.ip_default_ttl=129