Skip to content

ololobus/arcanum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible VPN server setup

Setup server

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) and add following lines:

<key>OnDemandEnabled</key>
<integer>1</integer>
<key>OnDemandRules</key>
<array>
  <dict>
    <key>Action</key>
    <string>Connect</string>
  </dict>
</array>

Releases

No releases published

Packages

No packages published