Forum Discussion
Ameya_4149
Feb 16, 2012Nimbostratus
iRules for Source IP based routing
Hi folks,
I am trying to write an iRule for Source IP based routing. So what I am trying to do is if a packet comes from a specific pool of IP's, my LTM should fooward it to a specific server. If...
What_Lies_Bene1
Nov 30, 2012Cirrostratus
Sorry, no elseif required;
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 1.1.1.1] } {
do something
}
else {
virtual 'new virtual name'
}
}
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