<div dir="ltr"><div>Hi Jake,</div><div> </div><div>First of all, thank you for your reply and I am very sorry for such a late response.</div><div> </div><div>Just as you said, I had ever tried the bonding style like this:</div>
<div><br>        eth0--+--bound0--[veth]--eth0<br>               eth1--/</div><div> </div><div>But when I used mode=6(alb) of bonding following this way, there is 80% packet loss in the container, I must patch the kernel to the problem.</div>
<div> </div><div>On the other hand, my current approach:</div><div><br>        eth0--[phys]--eth0--+--bound0<br>               eth1--[phys]--eth1--/<br></div><div>My lxc configuration like this (Networking part) :</div><div>
 </div><div><strong># Networking<br>lxc.network.type = macvlan<br>lxc.network.flags = up<br>lxc.network.link = eth0<br><a href="http://lxc.network.name">lxc.network.name</a> = eth0<br>lxc.network.ipv4 = <a href="http://172.19.8.168/16">172.19.8.168/16</a><br>
lxc.network.mtu = 1500<br>lxc.network.hwaddr = fe:67:f5:42:40:14</strong></div><div><strong></strong> </div><div><strong>lxc.network.type = macvlan<br>lxc.network.flags = up<br>lxc.network.link = eth1<br><a href="http://lxc.network.name">lxc.network.name</a> = eth1<br>
lxc.network.ipv4 = <a href="http://172.19.8.169/16">172.19.8.169/16</a><br>lxc.network.mtu = 1500<br>lxc.network.hwaddr = fe:67:f5:42:40:15</strong><br><strong>...</strong></div><div><strong></strong> </div><div>I did the bonding in the container, the bonding configuration is the same as what I did before on the host.  When I started bonding device in the container, this message came out:<div>
"Bringing up interface bond0:  bonding device bond0 does not seem to be present, delaying initialization."</div><div> </div><div>I'm not sure but I doubt it may be Network namespace or something similar that brings about this problem.</div>
<div> </div><div>What's your idea?</div><div> </div><div>Regards,</div><div>Yao</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/15 Jäkel, Guido <span dir="ltr"><<a href="mailto:G.Jaekel@dnb.de" target="_blank">G.Jaekel@dnb.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Yao,<br>
<br>
as I understand, you want to bound two physical interfaces of the host hardware to and use the bound inside a container.<br>
<br>
        eth0--[phys]--eth0--+--bound0<br>
        eth1--[phys]--eth1--/<br>
<br>
Because no other -- neither host nor another container -- may use one of NICs in addition, I would suggest to put the virtual bounding interface on the host and reach through the bound into the container via a veth. To me it's seems to be a better separation of concerns.<br>

<br>
        eth0--+--bound0--[veth]--eth0<br>
        eth1--/<br>
<br>
Following this way, you may also share the bound to more than one container by putting a virtual bridge between the virtual bounding interface and the virtual Ethernet adapters of the Containers.<br>
<br>
<br>
By the way, I don't see a clear reason why your current approach may fail. May you please present you configuration here?<br>
<br>
<br>
Greetings<br>
<span class="HOEnZb"><font color="#888888"><br>
Guido<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
>-----Original Message-----<br>
>From: wang yao [mailto:<a href="mailto:yaowang2014@gmail.com">yaowang2014@gmail.com</a>]<br>
>Sent: Friday, November 15, 2013 4:33 AM<br>
>To: <a href="mailto:lxc-users@lists.sourceforge.net">lxc-users@lists.sourceforge.net</a><br>
>Subject: [Lxc-users] Bonding inside LXC container<br>
><br>
>Hi all,<br>
>I tried to bond two NICs (eth0 and eth1) in the container, but when I finished the bonding configuration (I think my configuraion is correct)<br>
>and started bonding device inside container, this message came out:<br>
>"Bringing up interface bond0:  bonding device bond0 does not seem to be present, delaying initialization."<br>
>So I want to know if LXC can't support the way of bonding configuration as I did, or I can do something to make this achieved.<br>
>I am glad to talk about "Bonding and LXC" with someone who has interest in it.<br>
>Regards,<br>
>Yao<br>
</div></div></blockquote></div><br></div>