Skip to content

mlen/vpn-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPsec/L2TP cookbook for Chef

Installs and configures OpenSwan/xl2tpd VPN.

Requirements

  • sysctl cookbook from vpslab/sysctl-cookbook

Configuration

You have to configure the psk parameter (this is the pre-shared key for the VPN). Defining dns servers is also a good idea. Network/netmask values are sane defaults.

default['vpn'] = {
  'psk'     => nil,
  'dns'     => [],
  'network' => '192.168.5.0',
  'netmask' => '255.255.255.0'
}

About

Installs and configures IPsec/L2TP VPN for Debian

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages