An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi @Anonymous ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you would like to understand more about P2S VPN gateway connectivity.
When you configure VPN Gateway and establish a S2S/P2S Connection, all the VMs in Azure and Servers in OnPrem/Remote form a single private network.
The routes to this network range are automatically updated in the default routes of the VMs.
So, unless there is any Firewall blocking inside the OS of the VM, RDP via Private IP range should work regardless of whether or not we have a NSG on the subnet/NIC
Refer: Optional default routes
P.S:
- NSGs do not open/close a port.
- NSGs only block/allow traffic to the ports mentioned in the rule
- They do not have any visibility if the Port is open or closed in the first place.
I hope this helps.
Please let us know if you are facing issues with RDP to the VM from your P2S Clients.
Thanks,
Kapil
----------------------------------------------------------------------------------------------------------------
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.