From 3047ed3b836f5b1563eda5c9c276f7b99fa310b3 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 12 Sep 2024 17:41:36 -0600 Subject: [PATCH] Add Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md --- .../Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md 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 new file mode 100644 index 0000000..4d5661c --- /dev/null +++ b/Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md @@ -0,0 +1,4 @@ +**Purpose**: Generally speaking, when you have site-to-site VPN tunnels, you have to ensure that the *health* of the tunnel is operating as-expected. Sometimes VPN tunnels will report that they are online and connected, but in reality, no traffic is flowing to the remote side of the tunnel. In these instances, we can create a script that pings a device on the remote end, and if it does not respond in a timely manner, the script restart the VPN tunnel automatically. + +!!! note "Assumptions" + This document assumes that you will be running a powershell script on a Windows environment. The `curl` commands \ No newline at end of file