Displaying 3 results from an estimated 3 matches for "giannakou".
2014 Oct 28
3
problem with libvirt and ovs bridge
Hello,
I have created an ovs bridge on which i have attached a port. I would like to connect my vm to that port,so i have created an xml defining the network.
The xml is:
<network>
<name>ovs-snort</name>
<forward mode='bridge'/>
<bridge name='snort'/>
<virtualport type='openvswitch'/>
</network>
but when i do virsh
2014 Oct 28
0
Re: problem with libvirt and ovs bridge
[Please keep such technical discussions on list, so others can correct
me or might have better ideas.]
On Tue, Oct 28, 2014 at 06:08:02PM +0100, Anna Giannakou wrote:
> Thank you for the quick reply. I tried to remove the <virtualport
> type='openvswitch'/> line from the network xml and now the network is
> created. However when i try to launch the vm with virt-install i get
> again the error Unable to add bridge snort port vnet...
2014 Oct 31
0
problem with libvirt and ovs
Hello,
I have defined an ovs network with libvirt (virsh net-define ovs.xml) and created a vm that will connect to that network with virt-install. Although the vm port appears normally if i do an ovs-vsctl show, when i try to set this port as a mirror port for all the traffic in the bridge, the command is executed normaly, but then i cannot see any traffic on the interface.
Could you give me