Project

General

Profile

strongSwan User Documentation » History » Version 147

Noel Kuntze, 04.10.2016 02:58
Move FAQ up

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