VPN Gateway Health Probe unavailable

Tom Yates 21 Reputation points
2022-04-14T13:44:29.87+00:00

I'm setting up a Site to Site VPN between us and a customer. Both are in Azure.
Before doing this in Prod environment, I'm setting it up in Test back to my PAYG subscription to check process etc.

The VPN stays "Not Connected". Following the troubleshooting steps, it says at step 7 to check the health probe of the VPN gateway at https://<YourVirtualNetworkGatewayIP>:8081/healthprobe

This is where I'm stuck. It times out connecting. The VPN troubleshooter also provides similar suggestions as to unable to connect to other peer. This happens on both gateways (e.g. test and also my PAYG).

I have another site to site VPN set up at another customer, and I know what I should receive when calling that URL, and that customer works fine with a reply on the health probe.

Running the following, also fails with TimeOut.
test-netconnection -computername [my-virtual-network-gateway-up] -port 8081

I have teared it down, and recreated it with a different Public IP, and same response.
Also tested from seperate networks to rule out any firewalls etc. (e.g. tested from home and from office)

Suggestions welcome?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,803 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Tom Yates 21 Reputation points
    2022-04-22T11:16:55.513+00:00

    Hi Gita,

    1. Yes, correct - VNet to Vnet in Azure.
    2. Yes, created the LNG's
    3. Route Based. Yes, same on both sides
    4. Yes, Pre-Shared Key correct
    5. No peering and no overlapping address space.

    Things progressed after the weekend, in that it just worked which is most odd, so assume it was something odd in the Azure world.
    However, I would still like to know at what point is the Health Probe is available on https://<YourVirtualNetworkGatewayIP>:8081/healthprobe ? Is it only available when the VPN is connected?
    I cannot find any documentation on this aspect of the VPN gateway, and all web search point me to ALG Health Probes. This would be most helpful.

    I will mark this question answered, although sorry to future readers - there is not a root cause as to why it happened and how it was resolved.
    In addition, this was purely a PoC before configuring it live for us and the customer. I am pleased to say this worked without any issue (and the health probe was available)


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.