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

Multiple web servers

Hi,

ASL Version is 6.2.0.1 with no dmz. Both web servers inside the f/w.
I am able to hit the first web server from the outside on port 80 after a SNAT rule has been defined permitting port 80. Tried the same thing for port 81 for the second web server, but unable to access it from outside. Any ideas on how to hit the second web server from the outside as http::81.

TIA


This thread was automatically locked due to age.
  • Have you create protocol for 81/tcp in Astaro yet?

    Is the second web server listening on port 80 or 81?

    If the second web server is still just listening on port 80 do the following.

    Create a rule on the firewall like this:

    Source - Any
    Service Group - HTTP-81 (or whatever you name that protocol)
    Destination - SecondWebServer

    Next create a generic proxy.

    Interface - External
    Service - HTTP-81
    Allowed Networks - Any
    Target Server - SecondWebServer
    Target Port - HTTP

    The firewall will now listen for incoming packets on 81/tcp and redirect them to your second web server on 80/tcp (HTTP).