Failover across multiple WAN connections
Now, pfSense has been configured for load balancing and implicit failover. Let's proceed and verify this configuration further.
Let's take the verification one step further. Instead of disabling a WAN connection, let's try to disable each of the gateways and observe the effects:
- Click
System
tab on the toolbar and selectRouting
. Click theGateway Groups
tab:

Both have the Priority
set to Tier 1
, which indicates that pfSense is currently working as a load balancer, which inherently also provides failover.
- Click the
Gateways
tab and let's disable the first link, which isWAN1-DHCP
:

- Click the
Edit
icon to its left. Scroll down to the fieldForce State
. Select theMark Gateway as Down
checkbox:

- Click
Save
. ClickApply Changes
. Go back to the client machine and see if it is getting a response. You will see that there isn't any drop in the connectivity as the traffic is being routed automatically through the second ISP, that is, the WAN2 interface. - Go back...