On Wed, Oct 19, 2016 at 09:01:34PM -0500, David Favor wrote: > net12 # sudo dpkg-reconfigure -p medium lxd > Warning: Stopping lxd.service, but it can still be activated by: > lxd.socket > net12 # > > dpkg-reconfigure no longer allows reconfiguring lxd networking. > > Someone let me know alternatives. > > Thanks.
So you're most likely on LXD 2.3 or higher. In those versions network management is now done natively by LXD through the "lxc network" commands. You can list the defined networks with "lxc network list", then modify them (for those marked as managed) with "lxc network edit <name>". The set of properties you can use is defined at: https://github.com/lxc/lxd/blob/master/doc/configuration.md#network-configuration -- Stéphane Graber Ubuntu developer http://www.ubuntu.com
signature.asc
Description: PGP signature
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
