<div dir="ltr">Hi everyone, I&#39;m having several troubles with <i>bonding</i> functionalities. I&#39;m beginning in this world and I made a topology like this one on my virtual machine:  <br><div><br></div><div><pre class="gmail-m_933926455660211100gmail-result--content--pre" style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding:0px;overflow:hidden;line-height:1.2em;color:rgb(0,0,0)">                                                   +----+                                                              
                                                   |ns1 |                                                              
                                                   +----+                                                              
                                                      |vpeerns1                                                        
                                                      |                                                                
                                                      |                                                                
                                                      |vns1                                                            
                         +---+                      +---+                                                              
 +----+vpeerns4     vns4 |   |vpeerns3          vns3|   |vns2       vpeerns2+----+                                     
 |ns4 |------------------|br1|----------------------|br0|-------------------|ns2 |                                     
 +----+                  |   |                      |   |                   +----+                                     
                         +---+                      +---+                                                              
                           |vpeerns5   -              |vns6                                                            
                           |                          |                                                                
                           |                          |                                                                
                           |                          |                                                                
                           |                          |                                                                
                           |                          |                 +----+                                         
                           |vns5                      |                 |    | namespaces [nsX]                        
                         +---+                        |                 +----+                                         
 +----+vpeerns7     vns7 |   |                        |                 +---+                                          
 |ns7 |------------------|br2|------------------------|                 |   |                                          
 +----+                  |   |vpeerns6                                  |   |  bridges [brX]                           
                         +---+                                          |   |                                          
                                                                        +---+                                          
                                                                                                                       
                                                                                                                       
                                                                                                                       </pre><pre class="gmail-m_933926455660211100gmail-result--content--pre" style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding:0px;overflow:hidden;line-height:1.2em;color:rgb(0,0,0)">(I hope the topology can be understood)

<div dir="ltr" style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;white-space:normal"><div>When everything is connected directly to br0, br1 or br2, all devices are working perfectly, connectivity exists between them and I can make <i>ping</i> between all namespaces.</div><div>The problem comes when I want to use <i>bonding</i> for vpeerns3 and vpeerns5 interfaces (forgive the names).</div><div><br></div><div>I used these commands to make it (everything worked before this):</div></div><blockquote style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;white-space:normal;margin:0px 0px 0px 40px;border:none;padding:0px"><div><div><i>ovs-vsctl add-bond br1 bond1 vpeerns3 vpeerns5 </i></div></div><div><div><i>ovs-vsctl set port bond1 bond_mode=balance-tcp</i></div></div></blockquote><div dir="ltr" style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;white-space:normal"><div><br></div><div>And now, nothing crosses to ns4 and from ns4. The rest of the pings are working perfectly (because I set before ARP cache tables) but that one is not working. The funny thing is when I capture traffic in vpeerns3/vpeerns5 (I send a ping from ns1 to ns4, for example), there are echo request messages there, but nothing if I capture on br1, or ns4, it&#39;s like air is between vpeerns3/vpeerns5 and br1.</div><div><br></div><div>What could be wrong here??</div><div><br></div><div>Thanks in advance</div></div></pre></div></div>