I am a web programmer with home web development. I have several web servers in my home on a FIOS connection. I have my own domain pointing to my router through the dyndns.org custom domain service.
My provider gives me ONE static IP address, which currently allows me to configure my router to direct outgoing web traffic from one server through port 80 and another server through port 8080. This sucks because many companies block port 8080 in these days as a result of which some of my corporate clients will not be able to get to my second web server.
Is there any way to redirect the plain old port 80 of web traffic to the TWO SEPARATE web server inside my network using two different host names?
For example. I want http://webserver1.mydomain.com hit one web server on my network and http://webserver2.mydomain.com to get to another web server and have both sets of traffic served on port 80.
Is it possible? If not, can I hack software routing of traffic from one web server transparently to another?
For the record, I run the IIS 7.0 MS Windows Server 2008 stacks, the DIR-DIR-655 DIR server and use DynDNS for my domain needs.
Matias nino
source share