| |||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Senior Member Posts: 7,524 Join Date: Jun 2005 Location: Cumbria, UK |
18-06-2008, 12:37 PM
Only way would be to put them on separate ports on the IP.
Click here for Kayako Software Development My Addons: BlackBerry Ticket Client for Kayako - Windows Mobile Live Support Client for Kayako |
| | |
(#3)
|
| Member Posts: 30 Join Date: Jun 2008 |
24-06-2008, 09:42 AM
You have a couple of options: 1: If your router does port translation you can forward for example as below: PUBLIC IP:80 forward to Server1:80 PUBLIC IP:81 forward to Server2:80 Some routers do not do port translation only port forwarding - port forwarding is where the port on the public IP can only be forwarded to the same port on the internal IP (NetGear DG834G does this) - Port translation allows a different port to be assigned to the internal IP (hence translation) 2. Use a reverse proxy server. You should be able to use a reverse proxy server which intercepts the traffic and forwards it on to the correct server. I have done something similar with Apache and the ModRewrite function before. It would work something like this: www.domainname.com/server1 - forward to 192.168.0.1:80 www.domainname.com/server2 - forward to 192.168.0.2:80 This is done transparently so the host will only ever see the domain name not where to content is served from. |
| | |
(#4)
|
(#5)
|
![]() |
| Tags |
| address, iis, public, servers, web |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Support Offline Email Address | OLS_DLV | How do I? | 0 | 20-03-2008 06:31 PM |
| Crucial Paradigm Releases Fully Managed Xen Virtual Dedicated Servers (30% off!!) | crucial | Offers | 0 | 30-01-2008 05:26 AM |
| Slow response, loss of formatting when accessing from public IP address | jkingsland | Technical Chat | 5 | 01-10-2007 02:21 PM |