change vip
1 Topic[iRule, URLSLB] How to change destination ip address(VIP).
I have been using the URI as below. URI_1 : http://www.aaa.com, This IP(VIP) is "1.1.1.1". This VIP have two pool member(M1, M2). URI_2 : http://www.bbb.com, This IP(VIP) is "2.2.2.2". This VIP have two pool member(M3, M4). I want to do LB as below when client asks "http://www.aaa.com/test". The destination ip address must be changed to "2.2.2.2". Therefore, traffic will flow into pool member(M3, M4). The key here is that the destination ip address in header must be changed to 2.2.2.2. I could change the pool using iRule, but I couldn't change the destination ip address(VIP). Please show me how. or Do you know other methods?230Views0likes2Comments