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.


On Thu, Feb 3, 2011 at 3:44 AM, Andre Nathan <an...@digirati.com.br> wrote:

> On Thu, 2011-02-03 at 09:13 -0200, Andre Nathan wrote:
> > eth0 -> external network
> > eth1 -> 10.0.0.0/16 network
> > containers -> 192.168.0.0/16 network
>
> Hmm I managed to do this creating a dummy interface and setting up a
> bridge on it, so now I have
>
> eth0 -> external network
> eth1 -> 10.0.0.0/16 network
> dummy0/br0 -> 192.168.0.0/16 network
>
> Is this configuration supported?
>
> Thanks
> Andre
>
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Lxc-users mailing list
> Lxc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/lxc-users
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to