Forum Discussion

gr0x_33657's avatar
gr0x_33657
Icon for Nimbostratus rankNimbostratus
Oct 08, 2009

VIP to VIP

Right now we load balance throught a pool of servers, if that pool fails, we would like to send traffic to an internal VIP with a set of its own pool members. The current script that we have does not work,

 

 

 

when LB_FAILED {

 

Forward to internal VIP

 

virtual NEW_VIP

 

}

 

 

 

 

Thanks