Connecting an Adapter to a Virtual NetworkConnecting an adapter on the physical server to a Virtual Network allows you to join all virtual machines and Containers included in the Virtual Network to the network where the corresponding adapter is connected. Let us assume the following:
To connect the
# vznetcfg net addif vznetwork1 eth1
To check that the
# vznetcfg if list Name Type Network ID Addresses eth1 nic vznetwork1 192.168.0.170/22,dhcp ...
As you can see, the
At any time you can disconnect the
# vznetcfg net delif eth1
To check that the physical adapter has been successfully disconnected from
# vznetcfg if list Name Type Network ID Addresses eth1 nic 192.168.0.170/22,dhcp ... |
||||
|