Possible Duplicate:
How to share files/folders in Sun VirtualBox?

I create a VM machine with virtualbox, and the network type must be NAT. after that i type \10.0.2.15 in my host machine, I can not access to the share folder, How can I achieve this ? Thanks in advance !

link|improve this question

72% accept rate
feedback

closed as exact duplicate by Nifle, Diago Oct 5 '10 at 11:47

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

I think it's not that simple using NAT.

In my opinion the best solution for your situation is to set up an ftp server on the guest and access it via windows explorer or any ftp client from the host. To do that you will need to set up NAT port forwarding for the desired ftp port: http://www.virtualbox.org/manual/ch06.html#natforward

link|improve this answer
feedback

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