From 6affa2fb38db17d14edebc0fdf972fcfc26e9f0b Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 12 Sep 2024 19:53:18 -0600 Subject: [PATCH] Update Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md --- .../IPSec/Automatic Tunnel Resetting.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md b/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md index c0127d5..6882062 100644 --- a/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md +++ b/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md @@ -5,13 +5,15 @@ I will attempt to provide Linux-equivalant commands where-possible. -## Configure Sophos XGS Firewall ACLs -You need to configure a user account that will be specifically used for leveraging the API controls that allow resetting the VPN tunnel(s). At this stage, you need to log into your Sophos XGS Firewall +## Sophos Environment +### Configure Sophos XGS Firewall ACLs +You need to configure a user account that will be specifically used for leveraging the API controls that allow resetting the VPN tunnel(s). At this stage, you need to log into your Sophos XGS Firewall. For this example, we will assume you can reach your firewall at https://172.16.16.16:4444 and log in as the administrator. -## Choose a Server to Put Script On +## Server Environment +### Choose a Server It is important to choose a server/device that is able to communicate with the devices on the remote end of the tunnel. If it cannot ping the remote device(s), it will assume that the tunnel is offline and do an infinite loop of restarting the VPN tunnel. -## Prepare the Script Folder +### Prepare the Script Folder You need a place to put the script (and if on Windows, `curl.exe`). Follow the instructions specific to your platform below: === "Windows"