I am getting an error when I try to access my website from outside of our data centre. I have added the external static ip address and port number (204.92.21.151:33097) as a site alias in DNN under Site Aliases. Note - I am running DNN on WebMatrix and IISExpress and a Windows 7 Enterprise virtual machine. The error message is below. Can someone help me resolve this issue?
telnet 204.92.21.151 33097
<ENTER><ENTER>
HTTP/1.1 400 Bad Request
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Tue, 28 Aug 2012 15:53:26 GMT
Connection: close
Content-Length: 326
…… HTML CODE
Connection to host lost.
telnet 204.92.21.151 33097
GET /index.htm HTTP/1.1
host: 204.92.21.151
<ENTER><ENTER>
Gets a connection, but no data response
However
telnet 204.92.21.151 33097
GET /index.htm HTTP/1.1
host: 172.31.1.101
<ENTER><ENTER>
Responds:
HTTP/1.1 404 Not Found
Content-Type: text/html
Server: Microsoft-IIS/7.5
X-Powered-By: ASP.NET
Date: Tue, 28 Aug 2012 16:24:50 GMT
Content-Length: 1170
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/x
html1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>404 - File or directory not found.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;b
ackground:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS
", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;positio
n:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Server Error</h1></div>
<div id="content">
<div class="content-container"><fieldset>
<h2>404 - File or directory not found.</h2>
<h3>The resource you are looking for might have been removed, had its name cha
nged, or is temporarily unavailable.</h3>
</fieldset></div>
</div>
</body>
</html>