SauRoNZA
Honorary Master
Traceroute for https://gofile.io
Remove the https:// otherwise it will never work.
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Traceroute for https://gofile.io
Ignore the linux stuff. From the command line, try
That will do a DNS lookup using your current DNS serverCode:nslookup gofile.io
Then try:
If the first one fails and the second one works, set your DNS to 1.1.1.1Code:nslookup gofile.io 1.1.1.1
The traceroute is fine.. the timeouts on the several hops are just devices that don't respond to ping requests..The traceroute and nslookup results indicate that there might be an issue with the route to gofile.io from your network. The traceroute shows timeouts at several hops, indicating that the connection is not reaching its destination effectively.
Possible explanations could be network congestion, routing issues, or restrictions by your ISP. The fact that your cellphone and laptop connect via a VPN suggests that the VPN is providing an alternate route, bypassing the issues present in the direct connection.
To resolve this, you might want to contact your ISP, share the traceroute results with them, and inquire if there are any known issues or restrictions to gofile.io. They may be able to provide more insights or suggest solutions to improve the direct connection. Additionally, you can continue using the VPN as a workaround until the direct connection issue is resolved.
The traceroute is fine.. the timeouts on the several hops are just devices that don't respond to ping requests..
What matters is whether the destination IP address responds, which it does, so there is an established and working route to the server..
We can conclude from the working traceroute then, that there is something likely at the network or application layer blocking the request for some reason..