<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 7, 2017 at 11:51 PM, Spike <span dir="ltr"><<a href="mailto:spike@drba.org" target="_blank">spike@drba.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">thanks Fajar, that worked perfectly. That said, I'm still very new to lxd/lxc and the only way I could get that done was to run:<div><br></div><div>lxc config edit <container></div><div><br></div><div>how would I have set the property for the device? I tried:</div><div><br></div></div></blockquote><div><br></div><div><br></div><div>Did you try "lxc help config"? It should print</div><div><br></div><div>...</div><div>lxc config device set [<remote>:]<container> <device> <key> <value>           Set a device property.<br></div><div>...</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div></div><div>lxc config device set x1 eth0.host_name = veth_c1_eth0</div><div><br></div><div>but that didn't work and I got back "The device doesn't exist". However this did list eth0 as a device:</div><div><br></div></div></blockquote><div><br></div><div>lxc config device set x1 eth0 host_name veth_c1_eth0<br></div><div><br></div><div>One practical tip: since interface names are limited in length, I usually abbreviate them to something like "v_c1_0" to give more room to include container name.</div><div><br></div><div>-- </div><div>Fajar</div></div></div></div>