question

37005326 avatar image
0 Votes"
37005326 asked GitaraniSharmaMSFT-4262 edited

How to solve this problem?

My system is server 2016 standard. How can I set the server to only accept remote desktop requests sent from the IP address of the springboard machine, and reject all requests from the IP address of other hosts.

remote-desktop-serviceswindows-server-2016azure-virtual-network
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AlanKinane avatar image
2 Votes"
AlanKinane answered

For an Azure VM, you can create a network security group and associate it with the NIC of your virtual machine. With an NSG, you can create a deny rule for TCP port 3389 (RDP) and then create an allow rule and only allow the source IP address of your springboard VM. This will block any other VMs on the virtual network from accessing via RDP.

Here's some guides to help you with this:

https://docs.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview
https://docs.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.