I've virtual Box installed with backtrack and XP SP2 Virtual machines, on a Windows 7 host machine. How can I create a connection between them?

link|improve this question
1  
Is your question about forming a network connection between two virtual machines, or is it about pen testing? – logicalscope Jan 14 at 17:56
Hi it's about forming connection between virtual Machine >> Please Answer This , Thanks – user39632 Jan 15 at 20:04
feedback

migrated from security.stackexchange.com Jan 15 at 21:31

This question came from our site for IT security professionals.

2 Answers

You just need to have both VMs running at the same time on the host system and configure the network correctly on the two VMs, then they should be able to "see" each other. From there you start your learning.

To test if it works you will just need to ping one of them from the other.

Here's a Virtualbox networking tutorial - http://www.virtualbox.org/manual/ch06.html

link|improve this answer
feedback

Most likely it's something with your networking configuration for the virtual machines. Please take a look here. The default option is NAT, if you're having problems you might want to switch to bridged mode.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown