I want to run virtual box on my Windows 7 machine in order to connect to a mysql database.

So I have a asp.net application running on the parent/main Windows 7 o/s.

In my VM I want to run Ubuntu, and be able to connect to it via a local IP address.

Is this possible? If so, how?

link|improve this question

48% accept rate
feedback

migrated from stackoverflow.com Jun 25 '11 at 7:38

This question came from our site for professional and enthusiast programmers.

1 Answer

you can do so simply pointing the .net application host machine at the ip address if the guest, using host only mode, or bridged networking.

virtual machines arn't all that different, networking wise, from a real machine.

link|improve this answer
not sure where to find out the ip of the guest VM? – user27449 Jun 26 '11 at 10:15
ifconfig on the guest should tell you. – Journeyman Geek Jun 26 '11 at 10:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.