Previous page

Next page

Locate page in Contents

Print this page

Deleting a Virtual Network

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 vznetwork1 Virtual Network by running one of the following commands:

# vznetcfg net del vznetwork1

or

# prlsrvctl net del vznetwork1

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

# vznetcfg net list

Network ID Status Master Interface Slave Interfaces

Shared active vnic0

Host-Only active vnic1

Bridged active eth0

or

# prlsrvctl net list

Network ID Type Bound To

Shared shared vnic0

Host-Only host-only vnic1

Bridged bridged eth0

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