I'm a web developer and most of my work from running CentOS or Ubuntu servers from VMWare Fusion on my Macbook. I interact w/ the servers wholly over SSH and like this set up very well.
One problem I am running into, however, is that when I switch between wireless networks, the IP Address of the virtual machines changes. This is a hassle because I have some scripts that mount my home folder of the virtual machine as drive, and when the IP changes, I have to manually figure out what it is and change things.
It would be great if I could assign a host name (?) to the VMs so that I can always do "ssh user@myvitualmachine" but I would be satisfied with setting it up so that the IP doesn't change.
How should I go about this?