Starting from a clean Windows 7, I installed VMWare Player and then inside it I installed Ubuntu.

Both OS's can ping each other by IP address, but hostnames won't resolve. What's the easiest way to fix that, other than hard-coding static IPs in their respective hosts files?

Thanks

link|improve this question

61% accept rate
feedback

2 Answers

sudo apt-get install samba - \\linuxhost\share works from windows, and smbmount works from linux.

link|improve this answer
feedback

enable wins resolution on ubuntu or enable dns server on windows

link|improve this answer
for a less dynamic approach you can modify host files on both – aking1012 Nov 27 '10 at 3:46
feedback

Your Answer

 
or
required, but never shown

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