Table of Contents

Vmware Networking

Seems some people are having difficulties getting networking to work with the Vmware disk images. It seems DHCP isn't working correctly in Haiku under Vmware.

Assuming you have a router, and the router's IP address is 192.168.1.1 and you're using a Haiku VMWare virtual disk image:

  • Make sure you have the following line in your virtual machine's configuration file:

ethernet0.virtualDev = "e1000"

  • For your virtual networking, make sure that it's set to 'bridged' in Vmware's networking preferences.
  • Boot Haiku, under 'preferences', start the 'network' application.
  • Set the mode to 'static'
  • Give Haiku, an IP address i.e: 192.168.1.8
  • Enter the gateway: 192.168.1.1
  • Enter DNS#1: 192.168.1.1
  • Reboot Haiku.

Some people may find that you have to change the network in VMware to Bridged instead of NAT if the rest of the instructions do not work. You can do that by editing the network adapter settings right in VMware.

You should now be connected. If you don't have a router, you probably do the same, but give Haiku the same IP address as your physical machine, and the gateway and DNS of your provider.

tips/vmware-networking.txt · Last modified: 2010/08/23 20:03 by karl
Back to top