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

Linux: How To Use Dig

Checking Name Server(s) kim@kim-linux:~$ dig @8.8.8.8 microsoft.com ; <<>> DiG 9.16.1-Ubuntu <<>> @8.8.8.8 microsoft.com ;…

Overview of Microsoft Azure Networking

Private connections into Azure are either via ExpressRoute (comparable to AWS DirectConnect) or VPN. The…

PowerShell: Remove A-record in Bluecat

$bluecatUri='https://bluecat.kimconnect.com/Services/API' $bluecatUsername='bluecat-service-api' $bluecatPassword='SOMECOMPLEXPASSWORD' $hostRecord='testrecord.kimconnect.com' function loginBluecat{ param( $username, $password, $uri ) $proxy = New-WebServiceProxy -Uri…