Sunday, May 31, 2015

curl ip address of load balancer

I have an application running on a VM, that sits behind an internal load balancer in Azure. I can reach it locally on /api without any problem.
I have configured the rules for the load balancer to direct traffic coming from port 8001 to 443 on the VM. However, when I try to curl http:///api:8001, it doesn't reach the VM.



How would you curl using a private IP to reach the application that is on the VM?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...