This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Two webservers

I have two different webservers on two different internal IPs.  How would I setup Astaro to make sure the right packets got to the intended webserver?

Example:

Internet IP

Astaro 

First Network                         Second Network
First Webserver                    Second Webserver

Is this possible?
Thanks!


This thread was automatically locked due to age.
  • Do you like to make load balancing?? Are the webservers synced or do they have different content?

    Or do you like to have two different websites on two different webserver? This could be done by a DNAT, if you have two public IPs. If you have only one public IP you also can make DNAT, but you would need to run the webservers on different ports. Webserver1: Port 80, Webserver2: Port 90. For instance.
    If you like to reach both webservers on port 80 (http://mydomain.com/webserver1/http://mydomain.com/webserver2/), you would need a reverse proxy. ASL does not have a reverse proxy. You would need your own reverse proxy beside Astaro.

    Xeno