How to configure a networkΒΆ

To configure an existing network, use either the lxc network set and lxc network unset commands (to configure single settings) or the lxc network edit command (to edit the full configuration). To configure settings for specific cluster members, add the --target flag.

For example, the following command configures a DNS server for a physical network:

lxc network set UPLINK dns.nameservers=8.8.8.8

The available configuration options differ depending on the network type. See Network types for links to the configuration options for each network type.

There are separate commands to configure advanced networking features. See the following documentation: