Skip to content

hw-cookbooks/ipsec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Installs and configures strongSwan IPsec. By default it creates a meshed, host-to-host network with a single, shared secret.

Warning: This cookbook is a proof-of-concept. It has not been validated to provide any actual security and may damage your network beyond repair. Use at your own risk!

Requirements

  • Tested on Ubuntu 10.04

Attributes

  • node[:ipsec][:shared_secret] - defaults to "my_insecure_secret"

Usage

By including the default recipe this cookbook will search for all nodes with the ipsec recipe in their run list and configure host-to-host connections between each.

All nodes use the same shared secret for simplicity. You may want to investigate different authentication implementations if a more complete security system is important for your organization.

Releases

No releases published

Packages

No packages published