Hey guys, I'm using Virtualbox on my desktop, WinXP host, and guest running Fedora 12. I want to set it up as a LAMP testing server mostly for me, but it should be visible to the whole company LAN.

  • I set up the VM in Virtualbox to use 'Bridged adapter' network, attached to the host network connection.
  • I can ping the guest's IP from the host.
  • But I can't ping it's hostname.

What do I need to set up in order to be able to access the VM by hostname locally within the LAN? e.g. vmdev1.company.com

Thanks!

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

DNS needs to be setup, either manually (via editing a zone file or some GUI thing), or automatically (DHCP server registers the name associated with the IP address it leased with the DNS server).

link|improve this answer
I need to do this in the guest or the host? Any guidelines or link with more info? I appreciate the help thanks – infinity Nov 18 '09 at 17:18
You do it on your DNS/DHCP server. – womble Nov 18 '09 at 17:25
feedback

If you actually want to join the VM to your domain, try Likewise Open:

http://www.likewise.com/products/likewise%5Fopen/

This should also automatically add an entry for your host into DNS.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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