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

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

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

```