Share via

How to solve this problem?

森 孙 1 Reputation point
2022-04-14T08:16:26.9+00:00

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.

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.

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Server | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Alan Kinane 17,361 Reputation points MVP Volunteer Moderator
    2022-04-14T08:43:53.23+00:00

    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://learn.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview
    https://learn.microsoft.com/en-us/azure/virtual-network/tutorial-filter-network-traffic

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.