Forum Discussion
vokhoa_96970
Nimbostratus
Oct 11, 2011Loadbalance connection problem (Urgent!)
Hi all,
I'm facing with urgent problem when the initial connection from internal client to outside load-balance via three ISPs cause of dropped. The server refuse any connection from 2-3 addresses. So I must keep only one default gateway pool by disable others.
I'm not familiar with iRule, but I think it can result this issue. My idea is:
When Connnection Request= (domaina:3000 or http://mail.domaina.com)
{For each client_add
-> use only a gateway in default_gateway_pool
}
Any idea for this case or represent to iRule for me. Note that my device is LinkController so Layer_7 feature hasn't licensed.
Thanks so much,
Khoa
7 Replies
Sort By
- nitass
Employee
u want to use specific default gateway when requesting to specific destination, don't u?when CLIENT_ACCEPTED { if {[IP::addr [IP::local_addr] equals 1.1.1.1]} { node 2.2.2.2 } }
- vokhoa_96970
Nimbostratus
Thanks Nitass, - nitass
Employee
thanks, it appears i misunderstood your question. :-) - vokhoa_96970
Nimbostratus
I've tried with source address persistence but it still load to all gateway pool member. - nitass
Employee
i don't think you need an irule. persistence should be able to do what you want. - vokhoa_96970
Nimbostratus
This is my configuration about this VS, pls check it for me - vokhoa_96970
Nimbostratus
This case have been solved by source address persistence configuration.
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