Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Wednesday, March 14, 2018 1:27 PM
What's the best way for me to be able to ping from an Azure VM to an on-premises machine over a site to site VPN?
All replies (1)
Wednesday, March 14, 2018 7:36 PM
If Ping fails. It can be for many reasons, you can check your on-premise VPN device the tunnel is up and running or not, probably you need to check the Azure VPN gateway status. If this is also running fine then we need to dig more into it and will have to pull logs to verify each and everything.
Also you can check the whether the Local network (in case of ARM - Local Network Gateway) is defined properly.
You can verify your configuration from here-
How to configure A Virtual Network :
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-create-vnet-arm-pportal
Connect a VNet to an on-premises network using a site-to-site VPN
Add /en-us/azure/vpn-gateway/vpn-gateway-howto-multi-site-to-site-resource-manager-portal
Supported on-premise VPN Devices:
/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices
Verify a gateway connection:
/en-us/azure/vpn-gateway/vpn-gateway-verify-connection-resource-manager
And if possible, could you check by disabling your security appliance and connect your on-premise to your Azure VNet directly using S2S. Also, though ICMP should work while connected via a VPN Gateway it is suggested to Use port pings instead of ICMP to test Azure VM connectivity.
Do click on "Mark as Answer" on the post that helps you and vote it as helpful, this can be beneficial to other community members.