|
|
 |
|
|
Pages: 1
Server trouble
(Click here to view the original thread with full colors/images)
Posted by: keitaro
I have a server running windows 2k that is connected to the web, hosting "asite.org" (not a actual domain). I want to be able to redirect "clubs.asite.org" to a internal machine named "Jetrider" on the network. I Need for the computer Jetrider to do all the scripting before it is sent through the win2k machine. How would I set up win2k server to route a subdomain to an internal PC (Jetrider) on a different IP? Oh... the Computer Jetrider is running Win 2k3.
Posted by: stinkybob
I think what you're looking for is a reverse proxy. I'm not quite sure how to do this under windows (i'm a unix admin), but I can tell you how it's supposed to work, or at least how I've had it work in apache.
You set up the proxy so that clubs.asite.org (which resolved to your front 2k machine) actually talks to a backend server (jetrider). Let's say your IP address on the outside (2k) is 192.168.1.1. Your clients connect to 192.168.1.1, and then the server handles communication to 192.168.1.4 (jetrider) transparantly.
In all actuality, you need to get apache (maybe you're using it already?). Read about apache and the reverse proxy mod.
http://httpd.apache.org/docs/mod/mod_proxy.html
http://www.apacheweek.com/features/reverseproxies
Hope this helps a little.
StinkyBob
|
|
|
|
|