Coyabi_ziger
Aug 28, 2024Nimbostratus
Pointing 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 from other client different server. Please guide me to achieve this
Ziger
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
}}