Hi Hamza Malik
Following is an additional test to continue the troubleshooting. If the server has lost wireserver connectivity, RDP might fail.
Test WireServer connectivity
To run successfully, Guest Agent requires connectivity to the WireServer IP (host IP) address 168.63.129.16
on ports 80
and 32526
. For instructions about how to test connectivity to this IP address, see the Troubleshoot connectivity section of What is IP address 168.63.129.16?
If any of the tests in that section don't connect, check for issues that might cause any of the following components to block access to IP address 168.63.129.16
:
- A firewall
- A proxy
- An application
If you are not able to access the above details somehow, I suggest you to create a test VM in the same network and try accessing the problematic VM from there. Ideally, http://168.63.129.16/?comp=versions should be accessible from web browser of any VM. If suppose, the above address is not accessible, RDP might fail. You can see, if DHCP is enabled in the server's network interface?
Check it?
netsh interface ip show config
Enable DHCP
netsh interface ip set address name="<name-of-the-interface>" source=dhcp
Have you also seen the following NSG settings applied correctly?
Hope this helps.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--