Hello everybody,
I hope this is the right forum to address my issue.
I am facing problems with the configuration of an Azure loadbalancer for my Scenario.
Following scenario is required:
We have got a VM which hosts two different Webservices. These two WebServices need to be addressed using two public static IP addresses using the default ports 80 and 443 for HTTP and HTTPS.
Unfortunately I am unable to setup this scenario. Here ist what I have tried so far:
1.) PIP1 -> LB1 -> NIC1
PIP2 -> LB2 -> NIC2
--> Not possible because only one load balancer at a time is allowed.
2.) PIP1 -> LB1 -> NIC1
PIP2 -> LB1 -> NIC2
--> Not possible using Azure Portal because both PIPs would use Port 80/443 for balancing. When using Power Shell I am able to setup the Scenario without errors but the PIP doesn't seem to get mapped correctly, because I get a timeout when trying to Access the DNS Name for one of the PIPs.
I also tried using a single NIC and doing a NAT Translation to ports 10080/10443 with the same result.
When I am accessing the Server directly by its PIP of the Primary NIC, I can Access both services without Problems.
It looks like a really simple Problem, but it is driving me nuts.
I hope anyone can come up with a clue what to do abour this. Any help would be appreciated.