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

[V7] Is this setup possible with NAT/PF

Hi All,

My question if this is possible. I got 1 external (internet) IP. I got 2 webservers with different subdomains. I want both to run on HTTPS (port 443). Can ASG V7 redirect the requests to the different webservers?

setup: (request webserver1 or webserver2)

194.109.x.x (internet IP)-->ASGV7-->HTTPS
---->webserver1.mydomain.com
or
---> webserver2.mydomain.com

Or is there another way to achieve this?


This thread was automatically locked due to age.
  • I think you would have to set up one with a different port externally and use NAT to map it internally to 443.
    So it is a DNS issue as well.

    Ian M
  • That's the problem. At work we are only allowed to use port 80 & 443 everything else is blocked!!! Also on the company's is SPF (Statefull Packet Filter) enabled so "strange" packets are dropped.

    Is ASG V7 not capable to see the difference between 2 differrnet subdomains? Or is this can be set up?