Project

General

Profile

strongSwan User Documentation » History » Version 130

Tobias Brunner, 18.07.2014 15:33
Use new include_h() macro for configuration files

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