Forum Discussion
Sajan_Mania_381
Altostratus
Mar 18, 2019How to Load balance the traffic coming from different country ?
If we want to direct traffic coming from Country 1 to server A and traffic coming from Country 2 to server B and rest of the traffic should go to server C. How to achieve this?
- Snl
Cirrostratus
hope this sample irule help to start..
when CLIENT_ACCEPTED { switch [whereis [IP::client_addr] country] { US { pool serveA_pool } CA { pool serverB_pool } default { pool serverC_pool} } }
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