Forum Discussion
Nick_67035
Nimbostratus
Feb 24, 2010Client 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...
Nick_67035
Nimbostratus
Feb 24, 2010Hey Guys
This worked...had to do some tweaking to get it working, but everything is running. Thanks for the help with this. Here is the final code I used.
when HTTP_REQUEST { if { [matchclass [IP::client_addr] equals $::CLASS] } { pool Internal } else { pool External } }
Thanks