Azure IPv6 route next-hop?

V Technical 1 Reputation point
2020-08-01T22:57:56.85+00:00

So I'm deploying an NVA, trying to dual-stack IPv4/6. To the best of my understanding I have think I have the Network Interface, IP Configurations, and whatnot configured correctly.
The virtual appliance itself is capable of dual stack, but I'm putting routes in manually. My IPv4 traffic is getting out (although not getting in, which is another question I'm opening), but pinging out v6 doesn't seem to work. However, I'm not entirely sure I have my next-hop correct for the v6 path.

Like, the IPv6 address I have assigned is ace:cab:deca:2::4/64. In the NVA in put in a default v6 route of ::/0, and a next-hop of... "ace:cab:deca:2::1"?

15011-2020-08-01-li.jpg

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,263 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. msrini-MSFT 9,266 Reputation points Microsoft Employee
    2020-08-04T13:36:48.793+00:00

    Hi,

    The default gateway for the IPv6 address would be the first IP of the subnet in which the NIC is deployed. In your case that is "ace:cab:deca:2::1" which is correct.

    Use layer 4 connectivity test and collect packet capture to check if you are receiving any SYN, ACK.

    Regards,
    Msrini