I have configured a Sophos provisioning file with the following format. I have 2 WAN interface and i want to have the remote users equally distributed among 2 WAN interfaces. But When i import the provisioning file and connect, it skips Gateway1 and directly connects to Gateway2 for all users.. If Unplug gateway_2 from firewall port, the sophos connect still tries to reach Gateway2 and times out after some time. What am missing here? It should automatically switch over to another gateway, but it isn't the case with me.
Kindly help!!!!!!
[
{
"display_name": "XG-VPN",
"gateway_order": "distributed",
"gateway": [ "Gateway1<IP>", "Gateway2<IP>" ],
"user_portal_port": <portnumber>,
"otp": false,
"can_save_credentials": false,
"check_remote_availability": false,
"run_logon_script": false
}
]
This thread was automatically locked due to age.