VMWare fusion and lost network connections
You need to create a simple script that has the following in it and make it executable:
cd "/library/application support/vmware fusion/"
sudo ./boot.sh --restart
This script will need to run as root, thus the need for the sudo command which will prompt for the root password on your machine, and then restart the Network Daemons without completely shutting down your virtual machines. This will cause the network functionality to be restored inside of your VM and can be very handy to save you some time during your day.

3 Comments:
At April 14, 2009 1:39 PM ,
Virtual World Blogger said...
Works like a champ! Thank you so much for taking the time to post.
At June 12, 2009 3:09 AM ,
Werner said...
Sorry I am not skilled in Mac environment.
How do I create the script and where do I execute it?
Thanks for info.
At June 12, 2009 8:03 AM ,
Rick Mitchell Solutions said...
Open up textedit and copy the 2 lines into a new file. Save it as vmware-fix.sh inside your home directory. Open up a terminal, and then do the following command:
chmod 700 vmware-fix.sh
Once you do that, you can run it in a terminal screen by:
./vmware-fix.sh
It will prompt you for the root password, and then do its magic.
Good luck.
Post a Comment
Links to this post:
Create a Link
<< Home