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
Oct 01, 2012I don't know what your existing iRule looks like in full but based on what I do know I'd do it in this order to avoid having to change the SNAT configuration;
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals x.x.x.x] } {
pool pga_isp1_pool }
elseif { [IP::addr [IP::client_addr] equals x.x.x.x] } {
pool pga_isp2_pool }
if {[class match [IP::client_addr] equals Snat_pool]} {
snatpool [class match -value [IP::client_addr] equals Snat_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