Update Networking/Sophos/Site-to-Site VPNs/IPSec/Automatic Tunnel Resetting.md

This commit is contained in:
2024-09-12 19:08:57 -06:00
parent f0ce7a823f
commit 72cbedc0f1

View File

@ -12,7 +12,7 @@ You need to configure a user account that will be specifically used for leveragi
You need a place to put the script (and if on Windows, `curl.exe`). Follow the instructions specific to your platform below:
=== "Windows"
Download `curl.exe` from this location: [Download]() and place it somewhere on the operating system, such as `C:\Scripts\VPN_Tunnel_Checker`. Then copy this script into that same folder and call it `Tunnel_Checker.ps1` with the content below:
Download `curl.exe` from this location: [Download](https://curl.se/windows/dl-8.10.0_1/curl-8.10.0_1-win64-mingw.zip) and place it somewhere on the operating system, such as `C:\Scripts\VPN_Tunnel_Checker`. Then copy this script into that same folder and call it `Tunnel_Checker.ps1` with the content below:
``` powershell
function Reset-VPN-Tunnel {
@ -57,5 +57,5 @@ You need a place to put the script (and if on Windows, `curl.exe`). Follow the
=== "Linux"
``` sh
sudo dnf check-update
PLACEHOLDER
```