So you want to run Infoblox’s Virtual Appliance on VirtualBox instead of VMWare player. In this blog post I will detail exactly what is required to get this to work, however I have to warn you, this is unsupported by Infoblox.
Requirement:
- Archlinux ISO (netboot image should be fine)
- Virtual BOX
- Infoblox IPAM vmware hard drive image
Now that is out of the way, lets start by creating the VM in Virtual Box.
Create a Linux 2.6 64bit Virtual machine and as hard drive, use the Infoblox IPAM virtual hard drive. Once it is created, the settings should look like this.

On the system tab, make sure selected chipset is ICH9 and tick IO APIC.

Next the storage section. You will notice I have a Archlinux ISO mounted.
Ensure you are using a SATA/AHCI controller for the virtual hard drive.

Final tab, network tab, you have to set it to the Intel Pro/1000 MT Server adapter.

Once all that is set, it will still not work. Now you have to use a Linux ISO image to boot up the VM to gain access to the hard drive. In this example I used Archlinux 2010.12 iso, you can use the net-install iso for the smallest download.
Once booted up with the Archlinux ISO, issue the following commands.
mount /dev/sda1 /mnt
nano /mnt/etc/modprobe.conf
Edit modprobe.conf as follow.
1. Remove or comment out “alias eth0 vmxnet”
2. Add “alias eth0 e1000″
The file should look like shown in the following image.

Save the file, and umount the filesystem, reboot on to the hard drive.
umount /dev/sda1
reboot
The VM will probably reboot twice, but after that it should start working.