Creating and Deleting Virtual AdaptersA virtual machine can have up to 16 virtual network adapters. Each adapter can be connected to a different network. Let us assume that you want to create a new virtual adapter for the # prlctl set MyVM --device-add net Creating net1 (+) type=host-only iface='default' mac=001C42AF3D69 The VM has been successfully configured. To check that the network adapter ( # prlctl list --info MyVM ID: {f3b3d134-f512-324b-b0b1-dbd642f5220b} Name: Windows XP ... net0 (+) type=host-only iface='default' mac=001C42566BCF net1 (+) type=host-only iface='default' mac=001C42AF3D69 At any time, you can remove the newly created network adapter ( # prlctl set MyVM --device-del net1 Remove the net1 device. The VM has been successfully configured. For the full list of options that can be used when creating a new virtual network adapter, see the Virtuozzo 6 Command Line Reference Guide. |
||||
|