Code Monkey home page Code Monkey logo

puppet-strongswan's Introduction

####Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with strongswan
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - How to contribute to the module

##Overview

This module installs and configures a IPsec connection with pre-shared pass.

##Module Description

This module handles StrongSwan installation, configuration and services on Debian Systems.

##Setup

###What strongswan affects

  • strongswan configuration file :
    • /etc/ipsec.conf: IPsec configuration file.
    • /etc/ipsec.secret: Pre-shared pass.
  • strongswan service
  • strongswan package

###Beginning with strongswan

Each node just needs this minimal declaration :

    class { 'strongswan' :
      remote_public_ip        => <public_IP_of_remote_VPN_server>,
      host_public_ip          => <public_IP_of_local_server>,
      remote_private_network  => <private_network_address_of_remote_VPN_server>,
      host_private_network    => <private_network_address_of_local_server>,
      pass                    => <your_pass>
    }

##Reference

####remote_public_ip Public address of the remote vpn server Default : undef

####host_public_ip Public address of the local vpn server Default : undef

####remote_private_network Private network address of the remote vpn server Netmask needed : Example : 172.16.0.0/16 Default : undef

####host_private_network Private network address of the local vpn server Netmask needed : example : 192.168.56.0/24 Default : undef

####connection_name Name of the connection Default : myconn

####package Package name to install Default : system dependent (only Debian is supported)

####pass Pre shared pass Default : pass

##Limitations

This module only supports Debian systems.

##Development

Issues can be reported on github issues tracker

puppet-strongswan's People

Contributors

titotix avatar

Stargazers

Stephen Wade avatar

Watchers

James Cloos avatar Florent Poinsaut avatar  avatar Thomas Saquet avatar Sylvain Leroy avatar  avatar David Michel avatar  avatar

puppet-strongswan's Issues

How to setup PtP tunnel

You module seems to be very oriented towards connecting two networks via an IPSec tunnel. What I'm trying to do is encrypt the traffic between two hosts only. I'm a little unsure of how to do that with your module. Any tips?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.