This group of parameters is used to manage virtual machine network adapters. The parameters syntax is as follows:
prlctl set <
ID
|
VM_name
> --device-add net --type <shared|host>
[--mac <
addr
>][--enable|--disable][--connect|--disconnect]
prlctl set <
ID
|
VM_name
> --device-add net --type bridged --iface <
name
>
[--mac <
addr
>][--enable|--disable] [--connect|--disconnect]
prlctl set <
ID
|
VM_name
> --device-set net
N
--type <shared|host>
[--mac <
addr
>][--enable|--disable][--connect|--disconnect]
prlctl set <
ID
|
VM_name
> --device-set net
N
--type bridged
--iface <
name
> [--mac <
addr
>|auto][--enable|--disable]
[--connect|--disconnect]
All VM network adapter-related parameters are explained in the following table:
Parameter Name |
Description |
|
Adds a new virtual network adapter to the virtual machine. |
|
Used to configure certain settings of the specified virtual network adapter. |
|
Informs the
|
|
The name of the virtual network adapter whose parameters you wish to configure. You can learn this name by running the
|
|
Sets the operating mode of the virtual network adapter. Any VM network adapter can be set to function in one of the following modes:
|
|
The name of the physical network adapter on the Parallels server to be used for connecting the VM virtual adapter to your local network and the Internet. |
|
The MAC address to be assigned to the virtual network adapter. If you omit this option, the MAC address will be automatically generated by the Parallels Server software. |
|
Use this option with
|
|
Enables the virtual network card. All newly created network adapters are enabled by default (provided the
|
|
Temporarily disables the operations with the newly added network adapter; the adapter itself is not removed from the virtual machine configuration. Note: If you start a virtual machine having one or more network adapters disabled, you will be able to enable these adapters only after the VM stopping. |
|
Use this option to have the specified network adapter automatically connected to the virtual machine on its start. |
|
Use this option if you do not wish to have the specified network adapter automatically connected to the virtual machine on its start. |