Hi againSome info:Your Project ID: intranet-test-2121182. Instance name: ontranetvm3. Error that you receive when trying to RDP or telnet.
"We couldn't connect to the remote PC. Make sure the PC is turned on and connected to the network, and that remote access is enabled.
Error code: 0x204"4. How are you trying to RDP (ChromeRDP, Windows RDP etc)?I am using "Microsoft Remote Desktop 10" on Mac
On Monday, August 13, 2018 at 4:30:00 PM UTC+2, Peter Cort Larsen wrote:Hi,I have just finished creating a new VM instance on Google cloud (Windows server 2016).Yesterday eveing i could connect from my Mac, but today i get this error:"We couldn't connect to the remote PC. Make sure the PC is turned on and connected to the network, and that remote access is enabled.
Error code: 0x204"I can ping the IP addressI have no idea how to fix this, can anyone help?
@Peter, I am glad to hear that you found the root cause of the issue. An ephemeral (dynamic) IP address may get reassigned when instances shutdown or reboot. As such, and to avoid this situation in the future, you may consider reserving a static IP.
@Kevin, if it is a port issue, it could either be the Google Compute Engine firewall, or your (internal) Windows instance firewall.
As such, If the “default-allow-rdp” rule does not exist in GCE firewall rules, create a new one allowing port 3389 (or any other port that you are using) per this document. Furthermore, if it is your Windows instance firewall, you may open the port, but assuming you are not able to RDP, you may use this method suggested in this thread, or you may have to disable the firewall through a startup script (attach and reboot) per the suggestions at this old thread. I hope this helps.
As such, If the “default-allow-rdp” rule does not exist in GCE firewall rules, create a new one allowing port 3389 (or any other port that you are using) per this document.
Furthermore, if it is your Windows instance firewall, you may open the port, but assuming you are not able to RDP, you may use this method suggested in this thread, or you may have to disable the firewall through a startup script (attach and reboot) per the suggestions at this old thread. I hope this helps.
Furthermore, if it is your Windows instance firewall, you may open the port, but assuming you are not able to RDP, you may use this method suggested in this thread, or you may have to disable the firewall through a startup script (attach and reboot) per the suggestions at this old thread. I hope this helps.
AnAuthentication error has occurred
The function request is not supported
Remote Computer: IP ADDRESS
This could be due to CredSSP encryption oracle remediation.
for more information, see https://go.microsoft.com/fwlink/?linkid=866660
Hello Kevin,
Following up on my comment, I meant the firewall of the Windows server hosted on Google Compute Engine, and not your local machine, but I assume you figured it out per your last message. Furthermore, and while the instance is already behind the Compute Engine firewall, disabling Windows firewall should be temporarily until you fix the root cause of the issue. Another way to troubleshoot is using the serial console per this guide.
Reading your last message, and per this superuser discussion you may either have an un-patched server or RDP client. I am not sure if the port gets blocked because of the CredSSP error, but it seems the connection will be dropped because of “different expectations on the establishment of a secure RDP session”. I also found this third party article that explains “CredSSP encryption oracle remediation” error and suggests a fix (patch both client and server) and workarounds.
As this is a technical issue, and related to OS configuration within the instance itself, and not a general question about Compute Engine or VPC firewall, and for further help, I’d recommend posting your question at serverfault.com which we closely monitor when tagged with [google-compute-engine], and where you have access to a larger community of enthusiasts and experts to share ideas with and get support from.
I’d recommend posting your question at serverfault.com which we closely monitor when tagged with [google-compute-engine], and where you have access to a larger community of enthusiasts and experts to share ideas with and get support from.