logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

LXC Network - Manage LXD Container Networks | Online Free DevTools by Hexmos

Manage LXD container networks efficiently with LXC Network. Control network configurations, attach containers, and create new networks. Free online tool, no registration required.

lxc-network

Manage networks for LXD containers. More information: https://documentation.ubuntu.com/lxd/latest/reference/manpages/lxc/network/.

  • List all available networks:

lxc network list

  • Show the configuration of a specific network:

lxc network show {{network_name}}

  • Add a running instance to a specific network:

lxc network attach {{network_name}} {{container_name}}

  • Create a new managed network:

lxc network create {{network_name}}

  • Set a bridge interface of a specific network:

lxc network set {{network_name}} bridge.external_interfaces {{eth0}}

  • Disable NAT for a specific network:

lxc network set {{network_name}} ipv{{4}}.nat false

See Also