Creating Bridged Network on Virtualization Node

To create a bridged virtual network on a virtualization node:

  1. Run the following command on the virtualization node:

    # vznetcfg net new "Bridged"
  2. Add the FrontNet network adapter to this virtual network:

    # vznetcfg net addif "Bridged" <FrontNet_ID>

The FrontNet network adapter now uses the bridged network for any connections.

Important: In current implementation, the Cloud Infrastructure can use only one virtual network that must be named "Bridged".

For more detailed information about configuring a bridged network, refer to Virtuozzo User's Guide >> Managing Virtuozzo Network > Configuring Virtual Machines and Containers in Bridged Mode.