Forum Discussion
Craig_13855
Nimbostratus
Apr 02, 2009Redirect Traffic Based on Source Address
First of all, thanks to all you wizards out there that take the time to answer questions for us who are a little slower in the TCL world. I have found some great solutions on this site in the past bu...
The_Bhattman
Nimbostratus
Apr 02, 2009I think this is what you might be looking for
class myIPs {
host abc.efg 255.255.255.0
host hij.klm 255.255.255.0
host nop.qrs 255.255.255.0
}
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] equals $::myIPs] } {
pool my_pool
} else {
pool alternate
}
}
Hope this helps
CB
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
