<div dir="ltr">Hi,<div><br></div><div>I want to get rid of the network interface that my container has, but somehow I can't figure out how to get that done.</div><div><br></div><div>I have created a new container from scratch with:</div><div>lxc launch ubuntu:14.04 my-ubuntu<br></div><div><br></div><div>lxc config show my-ubuntu gives;<br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>architecture: x86_64</div></div><div><div>config:</div></div><div><div>  image.architecture: amd64</div></div><div><div>  image.description: ubuntu 14.04 LTS amd64 (release) (20170202.1)</div></div><div><div>  image.label: release</div></div><div><div>  image.os: ubuntu</div></div><div><div>  image.release: trusty</div></div><div><div>  image.serial: "20170202.1"</div></div><div><div>  image.version: "14.04"</div></div><div><div>  volatile.base_image: 3b825a6a063aacc6b19df84f7ddc4fe872a0e382ec0bb92f475a9493b0857e01</div></div><div><div>  volatile.eth0.hwaddr: 00:16:3e:25:48:06</div></div><div><div>  volatile.idmap.base: "0"</div></div><div><div>  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":231072,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":231072,"Nsid":0,"Maprange":65536}]'</div></div><div><div>  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":231072,"Nsid":0,"Maprange":65536},{"Isuid":false,"Isgid":true,"Hostid":231072,"Nsid":0,"Maprange":65536}]'</div></div><div><div>  volatile.last_state.power: RUNNING</div></div><div><div>devices:</div></div><div><div>  root:</div></div><div><div>    path: /</div></div><div><div>    type: disk</div></div><div><div>ephemeral: false</div></div><div><div>profiles:</div></div><div><div>- default</div></div></blockquote><div><br></div><div>Note: no nic device, but there is a volatile.eth0.hwaddr address</div><div><br></div><div>And if I look into the container with lxc exec my-ubuntu --  ifconfig -a</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>eth0      Link encap:Ethernet  HWaddr 00:16:3e:25:48:06  </div></div><div><div>          inet addr:10.202.122.138  Bcast:10.202.122.255  Mask:255.255.255.0</div></div><div><div>          inet6 addr: fe80::216:3eff:fe25:4806/64 Scope:Link</div></div><div><div>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</div></div><div><div>          RX packets:95 errors:0 dropped:0 overruns:0 frame:0</div></div><div><div>          TX packets:74 errors:0 dropped:0 overruns:0 carrier:0</div></div><div><div>          collisions:0 txqueuelen:1000 </div></div><div><div>          RX bytes:19120 (19.1 KB)  TX bytes:7960 (7.9 KB)</div></div><div><div><br></div></div><div><div>lo        Link encap:Local Loopback  </div></div><div><div>          inet addr:127.0.0.1  Mask:255.0.0.0</div></div><div><div>          inet6 addr: ::1/128 Scope:Host</div></div><div><div>          UP LOOPBACK RUNNING  MTU:65536  Metric:1</div></div><div><div>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0</div></div><div><div>          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0</div></div><div><div>          collisions:0 txqueuelen:1 </div></div><div><div>          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)</div></div><div><br></div></blockquote><div>And if I do lxc network show lxdbr0 I see that the container is using the bridge.</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>$ lxc network show lxdbr0</div></div><div><div>config:</div></div><div><div>  dns.mode: dynamic</div></div><div><div>  ipv4.address: <a href="http://10.202.122.1/24">10.202.122.1/24</a></div></div><div><div>  ipv4.dhcp.ranges: 10.202.122.2-10.202.122.254</div></div><div><div>  ipv4.nat: "true"</div></div><div><div>  ipv6.address: none</div></div><div><div>name: lxdbr0</div></div><div><div>type: bridge</div></div><div><div>usedby:</div></div><div><div>...</div></div><div><div>- /1.0/containers/my-ubuntu</div></div><div><div>...</div></div><div><div>managed: true</div></div></blockquote><div><div><br></div><div>ButI cannot remove the device from the bridge:</div><div><br></div><div>lxc network detach lxdbr0 my-ubuntu </div><div>error: No device found for this network</div></div><div><br></div><div>Is there a way to get rid of this interface?<br></div><div><br></div><div>(actually I want to attach eth0 to a different bridge)</div><div><br></div><div>Thanks in advance!</div><div>Frans<br><div><br></div><div><br><div><br></div></div></div></div>