IPsec/L2TP cookbook for Chef

Installs firewall configuration for OpenSwan/xl2tpd VPN.

Requirements

Configuration

This cookbook shares the configuration with vpn cookbook. It uses the fields listed below. For full reference of options, please refer to the vpn cookbook.

default['vpn'] = {

  ...

  'network' => '192.168.5.0',
  'netmask' => '255.255.255.0'
}