LillyM_9417
Dec 22, 2011Altostratus
IRULE - IP::client_addr
Hello,
I want to ask a question about "IP::client_addr". I write the following irule:
When client has the X.X.X.3 ip address, it goes to the first "if" thats okey and I see from the ltm log ( I opened a debug..) , but the connection is not forwarded to the Pool x it is forwarded to the default Pool, I also see from the log file that the same connection is also forwarded to the default pool. How can it be possible? What is wrong in this irule?
if { [IP::addr [IP::client_addr] equals x.x.x.0/24]}{
pool X
}
if { [IP::addr [IP::client_addr] equals y.y.y.0/24]}{
pool Y
}
else {
default pool
}