I have a web API running in a Linux Vm which sits behind a Load Balancer. The LB has a public IP. I want to open a port in LB and map it to the port in the VM where the API is running. what kind of NAT rules, Backend Pools , all the configurations will i need to set up in the LB.
Asked
Active
Viewed 159 times
0

Nancy
- 26,865
- 3
- 18
- 34

Suman Palikhe
- 357
- 1
- 4
- 16
-
What is your specific purpose using public LB? Do you want to distribute traffics from LB to a web api which host one or more linux VMs? – Nancy Jun 21 '18 at 07:07
-
It was the default LB provided when you create hyper ledger fabric template provided by azure. I wanted to expose the composer rest server from one of the vms. I figured it out. Cheers – Suman Palikhe Jun 21 '18 at 07:38