Re: [lxc-users] Networking LXD containers

2016-03-26 Thread efersept
I found this article that describes several virtualization networking techniques in great detail. It is mostly based on the legacy lxc tools but was fairly easy for me to translate to the LXD tools. Hope it helps other networking dummies, like my self, that may be watching this mail list.

Re: [lxc-users] Networking LXD containers

2016-03-23 Thread Nicola Volpini
On 03/23/2016 03:15 PM, efersept wrote: > If I wanted to attach containers to a simple bridged interface and > give them IPs on my network would it be as simple as creating the > following entry in the container's config after the bridge was setup > on the host? That is how we are doing it. We cre

Re: [lxc-users] Networking LXD containers

2016-03-23 Thread efersept
After doing some homework on virtualization networking techniques and studying the contents of /usr/lib/x86_64-linux-gnu/lxc/lxc-net am I correct in deducing that the default lxc/lxd bridge (lxcbr0) is a NATed interface? If I wanted to attach containers to a simple bridged interface and give th

Re: [lxc-users] Networking LXD containers

2016-03-11 Thread Fajar A. Nugraha
On Fri, Mar 11, 2016 at 3:12 PM, Kean Sum Ooi wrote: > Hi Steve, > > Do you mean LXC containers? On Ubuntu? @Kean: I think he means lxd, not lxc @Steve: I assume you use ubuntu host? Some info in https://help.ubuntu.com/lts/serverguide/lxc.html#lxc-network still apply. In particular, iptables f

Re: [lxc-users] Networking LXD containers

2016-03-11 Thread Kean Sum Ooi
Hi Steve, Do you mean LXC containers? On Ubuntu? PS: https://wiki.debian.org/LXC/SimpleBridge http://askubuntu.com/questions/231666/how-do-i-setup-an-lxc-guest-so-that-it-gets-a-dhcp-address-so-i-can-access-it-on https://www.flockport.com/lxc-macvlan-networking/ There are at least two ways to do

[lxc-users] Networking LXD containers

2016-03-02 Thread efersept
Hello everyone, Just for some background I am not a newbie to Linux but my experience with containers is only about a month old and my networking skills, specifically Linux networking, are basically beginner level. I have been experimenting with nested containers. However, even though e