Posted On March 31, 2019

Sonicwall Multiple WANs Load Balancing & Failover

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Sonicwall Multiple WANs Load Balancing & Failover
Load Balancing & Failover Setup:

Network >> Interfaces:
X0 LAN
X1 WAN1
X2 WAN2
 
Network >> Failover & LB
Enable Load Balancing: checked
Type: Basic Failover or Round Robin
Probing >> Probe responder.blobal.sonicwall.com on all interfaces in this group: checked
 
Alternate Setup:
Default LB Group with X1,X2 as Group Members
Preempt failback to preferred interfaces when possible: checked
Logical/Probe Monitoring Enabled: probe succeeds when either main target or alternate target responds
Main target: 8.8.8.8
Alternate target: 4.2.2.2
Default target IP: 204.212.170.23 (Sonicwall)

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Install & Configure Pihole on Ubuntu 20.04

1. Installation- Run these commands: # sudo apt-get install gamin -ysudo curl -sSL https://raw.githubusercontent.com/pi-hole/pi-hole/master/automated%20install/basic-install.sh |…

Installing IBM VPN Client

On a Linux Machine # Install VPN Client shellScript=https://support.arraynetworks.net/prx/001/http/supportportal.arraynetworks.net/downloads/pkg_9_4_0_385/MP_Linux_1.2.9/MotionPro_Linux_Ubuntu_x64_build-8.sh cd Desktop wget $shellScript sudo ./MotionPro_Linux_Ubuntu_x64_build-8.sh…

PowerShell: Check if a HostName is Resolvable on All Internal DNS Servers

# Check if servername is resolvable at all DCs$serverName="MIGRATED-SHERVER" function checkDns{ param( $serverName, $dnsServers=(Get-ADDomainController -Filter…