IPv6 Support in Azure

Alex 495 Reputation points
2023-12-12T08:11:28.55+00:00

Hello,

I am looking to enable IPv6 on Vnet, Subnet, VMs, and other resources.

What private IPv6 address range I can use and the corresponding subnet ranges to use? Are there any Azure recommended or best practiced address ranges defined?

For eg: Can I use something like below?

Address Range - fd00::61:0/112

Subnet - fd00::61:2100/120

Thank you in advance.

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

Accepted answer
  1. GitaraniSharma-MSFT 50,021 Reputation points Microsoft Employee Moderator
    2023-12-12T08:35:05.6266667+00:00

    Hello @Alex ,

    Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.

    I understand that you would like to know what private IPv6 address range you can use in Azure and if there are any Azure recommended or best practiced address ranges defined.

    IPv6 for Azure Virtual Network enables you to host applications in Azure with IPv6 and IPv4 connectivity both within a virtual network and to and from the Internet.

    You can define your own IPv6 virtual network address space to meet the needs of your applications.

    Refer: https://azure.microsoft.com/en-in/updates/ipv6-for-azure-virtual-network-is-now-generally-available-2/

    The subnets for IPv6 must be exactly /64 in size. This ensures future compatibility should you decide to enable routing of the subnet to an on-premises network since some routers can only accept /64 IPv6 routes.

    So, your IPv6 range should be something like fd00:db8:deca:deed::/64 or 2001:db8:3c4d:15::/64 and not /112 or /120.

    All the information for IPv6 usage and limitations can be found in the below docs:

    https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/ipv6-overview

    https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ipv6-overview

    Kindly let us know if the above helps or you need further assistance on this issue.


    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


0 additional answers

Sort by: Most helpful

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.