How i can publish several sites or services (same port 80) in diferent servers? any idea
- Individual Applications
Protect
Filter
Perform
Connect
Add-Ons
- Software Packages
- Complete Appliances
How i can publish several sites or services (same port 80) in diferent servers? any idea
You don't... you can only use one port per IP address. So if you have multiple WAN addresses you can forward 80 from each IP to a separate web server. Or, you can configure a reverse proxy.
Personally I do the latter, it allows me to operate multiple web servers off a single IP and TCP 80 port, and the proxy chooses internal web resources based on host name.
Rob Sandling, BS:SWE, MCP
Intouch Technology
Phone: 480-272-9889
rob@intouchtechllc.com
UntangleAppliances.com
Phone: 866-794-8879
or you could just use Virtual hosts on your webserver application, apache or IIS as well.
Def1:9.3.2 x64 |Intel Mobo| Intel i7 860 2.8Ghz Quad with HT| 8G DDR3 13333 | 80G Intel SSD | 4x Intel Pro 1000 GT NIC's_ 1 Intel dual port Gigabyte NIC | Corsair 550W PSU | 50mb/50mb | 45 users
This statement is "mostly" true....if some service port is being hit anonymously you cannot have multiple addresses to a port.
However if you have specific ip's that are trying to communicate over port 80 you can port forward 80 to different internal machines depending on the source ip address.
Sky, do you use a dedicated box to perform your reverse proxy?
Yes, I have a debian VM that acts as a LAMP server as well as provides reverse proxy for specific DNS names that need to be bounced off an internal IIS server.
Rob Sandling, BS:SWE, MCP
Intouch Technology
Phone: 480-272-9889
rob@intouchtechllc.com
UntangleAppliances.com
Phone: 866-794-8879