I need to access a web page through my VPS using Firefox, but Firefox says "Unable to connect". And the problem is that this web page is located on the same provider's servers as my VPS.
If I try to access this web address from my home network that works perfectly. I was trying to ping from my VPS shell, and that works perfectly. But if I try to download a file using the shell I get this
:Connecting to xx.xx.xx.58|:80... failed: No route to host.
when I do traceroute xx.xx.xx.58:
traceroute to xx.xx.xx.58 (xx.xx.xx.58), 30 hops max, 60 byte packets
1 static.238.85.4.46.clients.your-server.de (46.4.85.238) 0.039 ms 0.014 ms 0.012 ms
2 hos-tr2.juniper1.rz10.hetzner.de (213.239.224.161) 16.782 ms hos-tr4.juniper2.rz14.hetzner.de (213.239.224.225) 0.129 ms hos-tr2.juniper1.rz10.hetzner.de (213.239.224.161) 6.704 ms
3 hos-bb1.juniper1.ffm.hetzner.de (213.239.240.224) 4.795 ms hos-bb1.juniper4.ffm.hetzner.de (213.239.240.230) 4.791 ms hos-bb1.juniper1.ffm.hetzner.de (213.239.240.224) 4.766 ms
4 gw-decix.heisenberg.router.frankfurt.de.velia.net (80.81.192.76) 9.556 ms 10.072 ms 10.044 ms
5 (xx.xx.xx.58) 5.727 ms * *
How can I fix this problem or find out what is wrong?