Why can't I connect to my VirtualBox using Remote Desktop? - Super User most recent 30 from superuser.com 2010-03-19T18:13:20Z http://superuser.com/feeds/question/72441 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://superuser.com/questions/72441/why-cant-i-connect-to-my-virtualbox-using-remote-desktop 1 Why can't I connect to my VirtualBox using Remote Desktop? Alessandro Vernet http://superuser.com/users/6204 2009-11-19T02:26:34Z 2009-11-19T22:22:36Z <p>Here is my setup:</p> <ul> <li>Everything in running on a single machine, under Mac OS X Snow Leopard.</li> <li>I am running Windows 7 in VirtualBox 3.0.10.</li> <li>In the VirtualBox settings, under Display, Remote Display, I checked "Enable server", and kept the default port (3389). Under Network, I use the Bridge Adapter, so the VirtualBox gets an IP using DHCP, just like OS X does.</li> <li>After starting Windows in VirtualBox, I run <code>ipconfig</code> and see that the IP is 192.168.0.181.</li> <li>From the OS X command line, I can successfully ping 192.168.0.181.</li> </ul> <p>With this setup, I would expect to be able to start Remote Desktop and connect to 192.168.0.181. unfortunately it doesn't work and after about 10 seconds Remote Desktop tells me it can't connect to 192.168.0.181.</p> <p>Any hit of why this wouldn't work?</p> http://superuser.com/questions/72441/why-cant-i-connect-to-my-virtualbox-using-remote-desktop/72444#72444 0 Answer by Alessandro Vernet for Why can't I connect to my VirtualBox using Remote Desktop? Alessandro Vernet http://superuser.com/users/6204 2009-11-19T02:34:35Z 2009-11-19T02:34:35Z <p>Don't connect to the IP assigned to Windows running inside VirtualBox, but to the host, or simply <code>localhost</code> if connecting from the same machine. This way it works like a charm.</p> http://superuser.com/questions/72441/why-cant-i-connect-to-my-virtualbox-using-remote-desktop/72852#72852 1 Answer by fgranger for Why can't I connect to my VirtualBox using Remote Desktop? fgranger http://superuser.com/users/8853 2009-11-19T22:22:36Z 2009-11-19T22:22:36Z <p>As far as I know, I just re-tested it. Remember also that the account you will connect to must have a password.</p> <p>You have to enable it also inside Windows 7 as follow (from W7 help) :</p> <pre><code>How do I allow remote connections on the computer I want to connect to? If the computer you want to connect to is using Windows 7 Professional, Windows 7 Ultimate, or Windows 7 Enterprise, follow these steps: Click to open System. In the left pane, click Remote settings. If you are prompted for an administrator password or confirmation, type the password or provide confirmation. In the System Properties dialog box, under Remote Desktop, select one of the three options, and then click Select Users. If you are an administrator on the computer, your current user account will automatically be added to the list of remote users and you can skip the next two steps. In the Remote Desktop Users dialog box, click Add. In the Select Users or Groups dialog box, do the following: To specify the search location, click Locations, and then select the location you want to search. In Enter the object names to select, type the name of the user that you want to add, and then click OK. The name will be displayed in the list of users in the Remote Desktop Users dialog box. </code></pre>