Route Table is not routing some IP addresses

Mark Wint 0 Reputation points
2025-05-15T14:07:05.89+00:00

I've setup a lot of Route in my route table, so that certain remote subnets (e.g. 10.10.99.0/24) are routed via a Virtual Appliance. They all work except for 2 routes. I can't see why these 2 particular routes are not working but the rest are. I've checked for overlaps and they are known.

Azure Route Server
Azure Route Server

An Azure service that enables network appliances to exchange route information with Azure virtual networks dynamically.


1 answer

Sort by: Oldest
  1. Shravan Addagatla 1,540 Reputation points Microsoft External Staff Moderator
    2025-05-15T14:47:38.72+00:00

    Hello Mark Wint

    I understand that you're facing a routing issue in your Azure route table. You've set up routes for various remote subnets (e.g. 10.10.99.0/24) but two specific routes aren't working while others are, here are a few things to check.

    Ensure that the next hop IP (NVA) for these two routes is correctly set and matches the Virtual Appliance.

    Even though you've checked for overlaps, please check no other user-defined route (UDR) takes precedence over the failing routes.

    Please check the effective routes for the network interface of the virtual machine that is supposed to use these routes. This can help you see if your user-defined routes (UDRs) are taking effect or if they're being overridden by default routes.

    Also, I would like to know if these two routes on the VM NIC effectives are showing user -defined or invalid route?

    Do you see traffic on the NVA when pinging or psping the remote subnet IPs??

    Use connection troubleshoot to see what is mis-configured on the route table and help to get some insights about the connectivity details.

    Since you mentioned that next hop type shows as NONE instead of NVA then re-adding the route can help on this.

    Refer this article: https://learn.microsoft.com/en-us/azure/virtual-network/virtual-networks-udr-overview#custom-routes

    Please let me know if you have any further questions.

    Was this answer helpful?


Your answer

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