Forum Discussion
Techgeeeg_28888
Nimbostratus
13 years agoLoad 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
13 years agoOK, 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 < }
}
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