Aaron,
Host are in Vlan20 not in Vlan 50.
Remote VIP - 1.1.1.10 is in Vlan 50......config is as below
virtual VS1_443
snatpool pool2
pool pool_443
destination 1.1.1.10:443
ip protocol tcp
profiles tcp
vlans 30, 50 enable
snatpool pool2 - has IP - 1.1.1.35
Hosts are configured to listen to wildcard VS..as mentioned above and below
virtual vlan20_vs
pool poolvlan20
destination any:any
mask 0.0.0.0
profiles fastl4_vlan20
rule tcp_snat_vl20
vlans 20 enable
Now 3 hosts in vlan 20 using the snat defined in rule are able to access internet but NOT able to access the remote VIP (1.1.1.10). This is the issue.