(lxc_network.md)= # `lxc network` Manage and attach instances to networks ## Synopsis Description: Manage and attach instances to networks ``` lxc network [flags] ``` ## Options inherited from parent commands ``` --debug Show all debug messages --force-local Force using the local unix socket -h, --help Print help --project Override the source project -q, --quiet Don't show progress information --sub-commands Use with help or --help to view sub-commands -v, --verbose Show all information messages --version Print version number ``` ## SEE ALSO * [lxc](lxc.md) - Command line client for LXD * [lxc network acl](lxc_network_acl.md) - Manage network ACLs * [lxc network attach](lxc_network_attach.md) - Attach network interfaces to instances * [lxc network attach-profile](lxc_network_attach-profile.md) - Attach network interfaces to profiles * [lxc network create](lxc_network_create.md) - Create new networks * [lxc network delete](lxc_network_delete.md) - Delete networks * [lxc network detach](lxc_network_detach.md) - Detach network interfaces from instances * [lxc network detach-profile](lxc_network_detach-profile.md) - Detach network interfaces from profiles * [lxc network edit](lxc_network_edit.md) - Edit network configurations as YAML * [lxc network forward](lxc_network_forward.md) - Manage network forwards * [lxc network get](lxc_network_get.md) - Get values for network configuration keys * [lxc network info](lxc_network_info.md) - Get runtime information on networks * [lxc network list](lxc_network_list.md) - List available networks * [lxc network list-allocations](lxc_network_list-allocations.md) - List network allocations in use * [lxc network list-leases](lxc_network_list-leases.md) - List DHCP leases * [lxc network load-balancer](lxc_network_load-balancer.md) - Manage network load balancers * [lxc network peer](lxc_network_peer.md) - Manage network peerings * [lxc network rename](lxc_network_rename.md) - Rename networks * [lxc network set](lxc_network_set.md) - Set network configuration keys * [lxc network show](lxc_network_show.md) - Show network configurations * [lxc network unset](lxc_network_unset.md) - Unset network configuration keys * [lxc network zone](lxc_network_zone.md) - Manage network zones ```{toctree} :titlesonly: :glob: :hidden: network/* ```