Project

General

Profile

strongSwan User Documentation » History » Version 66

Andreas Steffen, 13.08.2009 08:41
Added link to IPv6Examples

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 66 Andreas Steffen
* [[IPv6Examples|IPv6]] examples
40 64 Andreas Steffen
* [[CipherSuiteExamples|Advanced Cipher Suite]] examples
41 65 Andreas Steffen
* [[IntegrityCryptoTestExamples|Integrity and Crypto Test]] examples
42 61 Andreas Steffen
* "IKEv2 Hash-and-URL":http://www.strongswan.org/uml/testresults43/ikev2/rw-hash-and-url example
43 61 Andreas Steffen
* "IKEv2 Mediation Extension":http://www.strongswan.org/uml/testresults43/p2pnat mediation service examples
44 61 Andreas Steffen
* "SQLite":http://www.strongswan.org/uml/testresults43/sql database backend examples
45 22 Martin Willi
46 54 Andreas Steffen
h2. Interoperability
47 1 Martin Willi
48 54 Andreas Steffen
* [[Windows7|Windows 7]] with IKEv2
49 54 Andreas Steffen
* [[WindowsVista|Windows Vista]] with IKEv1
50 60 Andreas Steffen
* [[WindowsSuiteB|Windows Suite B Support]] with IKEv1
51 54 Andreas Steffen
52 51 Andreas Steffen
h2. Management Commands
53 1 Martin Willi
54 51 Andreas Steffen
* The powerful [[IpsecCommand|ipsec]] command starts, stops and monitors IPsec connections.
55 1 Martin Willi
56 51 Andreas Steffen
57 24 Martin Willi
h2. Auxiliary Tools
58 36 Martin Willi
59 51 Andreas Steffen
* ipsec [[OpenAc|openac]] generates _X.509 attribute certificates_
60 51 Andreas Steffen
* ipsec [[ScepClient|scepclient]] implements the _Simple Certificate Enrollment Protocol (SCEP)_
61 51 Andreas Steffen
* ipsec [[IpsecPool|pool]] manages virtual IP address pools stored in an SQL database
62 51 Andreas Steffen
* ipsec [[IpsecLeases|leases]] shows the assignment of virtual IP adresses stored in volatile memory
63 51 Andreas Steffen
* ipsec [[IpsecStarter|starter]] starts, stops, and configures the IKE daemons
64 51 Andreas Steffen
* ipsec [[IpsecStroke|stroke]] controls the IKEv2 charon daemon
65 51 Andreas Steffen
* ipsec [[IpsecWhack|whack]] controls the IKEv1 pluto daemon
66 51 Andreas Steffen
* ipsec [[IpsecUci|uci]] configuration plugin for OpenWRT
67 51 Andreas Steffen
* ipsec [[IpsecXWRT|X-WRT]] end user configuration of X-WRT for OpenWRT
68 51 Andreas Steffen
69 51 Andreas Steffen
h2. Linux 2.6 IPsec
70 51 Andreas Steffen
71 51 Andreas Steffen
* "Firewalling mit Linux 2.6 IPsec":http://www.linux-magazin.de/heft_abo/ausgaben/2004/12/sicherer_brandstifter
72 51 Andreas Steffen
* "Linux netfilter IPsec policy matching":http://www.linux-magazin.de/heft_abo/ausgaben/2006/08/doppelnase
73 51 Andreas Steffen
74 51 Andreas Steffen
75 51 Andreas Steffen
h2. Frequently Asked Questions
76 51 Andreas Steffen
77 51 Andreas Steffen
78 51 Andreas Steffen
* A [[FAQ]] is maintained [[FAQ|here]].