As a follow up to my last post
#-----------------------------
# The network interfaces sometimes get mixed up.
#-----------------------------
lxc config edit ${CONTAINER}
# example
#--------
name: x2go1248
profiles:
- bridge
config:
volatile.base_image: 89715de6a3e329ecb10af529cb81c33c157a5124980dcfab7ecaa5063f4e3a5c
  volatile.eth0.hwaddr: 00:16:3e:6d:1f:63
volatile.eth0.name: eth2 ##### THIS IS WRONG !!! ... eth0 should show twice
  volatile.eth1.hwaddr: 00:16:3e:d8:0d:92
volatile.eth1.name: eth1 ##### eth1 should show twice
  volatile.eth2.hwaddr: 00:16:3e:5a:bd:82
volatile.eth2.name: eth0 ##### THIS IS WRONG !!! ... eth2 should show twice
  volatile.last_state.idmap: '[]'
devices:
  eth0:
    nictype: bridged
    parent: lxdbr0
    type: nic
  eth1:
    nictype: bridged
    parent: br0
    type: nic
  eth2:
    nictype: bridged
    parent: br1
    type: nic
  root:
    path: /
    type: disk
ephemeral: false


_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

_______________________________________________
lxc-users mailing list
lxc-users@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-users

Reply via email to