Creating VLAN Adapter
Parallels Server Bare Metal allows you to create new VLAN adapters on the Parallels server. You can use these adapters later on to connect your virtual machines and Containers to any of the available Virtual Networks (for more information on Virtual Networks, turn to
Managing Virtual Networks
. VLAN adapters can be made using the
# vznetcfg vlan add eth0 5 To check that the VLAN adapter has been successfully created, execute the following command: # vznetcfg if list Name Type Network ID Addresses eth0 nic 192.168.0.150/22,dhcp eth0.5 vlan
VLAN adapters can be easily identified by the
At any time, you can delete the
# vznetcfg vlan del eth0.5 # vznetcfg if list Name Type Network ID Addresses eth0 nic 192.168.0.150/22,dhcp |
||||
|