Dear all,
I need help to publish my two application running on two different VMs on my LAN. I need to access them from outside (WAN) via name and not public IP like:
I have 2 public IPs that I would like to assing each one for web and another for the application. When I do that the first WAN goes down, my firewall just allow one public IP UP at the time.
What are the best way to do it.
Please advise.
Nelson Chamba\
I think you configure the 2. IP as "alias"?
Sone ISP router are unable to handle 2 IPs using the same MAC-address.
I would use one IP and WAF.
With WAF (WebServer protection) you can host multiple…
With WAF (WebServer protection) you can host multiple WebServer and separate the requests by URL
https://docs.sophos.com/nsg/sophos-firewall/18.0/Help/en-us/webhelp/onlinehelp/nsg/concepts/WAFWebServer.html
Dirk
Sophos Solution Partner since 2003 If a post solves your question click the 'Verify Answer' link.
Hi,
Definitely yes, my ISP also can't handle 2 IPs using the same MAC-address.
Using WAF service is not running on my appliance it says: No web server configured
According with faster reading about the WAF it focused on protecting my webserver is it the same as making the two webservers be accessible by out side via URL?
Nelson Chamba
yes, you can send www.domain1.com to one Serverandwww.domain2.com to another Server
also possible using WAF is is to send the following to different servers:www.mydomain.com/path1/xyzwww.mydomain.com/path2/xyz
all servers www.domain1.com + www.domain2.com + www.mydomain.com may share the same IP.