InfoBlox on KVM/Proxmox

thesubmitter

Active Member
Jun 5, 2012
64
14
28
I'm trying to get infoblox server to work on proxmox kvm.

The Infoblox setup calls for somethign like this:
<interface type='network'>
<rom bar='off' />
<source network='MGMT'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<interface type='network'>
<source network='LAN1'/>
<rom bar='off' />
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</interface>

I'm understanding that the interfaces in the VM need to be named MGMT, LAN1

I've tried doing this so far in the kvm config, but no dice....
args: -net nic,model=e1000,name=MGMT,bridge=vmbr0
balloon: 0

I can't find documentation for the options....
 
Hi,

You can't set the NIC name of the VM on the hypervisor.
If you need to rename a nic from a KVM VM you can do this with udev rules in the VM.

Also, your libvirt config uses virtio nic and not e1000 and the MGMT is only the bridge where the nic is connected.
 
Just as a followup the only thing required was to have multiple network interfaces - i put 4 using regular gui method
 
mind if you shared how you got this working? (and what version of nios?). I'm having issues importing the KVM and it always ends up with a fatal error during setup.
 
mind if you shared how you got this working? (and what version of nios?). I'm having issues importing the KVM and it always ends up with a fatal error during setup.
oh never mind. figured it out. had to use virtio interfaces, it did not like the e1000's. thanks!
 
Confirmed setting the network adapters to virtio network adapters in Proxmox 8.4.1 on a imported QCOW2 image for Infoblox 9 works.