Forum Discussion
Coyabi_ziger
Nimbostratus
Aug 28, 2024Pointing application server based of clients
Hallo! Good afternoon! I need to create a VIP that forward traffic in basis of client ip. User requirements is if traffic coming from set of source ips it need to forward to set of servers and if fr...
- Aug 28, 2024
Please try this one . clinetipgroup should ip your client ip group created in F5.
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals "clinetipgroup"] } {
pool pool1
}
else {
pool pool2
}}
Aswin_mk
MVP
Aug 28, 2024Please try this one . clinetipgroup should ip your client ip group created in F5.
when CLIENT_ACCEPTED {
if { [class match [IP::client_addr] equals "clinetipgroup"] } {
pool pool1
}
else {
pool pool2
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
