Forum Discussion
Techgeeeg_28888
Nimbostratus
Sep 26, 2012Load Balancing over two links
Hi guys,
I am sure what i am about to ask has already been discussed here. I have two internet links terminated on GTM and I have a Wild card Virtual Server taking the traffic to internet. I hav...
What_Lies_Bene1
Cirrostratus
Sep 28, 2012OK, so I've no idea what the current iRule looks like but you need something like this which will do it's thing before any SNAT etc. I'm not an iRules expert so forgive me if the syntax/structure is slightly wrong;
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals x.x.x.x] } { << proxy 1
pool pga_isp1_pool < elseif { [IP::addr [IP::client_addr] equals x.x.x.x] } << proxy 2
pool pga_isp2_pool < }
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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