Quote:
Originally Posted by Tempest
Not able to get to the site using some of my perl scripts... Nor can a regular GET from a linux box.
GET http://www.remotethumbs.com/
<HTML>
<HEAD><TITLE>An Error Occurred</TITLE></HEAD>
<BODY>
<H1>An Error Occurred</H1>
500 Can't connect to www.remotethumbs.com:80 (connect: Connection refused)
</BODY>
</HTML>
|
www.remotethumbs.com has two A records (two IPs), only one is refusing connections (although that's sufficient to cause a very bad day)
us10$ telnet
www.remotethumbs.com 80
Trying 64.132.43.109...
telnet: connect to address 64.132.43.109: Connection refused
Trying 64.132.43.110...
Connected to
www.remotethumbs.com.
Escape character is '^]'.