ipv6 ssh not working with RHEL from internet
I am having a RHEL 8.8 instance with dual stack , For which I have added two public ips ipv4/ipv6 .
I am able to ssh through public ipv4 , but I am not able to ssh using Public IPv6 .
https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/ipv6-overview depects that IPv6 needs load balancer for internet Access , while Creating public ip , also it shows that load balancer is only supported for public ip with nic . but with custom template I am able to create a Vm using both public Ips (v4/v6) .
https://learn.microsoft.com/en-us/azure/load-balancer/load-balancer-ipv6-for-linux?toc=%2Fazure%2Fvirtual-network%2Fip-services%2Ftoc.json&tabs=redhat i have made these changes as well , didn't fix my issue .
Does Azure support IPV6 public ip ssh through Internet , without load balancer ?