Project

General

Profile

strongSwan User Documentation » History » Version 63

Andreas Steffen, 08.08.2009 10:05
added link to CipherSuiteExamples

1 51 Andreas Steffen
h1. strongSwan User Documentation
2 1 Martin Willi
3 1 Martin Willi
4 1 Martin Willi
5 51 Andreas Steffen
h2. Features
6 51 Andreas Steffen
7 51 Andreas Steffen
* [[VirtualIp|Virtual IP]] via mode-config (IKEv1) or configuration payload (IKEv2)
8 51 Andreas Steffen
* [[NatTraversal|NAT Traversal]]
9 51 Andreas Steffen
* [[MobIke|MOBIKE]]
10 57 Andreas Steffen
* [[PublicKeySpeed|Public Key Benchmark]] using various crypto libraries (gmp, gcrypt, openssl)
11 58 Martin Willi
* [[CryptoTest|Crypto tests]] provide a way to self-test used crypto implementations
12 58 Martin Willi
* [[IntegrityTest|Integrity tests]] make sure that the daemons use plugins and libraries they were built against
13 51 Andreas Steffen
14 51 Andreas Steffen
h2. Configuration Files
15 1 Martin Willi
16 52 Andreas Steffen
* [[IpsecConf|ipsec.conf]] file
17 52 Andreas Steffen
* [[IpsecSecrets|ipsec.secrets]] file
18 52 Andreas Steffen
* [[IpsecDirectory|ipsec.d]] directory
19 52 Andreas Steffen
* [[strongswanConf|strongswan.conf]] file
20 51 Andreas Steffen
21 51 Andreas Steffen
22 51 Andreas Steffen
h2. Configuration HOWTOs
23 51 Andreas Steffen
24 62 Andreas Steffen
* "Configuration HOWTO":http://www.strongswan.org/docs/readme42.htm
25 51 Andreas Steffen
* [[HashAndUrl|Hash-and-URL HOWTO]]
26 51 Andreas Steffen
* [[SqlLite|SQLite HOWTO]]
27 51 Andreas Steffen
* [[LoggerConfiguration|Logger configuration HOWTO]]
28 51 Andreas Steffen
* [[IkeSaTable|IKE_SA lookup tuning HOWTO]]
29 51 Andreas Steffen
* [[MobileIPv6|Mobile IPv6 HOWTO]]
30 55 Martin Willi
* [[NetworkManager|NetworkManager client setup]]
31 55 Martin Willi
* [[EapGtc|Authenticate road warriors using EAP-GTC and a PAM service]]
32 51 Andreas Steffen
33 51 Andreas Steffen
34 51 Andreas Steffen
h2. Configuration Examples
35 51 Andreas Steffen
36 1 Martin Willi
Dozens of both simple and advanced VPN scenarios:
37 51 Andreas Steffen
* [[IKEv1Examples|IKEv1]] examples
38 51 Andreas Steffen
* [[IKEv2Examples|IKEv2]] examples - *NEW* with *EAP-RADIUS* support
39 63 Andreas Steffen
* [[CipherSuiteExamples|Cipher Suite]] examples
40 61 Andreas Steffen
* "IKEv2 Hash-and-URL":http://www.strongswan.org/uml/testresults43/ikev2/rw-hash-and-url example
41 61 Andreas Steffen
* "IKEv2 Mediation Extension":http://www.strongswan.org/uml/testresults43/p2pnat mediation service examples
42 61 Andreas Steffen
* "Mixed":http://www.strongswan.org/uml/testresults43/ike IKEv1/IKEv2 examples
43 61 Andreas Steffen
* "IPv6":http://www.strongswan.org/uml/testresults43/ipv6 examples
44 61 Andreas Steffen
* "SQLite":http://www.strongswan.org/uml/testresults43/sql database backend examples
45 61 Andreas Steffen
* "IKEv1":http://www.strongswan.org/uml/testresults43/openssl-ikev1 and "IKEv2":http://www.strongswan.org/uml/testresults43/openssl-ikev2 OpenSSL crypto plugin examples
46 61 Andreas Steffen
* "IKEv1":http://www.strongswan.org/uml/testresults43/gcrypt-ikev1 and "IKEv2":http://www.strongswan.org/uml/testresults43/gcrypt-ikev2 GNU Gcrypt crypto plugin examples
47 22 Martin Willi
48 54 Andreas Steffen
h2. Interoperability
49 1 Martin Willi
50 54 Andreas Steffen
* [[Windows7|Windows 7]] with IKEv2
51 54 Andreas Steffen
* [[WindowsVista|Windows Vista]] with IKEv1
52 60 Andreas Steffen
* [[WindowsSuiteB|Windows Suite B Support]] with IKEv1
53 54 Andreas Steffen
54 51 Andreas Steffen
h2. Management Commands
55 1 Martin Willi
56 51 Andreas Steffen
* The powerful [[IpsecCommand|ipsec]] command starts, stops and monitors IPsec connections.
57 1 Martin Willi
58 51 Andreas Steffen
59 24 Martin Willi
h2. Auxiliary Tools
60 36 Martin Willi
61 51 Andreas Steffen
* ipsec [[OpenAc|openac]] generates _X.509 attribute certificates_
62 51 Andreas Steffen
* ipsec [[ScepClient|scepclient]] implements the _Simple Certificate Enrollment Protocol (SCEP)_
63 51 Andreas Steffen
* ipsec [[IpsecPool|pool]] manages virtual IP address pools stored in an SQL database
64 51 Andreas Steffen
* ipsec [[IpsecLeases|leases]] shows the assignment of virtual IP adresses stored in volatile memory
65 51 Andreas Steffen
* ipsec [[IpsecStarter|starter]] starts, stops, and configures the IKE daemons
66 51 Andreas Steffen
* ipsec [[IpsecStroke|stroke]] controls the IKEv2 charon daemon
67 51 Andreas Steffen
* ipsec [[IpsecWhack|whack]] controls the IKEv1 pluto daemon
68 51 Andreas Steffen
* ipsec [[IpsecUci|uci]] configuration plugin for OpenWRT
69 51 Andreas Steffen
* ipsec [[IpsecXWRT|X-WRT]] end user configuration of X-WRT for OpenWRT
70 51 Andreas Steffen
71 51 Andreas Steffen
h2. Linux 2.6 IPsec
72 51 Andreas Steffen
73 51 Andreas Steffen
* "Firewalling mit Linux 2.6 IPsec":http://www.linux-magazin.de/heft_abo/ausgaben/2004/12/sicherer_brandstifter
74 51 Andreas Steffen
* "Linux netfilter IPsec policy matching":http://www.linux-magazin.de/heft_abo/ausgaben/2006/08/doppelnase
75 51 Andreas Steffen
76 51 Andreas Steffen
77 51 Andreas Steffen
h2. Frequently Asked Questions
78 51 Andreas Steffen
79 51 Andreas Steffen
80 51 Andreas Steffen
* A [[FAQ]] is maintained [[FAQ|here]].