RDP connecting thought local network and outside network

0

Is it possible to have a rule that allows Account1 to be connected to my VM using RDP only through the local network and Account2 to have access from outside the network and through the local network using RDP as well? If yes, how can I achieve this?

Ivan_D

Posted 2019-11-19T00:02:39.770

Reputation:

Answers

1

This can be achieved (Assuming if you're having both machines on same domain) by using Jump Server. I'll try to explain every scenario where you can implement it.

1. Allows Account1 to be connected to my VM using RDP

You need to assign an IP address to your VM. So for example Account1 wants to access the VM, he or she needs to first login to a server and by defining firewall rule in your jump server you can restrict the user from accessing that specific account to host.

2. Account2 to have access from outside the network and through the local network using RDP as well

Same pattern can be used for account 2 however, you need to create a separate account in your jump server in order to access it.

BeeFaauBee

Posted 2019-11-19T00:02:39.770

Reputation: 11