Forum Discussion
Luis_125085
Apr 18, 2017Nimbostratus
Netscaler to F5 migration mantain client IP and responder policy
Hi everyone!
I am trying to get rid of netscaler infrastructure, but I am having trouble with one VS.
I have a single-arm setup environment with 1 VS balancing 2 nodes
Client(20.24.20....
- Apr 18, 2017
No problem! Create an iRule as follows and apply this to the virtual server
when CLIENT_ACCEPTED { switch [IP::client_addr] { 20.24.20.65 - 100.0.63.41 - 100.0.64.50 { } default { reject } } }
Kevin_Davies_40
Nacreous
No problem! Create an iRule as follows and apply this to the virtual server
when CLIENT_ACCEPTED {
switch [IP::client_addr] {
20.24.20.65 -
100.0.63.41 -
100.0.64.50 { }
default { reject }
}
}
Luis_125085
Apr 20, 2017Nimbostratus
It worked like a charm.
Thank you very much Kevin!!!
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