Info | ||
---|---|---|
| ||
Copyright 2016 by Assured Information Security, Inc. Created by Jean-Edouard Lejosne <lejosnej@ainfosec.com>. This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/. |
...
- Edit /etc/libvirt/qemu/networks/openxt.xml and add a line for the new container, like:
<host mac="00:FF:AA:42:01:04" name="openxt-custom" ip="192.168.151.104" />
- Contigure the container itself:
cat >> /home/lxc/openxt-custom/config <<EOF
lxc.network.type = veth
lxc.network.flags = up
lxc.network.link = openxtbr0
lxc.network.hwaddr = 00:FF:AA:42:01:04
lxc.network.ipv4 = 0.0.0.0/24
EOF
TODO MORE TO COME....