I'm running a local web development virtual machine on Ubuntu containing all my web projects. This is using VMware Player and NAT. I'm using Apache's virtual hosts to browse to each website. The virtual machine can get launched from multiple pcs (work / home).
Up to this point, I'm adding the virtual hosts to the Windows Hosts file on both the home / work pcs, and because of running the VMs from different locations, the ip changes sometimes which then breaks the hosts file.
Is there a better way to do this, so that I can add the host once and work from both locations?