The bridges are essentially dummy interfaces -- you can add as many as you want, and have them on random networks if you want, and have complicated routing schemes between them.  I don't think you need to create a dummy interface anywhere.  You can just add a new bridge with "brctl addbr br7" if you wanted to add a bridge 7...  then configure it with "ifconfig br7 172.16.0.1 netmask 255.255.255.0 up" and you'll have a new network on the same computer.<div>
<br><br><div class="gmail_quote">On Thu, Feb 3, 2011 at 3:44 AM, Andre Nathan <span dir="ltr"><<a href="mailto:andre@digirati.com.br">andre@digirati.com.br</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, 2011-02-03 at 09:13 -0200, Andre Nathan wrote:<br>
> eth0 -> external network<br>
> eth1 -> <a href="http://10.0.0.0/16" target="_blank">10.0.0.0/16</a> network<br>
> containers -> <a href="http://192.168.0.0/16" target="_blank">192.168.0.0/16</a> network<br>
<br>
</div>Hmm I managed to do this creating a dummy interface and setting up a<br>
bridge on it, so now I have<br>
<div class="im"><br>
eth0 -> external network<br>
eth1 -> <a href="http://10.0.0.0/16" target="_blank">10.0.0.0/16</a> network<br>
</div>dummy0/br0 -> <a href="http://192.168.0.0/16" target="_blank">192.168.0.0/16</a> network<br>
<br>
Is this configuration supported?<br>
<div><div></div><div class="h5"><br>
Thanks<br>
Andre<br>
<br>
<br>
------------------------------------------------------------------------------<br>
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!<br>
Finally, a world-class log management solution at an even better price-free!<br>
Download using promo code Free_Logger_4_Dev2Dev. Offer expires<br>
February 28th, so secure your free ArcSight Logger TODAY!<br>
<a href="http://p.sf.net/sfu/arcsight-sfd2d" target="_blank">http://p.sf.net/sfu/arcsight-sfd2d</a><br>
_______________________________________________<br>
Lxc-users mailing list<br>
<a href="mailto:Lxc-users@lists.sourceforge.net">Lxc-users@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/lxc-users" target="_blank">https://lists.sourceforge.net/lists/listinfo/lxc-users</a><br>
</div></div></blockquote></div><br></div>