Configuring Virtual Network Parameters
Parallels Server Bare Metal allows you to configure the following parameters for a virtual network:
-
the name assigned to the virtual network
-
the networking mode in which the virtual network is operating
-
the description of the virtual network
All these operations can be performed using the
prlsrvctl
utility. Let us assume that you want to configure the
psbmnet1
virtual network. This virtual network is currently configured as a host-only network and has the following description set:
This is a host-only virtual network
. To change these parameters, you can execute the following command:
# prlsrvctl net set vznetwork1 -n psbm_network1 -t bridged --ifname eth1 -d "This is now a bridged virtual network"
This command configured the
psbmnet1
virtual network as follows:
-
Changes the virtual network name to
psbm_network1
.
-
Changes the virtual network type to bridged.
-
Changes the virtual network description to the following:
This is a now bridged virtual network
.
For more information on the
prlsrvctl
utility, refer to the
Parallels Server Bare Metal 5.0 Command Line Reference Guide
.
|