3
votes

I have set up an internal load balancer (lb1) with one server (srv1) as only VM in the backend pool. When I try to access the loadbalancer lb1 from this server (srv1), I get a timeout. I have a second load balancer setup in the same subnet (lb2 and srv2). All traffic on port 443. Inbound and outbound rules allow traffic on all ports to/from subnet.

srv1 can access lb2 but not lb1

srv2 can access lb1 but not lb2

Is this by design, or have I missed a configuration option?

1

1 Answers

2
votes

Is this by design, or have I missed a configuration option?

This is a by design behavior. The load balancer is used for redistributing the request to the VMs in the backend pool. The VM in the pool can not access the load balancer in the same pool.