Re: [lxc-users] Advice for running LXC on a Debian host

2015-03-13 Thread Fajar A. Nugraha
On Fri, Mar 13, 2015 at 8:34 PM, Rory Campbell-Lange r...@campbell-lange.net wrote: Dear LXC List I'm looking for advice on running LXC on Debian. I did quite a lot of work on trialling lxc about two years ago but then left it there because of a lack of time and some troublesome issues with

Re: [lxc-users] Question on bridging in nested containers

2015-03-13 Thread Guido Jäkel
Dear Anjali, sorry, but I don't understand what do you mean by double the number of IP and MACs. As bidging is a pure layer2 thing, you don't need any additional layer3 thing (say IP) for any inserted bridge. And in case of using the Linux software bridge, you don't even need to manage the MAC

Re: [lxc-users] reach the outside world

2015-03-13 Thread Guido Jäkel
Dear Guillaume, from the output | my_container | RUNNING | 127.0.0.1 | ::1 | I would say that the container don't have an adequate IP. And maybe no default route to your gateway x.x.x.1, too. Should this be set by DHCP or by static configuration? Guido On 12.03.2015 23:54, Guillaume

Re: [lxc-users] reach the outside world

2015-03-13 Thread Ashish Bunkar
You can set the ip of the container to whichever domain you want. There are two ways to do it. Bridging it to default gateway br0 or you can set it to public network using Macvlan. This link might help you:

Re: [lxc-users] reach the outside world

2015-03-13 Thread Guillaume VINCENT
Thank you for your answers I'm running ubuntu 14.04 on a dedicated server, lxc 0.3 and lxd 0.3 auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp this configuration correspond to my default /etc/network/interfaces on a dedicated server, after a

[lxc-users] Advice for running LXC on a Debian host

2015-03-13 Thread Rory Campbell-Lange
Dear LXC List I'm looking for advice on running LXC on Debian. I did quite a lot of work on trialling lxc about two years ago but then left it there because of a lack of time and some troublesome issues with Debian stable at the time. We are considering using LXC again for a spare server to

Re: [lxc-users] reach the outside world

2015-03-13 Thread Serge Hallyn
Quoting Guillaume VINCENT (gvinc...@oslab.fr): Thank you for your answers I'm running ubuntu 14.04 on a dedicated server, lxc 0.3 and lxd 0.3 auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp this configuration correspond to my