<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Thanks for your explanations!<br>
    <br>
    Now I am getting the idea of ovs more and hopefully can configure it
    the right way! :)<br>
    <br>
    All the best!<br>
    <br>
    <div class="moz-cite-prefix">On 23.01.15 20:41, Michael Rasmussen
      wrote:<br>
    </div>
    <blockquote cite="mid:20150123194108.362545aa@sleipner.datanom.net"
      type="cite">
      <pre wrap="">On Fri, 23 Jan 2015 14:47:30 +0200
Sten Aus <a class="moz-txt-link-rfc2396E" href="mailto:sten.aus@eenet.ee"><sten.aus@eenet.ee></a> wrote:

</pre>
      <blockquote type="cite">
        <pre wrap="">So, all vmbrs (vmbr10, vmbr20, vmbr30, vmbr40 and vmbr50) are connected to VLANs on Proxmox host and are being used in VMs and as far as I know, I can't connect one physical Proxmox host port (eth0) to multiple ovs bridges.
That means I can't leave my VMs configuration like that, is that right?

</pre>
      </blockquote>
      <pre wrap="">The hole idea behind OpenVswitch (OVS) is to emulate a psychical switch
so that a OVS can have multiple ports each with either vlan tags or not,
different MTU, access port or trunk port (like a switch fabric in
hardware). Therefore when using OVS you normally only have 1 switch and
the you configure each port according to your needs.

With Linux Bridges this is different because the configuration is
applied to the bridge itself. This means that any vNIC attached the
bridge share the same configuration so to be able to support several
configurations you need to create a bridge for each desired
configuration.

Generally speaking you can compare a OVS to a managed switch while a
Linux Bridge can be compared to an unmanaged switch.

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
pve-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:pve-user@pve.proxmox.com">pve-user@pve.proxmox.com</a>
<a class="moz-txt-link-freetext" href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>