Friday, March 09, 2018

Re: bridging vmm network

On 09/03/2018 01:56, Mike Larkin wrote:
> On Thu, Mar 08, 2018 at 05:48:05PM +0000, niya wrote:
>> hi
>>
>> i working out my ideas for modelling my home network,
>>
>> the network will have four vether interfaces to cover the needs of my
>> firewall,
>>
>> which will have  a lan, demilitarised zone, carp redundancy and connection
>> to the wan,
>>
>> should i bridge all four vether interfaces to one bridge or a separate
>> bridge for each ?
>>
> Can you explain a bit more? Specifically, what role is vmm playing
> here?
>
> -ml
Hi Mike
sorry i think i'm refering to the wrong thing ,
i think it should be vmd in the title.
i have a test vm with a configuration of the following

cat /etc/vm.conf
switch "local" {
    add vether0
    interface bridge0
}

# Test VM
vm "test.vm" {
        disable
        owner alarm
        memory 256M
        disk "/home/alarm/vmm/test.img"
        interface tap0 { switch "local"
        lladdr fe:e1:bb:d1:23:51 }
        }

------------------------------------------------

if i create multiple vm's do i attach the tap interface for each vm to
switch "local"
or do i add a virtual switch declaration in vm.conf for each ?

shadrock

No comments:

Post a Comment