Hi all , We have tested tagging network works in advance zone for default isolated network where the three networks assigned as follow -management network assigned to vlan1 (192,168.1.x) -public network assigned to vlan2 (192,168.2.x) -guest network assigned to vlan3 and vlan4 (192,168.3,4.x)
In details, VM got assigned to IP from guest network, and this IP encapsulated by the second IP from the public network. Thus, we can ping the public IP from management network and access the webapp as well. However, once the customized isolated network that support netscaler instead of a virtual router used to create load balancer feature. In this case, we can not immediately reach the public IP of loadbalnacer (192.168.2.14) as showing below from management network even though the minimum vms ( with proper template used for the first test) is deployed and running and we stop firewall in VM,XenServer, netscaler VM, and management server. # ping 192.168.2.14 PING 192.168.2.14 (192.168.2.14) 56(84) bytes of data. >From 192.168.1.1: icmp_seq=2 Redirect Host(New nexthop: 192.168.2.14) >From 192.168.1.1: icmp_seq=3 Redirect Host(New nexthop: 192.168.2.14) >From 192.168.1.1 icmp_seq=1 Destination Host Unreachable >From 192.168.1.1 icmp_seq=2 Destination Host Unreachable >From 192.168.1.1 icmp_seq=3 Destination Host Unreachable 64 bytes from 192.168.2.14: icmp_seq=4 ttl=255 time=0.262 ms 64 bytes from 192.168.2.14: icmp_seq=5 ttl=255 time=0.268 ms 64 bytes from 192.168.2.14: icmp_seq=6 ttl=255 time=0.260 ms Any suggestion would be appreciated Thanks,