Comment 5 for bug 1504726

Revision history for this message
Zhou Zhihong (shuihushen) wrote :

The steps is below:
Step1: Create a subnet1 192.168.1.0/24
Step2: Create a vm1 on the subnet1 which ip is 192.168.1.2
Step3: Create a subnet2 192.168.2.0/24
Step4: Create a vm2 on the subnet2 which ip is 192.168.2.2
Step5: Create a router1 connect to the subnet1 and subnet2
Step6: Create a load balancer pool1(LBaaS v1) on subnet2
Step7: Pool1 add a member vm2, and add a vip1 which ip is 192.168.2.3
Step8: vm1(192.168.1.2) ping vm2(192.168.2.2) is OK
Step9: vm1(192.168.1.2) ping vip1(192.168.2.3) is fail ======> Here should be OK.