Hi

how many Interfaces can an single VM have ?


With 3 Interface in my vm.conf the vm works, with 4 not i get "to many interfaces".

if i put in the vm section "interfaces 6" , this fails also.

any veb still exists and working.


Holger


switch "vswitch100" {
        # lan
        interface veb100
        enable
        }

switch "vswitch110" {
        # xbl
        interface veb110
        enable
        }

switch "vswitch120" {
        # dmz
        interface veb120
        enable
        }

switch "vswitch130" {
        # wdmz
        interface veb130
        enable
        }

switch "vswitch300" {
        # freetz
        interface veb300
        enable
        }

switch "vswitch5" {
        # um
        interface veb5
        disable
        }

switch "vswitch7" {
        # nc
        interface veb7
        disable
        }

vm "farin" {
        # interfaces 6
       owner _vmd
       disk "/home/vmd/disk0.qcow2"
        interface {
                switch "vswitch100"
                lladdr fe:e1:ba:d0:9b:d4
        }

        interface {
                switch "vswitch110"
                lladdr fe:e1:ba:d0:9b:d5
        }

        interface {
                switch "vswitch120"
                lladdr fe:e1:ba:d0:9b:d6
        }

#        interface {
#                switch "vswitch130"
#                lladdr fe:e1:ba:d0:9b:d7
#        }

#        interface {
#                switch "vswitch300"
#                lladdr fe:e1:ba:d0:9b:d8
#        }

        memory 2G
        enable
}



Reply via email to