Forum Discussion
nathe
May 23, 2012Cirrocumulus
Tharun
See if this works for you:
when HTTP_REQUEST {
Once pool member has been selected check if it's x.x.x.x
if { [IP::addr [LB::server addr] equals x.x.x.x] } {
HTTP::redirect "http://x.x.x.x/index.html"
}
}
Info from https://devcentral.f5.com/wiki/irules.LB__server.ashx
Rgds
N