Anyone know of a way to have two web servers runnning on the same IP address? ie: computer1.domain.com connects to computer1 on that IP, and conputer2.domain.com connects to computer2 on the same IP.
Try using a proxy server or put a NAT server in front of your web servers and assign them private IP addresses. Just remember anything you put in front of a web server is considered to be in the DMZ and is open to attack.