RDP Guest: Windows Server 2008 R2 - Host Suse 11.4
Posted: 15. Feb 2011, 16:54
Dear Forum,
What I want to do is connect to server1 via Windows RDP. The service is enabled on the guest OS, and I have applied the NAT rules as follows:
I have the following configuration:
-Host OS: Suse Linux 11.4
-Guests:
--Windows Small Business Server Standard (server1)
--Windows Server 2008 R2 (server2)
Both systems are networked in NAT mode and have an IP address from virtual box.
I did this by runnig the following codes via ssh:
I can yet not establish any kind of connection, what shall I do?
What I want to do is connect to server1 via Windows RDP. The service is enabled on the guest OS, and I have applied the NAT rules as follows:
Code: Select all
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/server2rdp/GuestPort, Value: 3389
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/server2rdp/HostPort, Value: 3389
Key: VBoxInternal/Devices/pcnet/0/LUN#0/Config/server2rdp/Protocol, Value: TCP
-Host OS: Suse Linux 11.4
-Guests:
--Windows Small Business Server Standard (server1)
--Windows Server 2008 R2 (server2)
Both systems are networked in NAT mode and have an IP address from virtual box.
I did this by runnig the following codes via ssh:
Code: Select all
VBoxManage setextradata server2 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/srvenomos1rdp/HostPort" 3389
VBoxManage setextradata server2 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/srvenomos1rdp/GuestPort" 3389
VBoxManage setextradata server2 "VBoxInternal/Devices/pcnet/0/LUN#0/Config/srvenomos1rdp/Protocol" TC