Does Azure LB honor the subnet routes? If not, how can we force Azure LB to take a route to reach its backend pool server

Shikha 6 Reputation points
2020-10-21T06:31:26.74+00:00

I have 2 backend servers configured behing Azure LB, but I want the health check and the data traffic to go via some other Virtual machine, so how it is possible to make azure lb take that route

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. GitaraniSharma-MSFT 49,466 Reputation points Microsoft Employee
    2020-10-28T11:44:27.027+00:00

    Hello @Shikha ,

    You would need to configure the Linux machines or NVA in the backend pool of the Load balancer and make sure that IP forwarding is enabled in the Linux machines/NVA to forward the requests to the backend servers.

    IP forwarding enables the virtual machine a network interface is attached to:

    • Receive network traffic not destined for one of the IP addresses assigned to any of the IP configurations assigned to the network interface.
    • Send network traffic with a different source IP address than the one assigned to one of a network interface's IP configurations.

    Please refer : https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface#enable-or-disable-ip-forwarding

    Kindly let us know if the above helps or you need further assistance on this issue.

    ----------------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

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.