11-10-2022 03:29 AM
We are using wsa as a proxy , how I can check if we are using Load balance based on server address or client address in the service settings ?
Solved! Go to Solution.
11-16-2022 06:22 AM
WSA don't have Load balancing option by itself.
the Load balancing which is mentioned in the User guide is between WSA and its upstream Proxies .
as you surely know there are two types of Proxy deployment,
[1] Explicit mode (which you configure Proxy's IP and port in the Browser)
[1-1] you can manually add the configuration
[1-2] you can push this configuration via Group policy
[1-3] you can use PAC file to introduce the configuration to browsers
[2] Transparent mode (which a layer3 and higher device will redirect HTTP & HTTPS traffic to WSA)
[2-1] using WCCP for traffic redirection
[2-2] using PBR (policy-based routing)
==================================
To implement the load balancing:
in case of [1-1] and [1-2], you can manually distribute them for example 50% of your clients redirected to one Proxy the rest to other
for [1-3] you can have two PAC files, configure some of your client to get the first PAC and the rest other PAC file, in which, those PAC files are pointing at deferent WSAs as the Primary Proxy (you can have failover configuration in the PAC file)
PAC - Proxy Auto-Configuration (PAC) file (fileformat.com)
for [2-1] and [2-2] you can load balance by the technology , more information can be found at "About WCCP Load Balancing" section in the user-guide
=========================
Also, you can have load balancer in the network and let that, handle the task for you
Regards,
Amirhossein Mojarrad
+++++++++++++++++++++++++++++++++++++++++++++++++++
++++ If you find this answer helpful, please rate it as such ++++
+++++++++++++++++++++++++++++++++++++++++++++++++++
11-10-2022 03:31 AM
depends on the setup - how is your proxy configured ? PAC file or WPAD ?
11-10-2022 03:40 AM
@balaji.bandi from where can I check them ?
11-10-2022 04:07 AM
11-10-2022 04:17 AM
No check boxes there ,
we are using S190 , Version 12.5.1
11-10-2022 04:59 AM
11-10-2022 05:11 AM
check on end device what config on the browser :
11-16-2022 06:22 AM
WSA don't have Load balancing option by itself.
the Load balancing which is mentioned in the User guide is between WSA and its upstream Proxies .
as you surely know there are two types of Proxy deployment,
[1] Explicit mode (which you configure Proxy's IP and port in the Browser)
[1-1] you can manually add the configuration
[1-2] you can push this configuration via Group policy
[1-3] you can use PAC file to introduce the configuration to browsers
[2] Transparent mode (which a layer3 and higher device will redirect HTTP & HTTPS traffic to WSA)
[2-1] using WCCP for traffic redirection
[2-2] using PBR (policy-based routing)
==================================
To implement the load balancing:
in case of [1-1] and [1-2], you can manually distribute them for example 50% of your clients redirected to one Proxy the rest to other
for [1-3] you can have two PAC files, configure some of your client to get the first PAC and the rest other PAC file, in which, those PAC files are pointing at deferent WSAs as the Primary Proxy (you can have failover configuration in the PAC file)
PAC - Proxy Auto-Configuration (PAC) file (fileformat.com)
for [2-1] and [2-2] you can load balance by the technology , more information can be found at "About WCCP Load Balancing" section in the user-guide
=========================
Also, you can have load balancer in the network and let that, handle the task for you
Regards,
Amirhossein Mojarrad
+++++++++++++++++++++++++++++++++++++++++++++++++++
++++ If you find this answer helpful, please rate it as such ++++
+++++++++++++++++++++++++++++++++++++++++++++++++++
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide