About this task
Procedure
- Repeat Create Bridges for Each Tenant, Create the OVS Provider Bridge and Start 2 VMs, Starting 2 VMs and Configure IP Interface for each VM for host2, changing the MAC and IP addresses as appropriate:
-
In the VM for host2, configure the OVS-connected Ethernet port with an IP
address:
Note: It is important that for each tenant each VM is configured with a unique IP address on the same IP subnet. Different tenants could use addresses from the same IP subnet since they are isolated on different integration bridges.Note: The following is an example IP address configuration.
VM A2 (host2)
ip addr add 10.1.1.12/24 dev <if> ip link set <if> up
VM B2 (host2)
ip addr add 10.1.1.22/24 dev <if> ip link set <if> up
-
Verify connectivity:
Expect the following result:
- All VMs of each tenant should have connectivity to each other.
- No VM should have connectivity to a VM from another tenant.