https://github.com/victorock/vpn_demo
https://github.com/victorock/vpn_demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/victorock/vpn_demo
- Owner: victorock
- License: gpl-3.0
- Created: 2019-04-26T11:15:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-03T11:11:12.000Z (about 6 years ago)
- Last Synced: 2025-01-11T06:09:56.987Z (4 months ago)
- Language: Python
- Size: 170 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains a WIP demo of cloud vpn (should i call it SDWan? or VPNaaS?).
The provisioning of sites is done in pairs: (responder, initiator).domain/[domain] -> A VPN Domain corresponds to multiple initiators and *1* responser.
keychain/key/[site]/[appliance] -> Keys to register in the cloud provisioner and connect to the appliance.
keychain/domain/[domain] -> PSK Key for the domain.
Useful variables:
- `cloud_vpn_name:` -> VPN Domain name.
- `cloud_vpn_psk:` -> Domain's PSK.
- `cloud_vpn_initiator:` -> The remote site to setup.