Forum Discussion
George_33482
Nimbostratus
Feb 02, 2012Link Controller Setup
Hello,
I have a LC with three routers and four links L1,L2,L3,L4.
The customer requirement is two load balance outbound and inbound traffic.
1-For the outbound traffic ...
Hi George,
First of all I am sure you know that Point to Point IPSEC VPN due to its nature can not be load balanced ... so when you are saying load balancing vpn what I understand is that you are talking about client vpn connecting to the site, m I correct or not? If it is about client to site VPN then yes the load balancing is possible and what you have to do is to create a wideip and bind this wide ip to a pool which will have three members from each ISP IP which then finally points to your inside VPN device to terminate the connection. May be I have explained it in a very highlevel way to make u understand the senario if yes let me know then i will explain in detail.The browsing can be kept on a single fourth ISP and if the traffic increases the further traffic can be sent to other links but Which version of TMOS are you running on LC????
- Piotrek_72347Mar 01, 2018
Nimbostratus
third solution is using local traffic polices. Maybe there You can just write policy that directs traffic to host that you want basing source app address.
ps what modules are provisioned on F5? maybe you can use something more than LTM?
- Only1masterbla1Mar 01, 2018
Cirrus
Use Rule 2 first and then Rule 1 by using iRule or implement the same using LTM Policy.
when HTTP_REQUEST { if { [IP::addr [IP::client_addr]/16 equals 192.168.0.0] } { return } if { [string tolower [HTTP::host]] equals "www.abc.com" } { switch -glob -- [string tolower [HTTP::path]] { "/abc1/*" - "/abc2/*" { return } default { reject } } } else { reject } }
(Untested).
[Edited].
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