<div dir="ltr"><div class="gmail_quote"><div>Hi, Evgeniy<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
                <interface type='bridge'><br>
                        <source bridge='eth10'/><br>
                </interface><br>
                <interface type='ethernet'><br>
                         <mac address='00:16:3e:34:21:9e'/><br>
                         <ip address="<a href="http://192.168.122.3" target="_blank">192.168.122.3</a>" /><br>
                </interface></blockquote><div><br>First, this should be <br></div></div>   <interface type='bridge'><br>    
 <mac address='00:16:3e:34:21:9e'/><br>    
 <source bridge='eth10'/><br>   </interface><br>   <interface type='ethernet'><br>     <ip address="<a href="http://192.168.122.3/" target="_blank">192.168.122.3</a>" /><br>
   </interface><br>instead.<br><br>Second. If I understood it right, the following description<br>   <interface type='bridge'><br>
    
 <mac address='00:16:3e:34:21:9e'/><br>    
 <source bridge='eth10'/><br>   </interface><br>will result in the (approximataly) following:<br>     # vzctl --netiff_add eth10,00:16:3e:34:21:9e<br>This behaviour contradicts with description found in docs (in which<br>
<source> tag specify interface in host, not in container). I think,<br>the previous bridge must be specified as<br>   <interface type='bridge'><br>
    
 <mac address='00:16:3e:34:21:9e'/><br>-    
 <source bridge='eth10'/><br>+    
 <target dev='eth10'/><br>   </interface><br></div>