Re: [lxc-users] Short howto re lxd-container-on-LAN for impatient dummies?

2017-04-23 Thread Fajar A. Nugraha
On Mon, Apr 24, 2017 at 4:30 AM, Simos Xenitellis < simos.li...@googlemail.com> wrote: > On Sat, Apr 22, 2017 at 6:52 PM, Dan Kegel wrote: > > TL;dr: > > > > For Ubuntu 16.04 users who have lxd-2.0.9 from xenial-updates, > > what is the fast path towards simple lxd container-on-the-lan happiness?

Re: [lxc-users] Short howto re lxd-container-on-LAN for impatient dummies?

2017-04-23 Thread Simos Xenitellis
On Sat, Apr 22, 2017 at 6:52 PM, Dan Kegel wrote: > TL;dr: > > For Ubuntu 16.04 users who have lxd-2.0.9 from xenial-updates, > what is the fast path towards simple lxd container-on-the-lan happiness? > (Extra credit: allow ssh between the host and the guest, also part of > Things Just Working.) >

Re: [lxc-users] Short howto re lxd-container-on-LAN for impatient dummies?

2017-04-22 Thread Anders Magnus Andersen
There are a couple of ways to do this. The easiest way is to create your own bridge: (you need bridge-utils) nano /etc/network/interfaces auto lo iface lo inet loopback #Added for lxc bridge iface enp4s0 inet manual auto br0 iface br0 inet dhcp bridge-ifaces enp4s0 bridge-ports enp4s0  

Re: [lxc-users] Short howto re lxd-container-on-LAN for impatient dummies?

2017-04-22 Thread Joe McDonald
This would be great! I have a kvm machine in the cloud with 5 public IPs, one for the host and 4 for containers. (eth0 and eth0:0-3 are the interfaces) I installed lxd as so: apt install -t xenial-backports lxd lxd-client ran lxd init and created a few containers. all good. But now I want to assig

[lxc-users] Short howto re lxd-container-on-LAN for impatient dummies?

2017-04-22 Thread Dan Kegel
TL;dr: For Ubuntu 16.04 users who have lxd-2.0.9 from xenial-updates, what is the fast path towards simple lxd container-on-the-lan happiness? (Extra credit: allow ssh between the host and the guest, also part of Things Just Working.) Long version: The issue https://github.com/lxc/lxd/issues/129