Previous page

Next page

Locate page in Contents

Print this page

Deleting Virtual Networks

At any time, you can remove a virtual network that you do not need any more from the physical server. To do this, you can use both the vznetcfg and prlsrvctl utilities. For example, you can delete the psbmnet1 virtual network by running one of the following commands:

# vznetcfg net del psbmnet1

or

# prlsrvctl net del psbmnet1

To check that psbmnet1 has been successfully removed, execute one of these commands:

# vznetcfg net list

Network ID Status Master Interface Slave Interfaces

Host-Only active

Bridged active eth0

or

# prlsrvctl net list

Network ID Type Bound To

Host-Only host-only

Bridged bridged eth0

Note: Detailed information on the vznetcfg and prlsrvctl utilities is provided in the Parallels Server Bare Metal 5.0 Command Line Reference Guide and their manual pages.