Creating VLAN AdaptersVirtuozzo allows you to create new VLAN adapters on the host. 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, see Managing Virtual Networks). VLAN adapters can be made using the
For example, you can execute the following command to make a new VLAN adapter, associate it with a VLAN having the ID of 5 (i.e. with VLAN 5), and attach the VLAN adapter to 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 |
||||
|