2nd Nic on VM

dazza76

Renowned Member
May 25, 2010
41
0
71
I know this sounds really dumb but.
how do i add a 2nd nic to the virtual machine.

on the network page i have

"Bridged Ethernet Devices
eth0 : vmbr0"

I cannot see a place to add a second interface.
Obviously i am dumb or blind

I need up to 4 nics per vm and yes i have the bridges available

Please help.


P.s version 1.5

Cheers
D
 
I don't understand the question?
you can always add other NIC via the GUI...at least for a KVM host...
 
this was for non kvm i.e openvz
i ended up using

vzctl set <VMID> --netif_add eth<N>,,,,vmbr<M> --save

Ok i have just watched the video and will now stop banging my head on the table.


D
 
Last edited:
pls try to describe as detailed as possible what you wanna try to achieve - and never forget to tell if you are running KVM guest or a container.
 
I am trying to add a second bridge to a VM container
currently there is no option for a second interface

I achieved this by running:
vzctl set 101 --netif_add eth0.1000,,,,vmbr1 --save

My other option is to bridge the Eth port and setup the vlans on the VM container (If this is possible)


Cheers
D