Multiple Servers, externally, through single IP

2

Let's say, I have a server which is directly connected to the internet (no firewall), and sits on 66.77.88.99 externally and internally sits on 192.168.0.1. I have my domain's records set up so that mydomain.com points to my external IP.

I also have another server, which sits on 192.168.0.2, but is only accessible internally, as I only have 1 external IP address. I have forwarded server2.mydomain.com to my external IP, but of course, it points to my first server.

Is there a way, to possibly route the traffic coming from server2.mydomain.com to the other server? I have been reading about this, but it's not very clear, using Microsoft ISA Server.

Thanks in advanced.

nickw444

Posted 2011-12-26T08:17:21.090

Reputation: 153

Answers

2

http://wordpress.vaas.me/?p=14

You can set a third server as a gateway (reverse proxy) with apache that will take your single ip and depending on the domain, will forward to a different internal IP.

kobaltz

Posted 2011-12-26T08:17:21.090

Reputation: 14 361

Any way to do this with IIS? – nickw444 – 2011-12-26T08:22:39.333

Nevermind, got it all sorted, what I need is a reverse proxy. Thanks so much. (I can't vote up, not enought reputation) – nickw444 – 2011-12-26T08:28:57.497