Creating a Virtual NetworkVirtual networks serve as binding interfaces between the virtual network adapters in virtual machines and Containers and the physical, VLAN, and virtual network adapters on the Parallels server. Using virtual networks, you can connect virtual machines and Containers to different networks. By default, Parallels Cloud Server creates the following virtual networks on the server:
You can create your own virtual networks using the
# vznetcfg net new network1 or # prlsrvctl net add network1
By default, both commands create host-only virtual networks. However, you can change their types using the
In the current version of Parallels Cloud Server, you can create
Viewing Bridges A virtual network is associated with a bridge that is automatically made on the Parallels server when you create the virtual network and serves as the basis for virtual network operation. To find out what bridge is associated with what virtual network, you can run the following command: # vznetcfg if list Name Type Network ID Addresses eth0 nic Bridged 10.31.252.116/16,fe80::2a9:40ff:fe0f:b6f2/64,dhcp br1 bridge Bridged fe80::200:ff:fe00:0/64 br0 bridge Host-Only 10.37.130.2/24,fdb2:2c26:f4e4::1/64,fe80::200:ff:fe00:0/64
The bridges existing on the Parallels server are listed in the
Note:
Detailed information on the
|
||||
|