Tag Archives: linux

How to create multiple network interfaces in an LXC container.

You can specify more than one interface in your lxc configuration file.  Just add the interfaces one after the other and use lxc-create to create your container, like this: lxc.network.mtu = 1500 lxc.network.type = veth lxc.network.name = eth0 lxc.network.link = … Continue reading

Posted in lxc | Tagged , | Comments Off on How to create multiple network interfaces in an LXC container.