RDP to Hyper-V VM Guest on Network

0

I have a Hyper-V VM that I can remote into from the host no problem, however I want to be able to remote into it from another computer on the network. What needs to be configured to make this possible?

Isaac Levin

Posted 2018-01-09T15:51:43.067

Reputation: 103

Answers

0

Probably, you connect to VM with Virtual Machine Console.
For connect to VM from LAN over RDP you need:

  • open incoming port 3389 on target machine
  • add user you try login over RDP to «Remote Desktop Users» security group on target machine

Nikolay Petyukh

Posted 2018-01-09T15:51:43.067

Reputation: 16

I can RDP into the Guest from the Host with no issue. I think the issue is the IP of the guest is not available on the network since when I try to connect it from another machine it times out but not sure where to look. – Isaac Levin – 2018-01-09T17:33:01.363

@IsaacLevin Can you capture screencast? – Nikolay Petyukh – 2018-01-09T17:39:03.400

I cannot at the moment, I can take a look at a setting if you need – Isaac Levin – 2018-01-09T17:57:31.000

@IsaacLevin have you tried to connect? – Nikolay Petyukh – 2018-01-10T07:12:41.420

What should I be looking at? The issue has to be the IP for the Guest isn't available to the network – Isaac Levin – 2018-01-10T17:14:12.627

@IsaacLevin send me VM Settings window screenshot – Nikolay Petyukh – 2018-01-10T17:54:53.923

I was able to figure it out by following a doc on docs.microsoft.com, funny that. Thanks for the help – Isaac Levin – 2018-01-10T20:16:55.860