Forum Discussion
Nick_67035
Nimbostratus
16 years agoClient Source routing to virtual servers/pools
Hello All
I have a weird request for F5 and was wondering if anyone here could help me with getting it going.
Basically, a single URL for users to get access to an applic...
JRahm
Admin
16 years agosure thing. Something like this will address your needs:
when HTTP_REQUEST {
if { [IP::addr [IP::client_addr]/24 equals "192.168.1.0"] } {
pool internal
} else { pool external }
}
If you have ranges of internal addresses, you can configure a datagroup and match against that. Welcome to the forums!
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