Forum Discussion
arun_parthas_10
Nimbostratus
Mar 18, 2009Need help with writing an Irule
Hi
I have a situation where I have 4 clients hitting a VIP with two servers behind..
I am having a Least Connection ( member ) as LB method and Persistence set for 4 hours.. the ...
L4L7_53191
Nimbostratus
Mar 23, 2009The error mentions you're missing close brackets - it looks like they're missing off of the IP::addr command. Try this (haven't tested it)
when CLIENT_ACCEPTED {
if { ([IP::addr [IP::client_addr] equals 172.24.81.20]) || ([IP::addr [IP::client_addr] equals 172.24.8.16])
pool beta-cpc-web-pool-1-12100
} else {
pool beta-cpc-web-pool-2-12100
}
}
-Matt
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects