Forum Discussion
Cory_Starr_1119
Nimbostratus
Sep 20, 2006redirect to v9.x rule
I have a v4.x rule I'm trying to migrate to v.9x
v4.x Rule looks like this:
if (client_addr == one of OPS_IP) {
use pool FS_OPS_Pool
}
else if (client_addr == one of A...
JRahm
Admin
Sep 20, 2006
when CLIENT_ACCEPTED {
if { [matchclass [IP::remote_addr] equals $::OPS_IP] } {
pool FS-OPS
} elseif { [IP::addr [IP::client_addr] equals $::Admin_IP] } {
pool FS-Prod
} else {
HTTP::redirect "http://my_url.com/accessdenied.htm"
}
}
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