doesn't show me much, the browser still gives a 'gateway timeout' though
Thanks very much for that, at least we can see what's between you and our servers.
If you have tcptraceroute (which is the same as traceroute, but uses actual TCP/IP on port 80, which is what the browser uses, as opposed to UDP or ICMP, which is more just network discovery), that might shed some light too.
Another helpful thing you could do would be to telnet to 72.52.4.95 on port 80, and type/paste the following:
Code:
GET / HTTP/1.1
Host: natashamfreeman.com
Make sure you've got the blank line at the end - press enter twice for luck. This should simulate a browser request for the site, so we can see what error actually gets issued, and by what server.
Our current hunch is that one of Telkom's transparent proxies is either blocking the route to our servers, or being blocked upstream - we've opened a ticket with them, and we'll see how successful we are at clearing this up.
Thanks again for your help!
Cheers,
-Jonathan