I think I could try the first solution. Can you explain me how do I create the port used by dnsmasq?
For example, is it correct to execute # ovs-vsctl add-port virbr1 port2 tag=2 to create a port for the vLan whose tag is 2 named "port2"? Daniele Milani Date: Thu, 22 Mar 2012 10:54:21 -0700 Subject: Re: Problem with Open vSwitch and dnsmasq From: aatteka@xxxxxxxxxx To: dano1988@xxxxxxxxxx CC: libvir-list@xxxxxxxxxx; roberto.sassu@xxxxxxxxx On Thu, Mar 22, 2012 at 6:10 AM, Daniele Milani <dano1988@xxxxxxxxxx> wrote:
I believe you would need to run dedicated dnsmasq process instance per each VLAN that you have. By default I guess dnsmasq runs on virbr1, hence it does not see the tagged traffic that comes from vnet0. You could try to:
change the tag of virb1 port, but this might lead to other issues (e.g. then non-tagged VMs will not get DHCP leases). Perhaps someone else can suggest something easier...
|
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list