Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wshamroukh/azure-site-to-site-s2s-vpn
- Owner: wshamroukh
- Created: 2022-05-23T10:17:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T09:30:37.000Z (about 1 month ago)
- Last Synced: 2024-12-03T09:39:39.206Z (about 1 month ago)
- Topics: azure, s2s, s2svpn, vnetgateway, vpntunnel
- Language: Shell
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.