Load balancer Intermittent connection

Hari Guvvala 0 Reputation points
2024-08-08T06:08:38.14+00:00

I’m using a Standard Internal Load Balancer with a private frontend IP in Azure. However, the VMs in the backend pool lose internet access once a load balancing rule is defined. I’ve configured a NAT gateway with a standard SKU, and both the load balancer and backend health probe statuses are 100%. When I troubleshoot the load balancer and VMs, no defects are found. Can you suggest how to resolve this issue?

Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
432 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 44,311 Reputation points Microsoft Employee
    2024-08-08T13:21:17.7366667+00:00

    @Hari Guvvala ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    In Standard ILB,

    • Backend VMs do not have internet connectivity - this is expected.
    • However, with NAT gateway or Instance level Public IP - you should be able to have internet connection.

    As next steps,

    • Can you confirm if the Public IP you see while accessing internet is same as NAT Gateway's IP ?
    • Can you confirm if the NAT Gateway is attached to the Subnet of the backend VMs and not the subnet of the front end Private IP of the ILB?
    • Can you confirm there are no route tables attached to the Subnet of the backend VMs?
    • Make sure the configuration of NAT Gateway is correct as described in Integrate a NAT gateway with an ILB

    Cheers,

    Kapil


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.