Quoting Anjali Kulkarni ([email protected]): > Hi All, > > What I found was that if I keep lxcbr0, but add more bridges, it works and > boots fine(very quickly).
Yes, because /etc/network/interfaces in your container only lists eth0, which is on lxcbr0, so the container only waits for an address on it. > Is there any way to get rid of lxcbr0? I really don't want that bridge > name, but want to use my own.. remove /etc/default/lxc-net, or set USE_LXC_BRIDGE="false" there. But it exists to give you something that will work, i.e. with a working dnsmasq. -serge _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
