Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1ec8235

Browse files
committedMay 3, 2022
added note about internal load balancer not working with ipv6 + floating ip
1 parent 6e5eba8 commit 1ec8235

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎articles/load-balancer/load-balancer-floating-ip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ netsh interface ipv4 set interface “interfacename” weakhostsend=enabled
6868
6969
## <a name = "limitations"></a>Limitations
7070

71-
- Floating IP is not currently supported on secondary IP configurations for Load Balancing scenarios
71+
- Floating IP is not currently supported on secondary IP configurations for Load Balancing scenarios. Note that this does not apply to Public load balancers with dual-stack configurations or to architectures that utilize a NAT Gateway for outbound connectivity.
7272

7373
## Next steps
7474

‎articles/virtual-network/ip-services/ipv6-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ IPv6 for Azure VNET is a foundational feature set which enables customers to hos
6767
## Limitations
6868
The current IPv6 for Azure virtual network release has the following limitations:
6969
- VPN gateways currently support IPv4 traffic only, but they still CAN be deployed in a Dual-stacked VNET.
70+
- Dual-stack configurations that use Floating IP can only be used with Public load balancers (not Internal load balancers)
7071
- Application Gateway v2 does not currently support IPv6. It can operate in a dual stack VNet using only IPv4, but the gateway subnet must be IPv4-only. Application Gateway v1 does not support dual stack VNets.
7172
- The Azure platform (AKS, etc.) does not support IPv6 communication for Containers.
7273
- IPv6-only Virtual Machines or Virtual Machines Scale Sets are not supported, each NIC must include at least one IPv4 IP configuration.

0 commit comments

Comments
 (0)
Please sign in to comment.