https://github.com/ololobus/arcanum
Ansible VPN server setup scripts for Ubuntu/OpenBSD
https://github.com/ololobus/arcanum
dante-server ikev2 ikev2-vpn openbsd socks5-proxy ubuntu vpn vpn-server
Last synced: 24 days ago
JSON representation
Ansible VPN server setup scripts for Ubuntu/OpenBSD
- Host: GitHub
- URL: https://github.com/ololobus/arcanum
- Owner: ololobus
- Created: 2018-04-14T23:49:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T14:39:31.000Z (about 6 years ago)
- Last Synced: 2025-02-14T01:17:30.556Z (3 months ago)
- Topics: dante-server, ikev2, ikev2-vpn, openbsd, socks5-proxy, ubuntu, vpn, vpn-server
- Language: Vim script
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ansible VPN server setup
## Setup server
```shell
ansible-playbook -i ubuntu-16.04LTS/vpn_hosts ubuntu-16.04LTS/vpn.yml
```## Configure clients
For IKEv2 clients config refer https://gist.github.com/karlvr/34f46e1723a2118bb16190c22dbed1cc#client-setup
To be able to use `On demand` switcher on iOS client create profile (use Apple Configurator and refer to [example](examples/IKEv2-VPN-profile.mobileconfig)) and add following lines:
```xml
OnDemandEnabled
1
OnDemandRules
Action
Connect
```