Project

General

Profile

strongSwan User Documentation » History » Version 135

Noel Kuntze, 22.05.2015 14:06
Added reference to Tobias' wiki page about pcrypt

1 92 Andreas Steffen
h1. strongSwan User Documentation
2 91 Andreas Steffen
3 1 Martin Willi
{{>toc}}
4 1 Martin Willi
5 113 Tobias Brunner
h2. Introduction to strongSwan
6 113 Tobias Brunner
7 113 Tobias Brunner
* [[IntroductionTostrongSwan|Introduction to strongSwan]]
8 113 Tobias Brunner
** [[ForwardingAndSplitTunneling|Forwarding and Split-Tunneling]]
9 113 Tobias Brunner
10 113 Tobias Brunner
11 51 Andreas Steffen
h2. Features
12 51 Andreas Steffen
13 51 Andreas Steffen
* [[VirtualIp|Virtual IP]] via mode-config (IKEv1) or configuration payload (IKEv2)
14 51 Andreas Steffen
* [[NatTraversal|NAT Traversal]]
15 51 Andreas Steffen
* [[MobIke|MOBIKE]]
16 57 Andreas Steffen
* [[PublicKeySpeed|Public Key Benchmark]] using various crypto libraries (gmp, gcrypt, openssl)
17 134 Andreas Steffen
* [[RaspberryPi2Benchmark|Raspberry Pi 2 ESP Benchmark]]
18 58 Martin Willi
* [[CryptoTest|Crypto tests]] provide a way to self-test used crypto implementations
19 58 Martin Willi
* [[IntegrityTest|Integrity tests]] make sure that the daemons use plugins and libraries they were built against
20 93 Martin Willi
* [[PluginList|Plugin list]] gives an overview about all optionally loadable strongSwan plugins
21 135 Noel Kuntze
* [[Pcrypt|Parallel IPsec processing using pcrypt]] shows ways to accelerate IPsec processing in kernel using the pcrypt module
22 130 Tobias Brunner
{{include_h(ConfigurationFiles)}}
23 51 Andreas Steffen
24 51 Andreas Steffen
h2. Configuration HOWTOs
25 51 Andreas Steffen
26 71 Andreas Steffen
* [[NetworkManager|NetworkManager client setup]]
27 71 Andreas Steffen
* [[EapGtc|Authenticate road warriors using EAP-GTC and a PAM service]]
28 79 Martin Willi
* [[EapRadius|Use a RADIUS AAA server to authenticate clients with EAP]]
29 81 Martin Willi
* [[EapTls|EAP-TLS certificate authentication]]
30 80 Martin Willi
* [[HighAvailability|Configure a failsafe strongSwan High Availability cluster]]
31 71 Andreas Steffen
* [[SimpleCA|Setting-up a simple CA using the strongSwan PKI tool]]
32 75 Andreas Steffen
* [[CAmanagementGUIs|CA management made easy using GUIs]]
33 133 Andreas Steffen
* [[Bliss|Post-Quantum Bimodal Lattice Signature Scheme (BLISS) HOWTO]]
34 51 Andreas Steffen
* [[HashAndUrl|Hash-and-URL HOWTO]]
35 51 Andreas Steffen
* [[SqlLite|SQLite HOWTO]]
36 51 Andreas Steffen
* [[LoggerConfiguration|Logger configuration HOWTO]]
37 97 Tobias Brunner
* [[JobPriority|Job priority management HOWTO]]
38 51 Andreas Steffen
* [[IkeSaTable|IKE_SA lookup tuning HOWTO]]
39 55 Martin Willi
* [[MobileIPv6|Mobile IPv6 HOWTO]]
40 74 Jean-Michel Pouré
* [[SmartCards|Smartcard HOWTO]]
41 110 Andreas Steffen
* [[TrustedNetworkConnect|Trusted Network Connect (TNC) HOWTO]]
42 117 Andreas Steffen
* [[BYOD|Android BYOD Security based on TNC]]
43 110 Andreas Steffen
* [[IfMap|TNC IF-MAP HOWTO]]
44 120 Andreas Steffen
* [[StrongTnc|strongTNC Policy Manager HOWTO]]
45 110 Andreas Steffen
* [[IMA|Linux Integrity Measurement Architecture (IMA)]] 
46 110 Andreas Steffen
* [[AwsVpc|Setting up a VPN into the Amazon Public Cloud's VPC]] 
47 51 Andreas Steffen
48 131 Tobias Brunner
{{include_h(ConfigurationExamples)}}
49 1 Martin Willi
50 99 Tobias Brunner
h2. Portability
51 99 Tobias Brunner
52 125 Tobias Brunner
* [[Android|strongSwan on Android]]
53 118 Tobias Brunner
* [[FreeBSD|strongSwan on FreeBSD]]
54 1 Martin Willi
* [[MacOSX|strongSwan on Mac OS X]]
55 1 Martin Willi
* [[Windows|strongSwan on Windows]]
56 125 Tobias Brunner
* [[OpenWrt|strongSwan on OpenWrt]]
57 125 Tobias Brunner
* [[Maemo|strongSwan on Maemo (Nokia N900)]]
58 125 Tobias Brunner
59 99 Tobias Brunner
60 54 Andreas Steffen
h2. Interoperability
61 1 Martin Willi
62 54 Andreas Steffen
* [[Windows7|Windows 7]] with IKEv2
63 54 Andreas Steffen
* [[WindowsVista|Windows Vista]] with IKEv1
64 60 Andreas Steffen
* [[WindowsSuiteB|Windows Suite B Support]] with IKEv1
65 109 Robert Cambridge
* [[IOS_(Apple)|Apple iOS (iPhone, iPad) and Mac OS X]] with IKEv1
66 115 Tobias Brunner
* [[BlackBerry|BlackBerry OS]] with IKEv1 or IKEv2
67 108 Andreas Steffen
* [[CharonPlutoIKEv1|strongSwan 4.x (pluto) - 5.x (charon)]] with IKEv1
68 89 Andreas Steffen
69 51 Andreas Steffen
h2. Management Commands
70 1 Martin Willi
71 51 Andreas Steffen
* The powerful [[IpsecCommand|ipsec]] command starts, stops and monitors IPsec connections.
72 123 Martin Willi
* The alternative [[swanctl]] tool provides a new and portable configuration interface.
73 1 Martin Willi
74 24 Martin Willi
h2. Auxiliary Tools
75 36 Martin Willi
76 119 Tobias Brunner
* [[charon-cmd]] a simple command line IKE client
77 119 Tobias Brunner
78 105 Tobias Brunner
* ipsec [[IpsecAttest|attest]] manages measurement reference values used for TPM-based remote attestation
79 68 Andreas Steffen
* ipsec [[IpsecLeases|leases]] shows the assignment of virtual IP adresses stored in volatile memory
80 68 Andreas Steffen
* ipsec [[IpsecPKI|pki]] generates and analyzes RSA/ECDSA private keys and X.509 certificates  
81 95 Tobias Brunner
* ipsec [[IpsecPool|pool]] manages virtual IP address pools and attributes stored in an SQL database and provided by the [[attrsql|attr-sql plugin]]
82 68 Andreas Steffen
* ipsec [[ScepClient|scepclient]] implements the _Simple Certificate Enrollment Protocol (SCEP)_
83 1 Martin Willi
* ipsec [[IpsecStarter|starter]] starts, stops, and configures the IKE daemons
84 127 Tobias Brunner
* ipsec [[IpsecStroke|stroke]] controls the IKE charon daemon
85 122 Tobias Brunner
* ipsec [[IpsecConftest|conftest]] is a tool to test IKEv2 implementations
86 51 Andreas Steffen
87 51 Andreas Steffen
h2. Linux 2.6 IPsec
88 51 Andreas Steffen
89 51 Andreas Steffen
* "Firewalling mit Linux 2.6 IPsec":http://www.linux-magazin.de/heft_abo/ausgaben/2004/12/sicherer_brandstifter
90 51 Andreas Steffen
* "Linux netfilter IPsec policy matching":http://www.linux-magazin.de/heft_abo/ausgaben/2006/08/doppelnase
91 51 Andreas Steffen
92 51 Andreas Steffen
93 51 Andreas Steffen
h2. Frequently Asked Questions
94 51 Andreas Steffen
95 51 Andreas Steffen
96 51 Andreas Steffen
* A [[FAQ]] is maintained [[FAQ|here]].