Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Whenever I start my VM (Server 2003), it fails to pick up an IP address. It doesn't matter whether it is bridged or host and affects more than one image. If I set a static IP in the image on the same subnet as the host, I can't ping anything on the network.

Any ideas?

share|improve this question
1  
Sounds like a SuperUser question to me. – Bill Weiss Dec 15 '09 at 21:53
what os? is this on a mac osx platform? – Dave Holland Dec 15 '09 at 22:36

closed as off topic by Michael Hampton, Ward, mdpc, WesleyDavid, growse Dec 23 '12 at 20:44

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

2 Answers

Have the VMWare network adapters (on the host) been disabled? If so, then re-enable them.

share|improve this answer
ifconfig suggest vmnet 1 and vmnet 8 are up – Mark Sutton Dec 15 '09 at 23:12

Just restart VMware on the host (Fusion is just a GUI to it):

sudo "/Library/Application Support/VMware Fusion/boot.sh" --restart

Sometimes it gets in some conflict with Cisco VPN or OpenVPN or NATing (Internet Sharing) you would be doing on the host.

share|improve this answer

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