(lxc_network_forward.md)= # `lxc network forward` Manage network forwards ## Synopsis Description: Manage network forwards ``` lxc network forward [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 network](lxc_network.md) - Manage and attach instances to networks * [lxc network forward create](lxc_network_forward_create.md) - Create new network forwards * [lxc network forward delete](lxc_network_forward_delete.md) - Delete network forwards * [lxc network forward edit](lxc_network_forward_edit.md) - Edit network forward configurations as YAML * [lxc network forward get](lxc_network_forward_get.md) - Get values for network forward configuration keys * [lxc network forward list](lxc_network_forward_list.md) - List available network forwards * [lxc network forward port](lxc_network_forward_port.md) - Manage network forward ports * [lxc network forward set](lxc_network_forward_set.md) - Set network forward keys * [lxc network forward show](lxc_network_forward_show.md) - Show network forward configurations * [lxc network forward unset](lxc_network_forward_unset.md) - Unset network forward configuration keys ```{toctree} :titlesonly: :glob: :hidden: forward/* ```