I'm trying to RDP to a Ubuntu VM from a Windows PC. However I get the error:
I've installed xrdp and made sure it was running as well as let port 3389 through the firewall. I've also tried disabling the firewall, but nothing has worked so far.
Update 1: So I've managed to connect to the VM, but when I attempt to access another machine running Ubuntu it won't work. I'm using the same settings as I did on the VM and connecting through a VPN so it is on LAN.
I'm able to SSH into the other machine. Firewall is disabled. Running
netstat I get:
Update 2:
I can't telnet into port 3389 on the machine.
Running netstat -plnt |grep rdp returns the following:
telnet <ip> 3389
. Does that work? – rustyx Oct 27 '23 at 15:03