Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wshamroukh/azure-site-to-site-s2s-vpn

a repro for different azure site to site s2s vpn scenarios
https://github.com/wshamroukh/azure-site-to-site-s2s-vpn

azure s2s s2svpn vnetgateway vpntunnel

Last synced: 19 days ago
JSON representation

a repro for different azure site to site s2s vpn scenarios

Awesome Lists containing this project

README

        

# azure-site-to-site-s2s-vpn
a repro for different azure site to site s2s vpn scenarios.
To run the script, either do one of the following:
1. [Open Azure Cloud Shell](https://shell.azure.com/) and run the following commands to download and run the script:
```
curl -o s2s.sh https://raw.githubusercontent.com/wshamroukh/azure-site-to-site-s2s-vpn/main/static-s2s-vpn/s2s.sh
chmod +x s2s.sh
./s2s.sh
```
2. Download the script or copy its content and use [Visual Studio Code](https://code.visualstudio.com/) with a shell based terminal like [git bash](https://git-scm.com/) or [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) and then run each line of the code.