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....
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....