Re: [lxc-users] LXD assigning static IP's at start tp containers

2015-05-16 Thread Kevin LaTona
Mark, Thanks for all your ideas and lending a hand. I figured it out. I managed to have a small typo in my config file where I missed a 0 in of the addresses. All working now. -Kevin On May 16, 2015, at 10:24 AM, Mark Constable wrote: > On Sat, 16 May 2015 09:56:04 AM Kevin LaTona wrote:

Re: [lxc-users] LXD assigning static IP's at start tp containers

2015-05-16 Thread Mark Constable
On Sat, 16 May 2015 09:56:04 AM Kevin LaTona wrote: > I was thinking that by just updating the /etc/default/lxc-net config file > from the 10.x.x.x to a 192.168.x.x that was going to do it for me. Try this, first make sure ifupdown and NetworkManager are not interfering... mv /etc/network/interfa

Re: [lxc-users] LXD assigning static IP's at start tp containers

2015-05-16 Thread Kevin LaTona
Hi Mark, I was thinking that by just updating the /etc/default/lxc-net config file from the 10.x.x.x to a 192.168.x.x that was going to do it for me. It's not. Some where else I am missing a spot that must be saying that the 10.0.x.x is the dnsmasq address. As of right now at boot up the lx

Re: [lxc-users] LXD assigning static IP's at start tp containers

2015-05-16 Thread Mark Constable
On Fri, 15 May 2015 10:54:08 PM Kevin LaTona wrote: > I was reading about ways in legacy LXC of being able to have the DHCP server > assign static IP's to containers at startup based upon container name. > If one is using Ubuntu 15.04, systemd and LXD is that still possible? Hey Kevin, I just set

Re: [lxc-users] LXD assigning static IP's at start tp containers

2015-05-15 Thread Kevin LaTona
Well I just found this link http://askubuntu.com/questions/446831/how-to-let-built-in-dhcp-assign-a-static-ip-to-lxc-container-based-on-name-not and much of what is talked about here appears to still applies to LXD. Last thing that is hanging me up nowis how to change the dnsmasq config locat

[lxc-users] LXD assigning static IP's at start tp containers

2015-05-15 Thread Kevin LaTona
I was reading about ways in legacy LXC of being able to have the DHCP server assign static IP's to containers at startup based upon container name. If one is using Ubuntu 15.04, systemd and LXD is that still possible? If so, can any one point towards any docs that might show how to do this? Or