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
OK, so something like this I hope, on the old forwarding VS, not the new one;
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 1.1.1.1] }
virtual 'new virtual name'
}
}
Of course, you could just route to a node or pool based on the source and destination and not have a second VS at all!
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