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

HTTP forwarding based on dns name?

Does astaro somehow support redirecting HTTP request on one internet IP to multiple Local Server based on the dns provided in the request?

Such as

www.mylinuxhttp.com goes to IP: X.X.X.X -> LocalIP(10.1.0.100)
www.mywinhttp.com goes to IP: X.X.X.X -> LocalIP(10.1.0.200)

Thanks!


This thread was automatically locked due to age.
Parents
  • Normally firewall/utm devices just simply look at the inbound NAT rules setup and forward to the defined internal IP. Most devices do not check the actual URL that has been requested and I am sure that Astaro is the same.

    If you have 1 public IP then you can setup 1 Internal webserver

     NAT TO 

    If you have more than 1 public ip you can set each IP to NAT to a different internal IP

     NAT TO 
     NAT TO 
    etc..

    Hope this helps
Reply
  • Normally firewall/utm devices just simply look at the inbound NAT rules setup and forward to the defined internal IP. Most devices do not check the actual URL that has been requested and I am sure that Astaro is the same.

    If you have 1 public IP then you can setup 1 Internal webserver

     NAT TO 

    If you have more than 1 public ip you can set each IP to NAT to a different internal IP

     NAT TO 
     NAT TO 
    etc..

    Hope this helps
Children
No Data