VNET ARP Issue

Ali Erkilic 1 Reputation point
2021-04-02T05:09:26.663+00:00

We have a 3 Azure VM PostgreSQL cluster under the same subnet. We want to use Pgpool and connect to the master node through a delegate IP (virtual IP). However, when a node gets the delegate IP only that node can PING it, other 2 nodes can’t see this IP. We think that the problem is related to ARP and read somewhere that ARP is blocked on Azure Vnet. Is this true? How can we enable it?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,035 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,772 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Andreas Baumgarten 123.5K Reputation points MVP Volunteer Moderator
    2021-04-02T10:59:19.987+00:00

    Hi @Ali Erkilic ,

    if I remember right ARP and GARP are using broadcast.
    Here Microsoft confirms broadcast and multicast are not supported in an Azure vNet.
    https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#do-vnets-support-multicast-or-broadcast

    Maybe an Internal Load Balancer is helpful in your scenario?
    https://azure.microsoft.com/de-de/blog/internal-load-balancing/

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    1 person found this answer helpful.
    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.