Forum Discussion
danielng_19608
Nimbostratus
Feb 17, 2010Need help with Load Balancing iRule
Hi all, i have been working on this iRule to load balance traffic based on source ip addresses. Basically i wish to balance source traffic by throwing them to 2 of the proxy servers based on source ip...
hoolio
Cirrostratus
Feb 17, 2010Hi Daniel,
If you change the IP::addr command to check the client IP address it should work fine to check if the client IP is in the 10.0.0.0/24 network:
if { [IP::addr [IP::client_addr] equals 10.0.0.0/24] } {
Aaron
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