strongSwan User Documentation » History » Version 8
Martin Willi, 05.07.2007 18:38
Put questions in italics
1 | 5 | Martin Willi | = strongSwan User Documentation = |
---|---|---|---|
2 | 2 | Martin Willi | |
3 | 2 | Martin Willi | == Features == |
4 | 4 | Martin Willi | * [wiki:VirtualIp Virtual IP] via mode-config (IKEv1) or configuration payload (IKEv2) |
5 | 2 | Martin Willi | * [wiki:NatTraversal NAT Traversal] |
6 | 2 | Martin Willi | * [wiki:MobIke MOBIKE] |
7 | 2 | Martin Willi | |
8 | 1 | Martin Willi | === FAQ === |
9 | 1 | Martin Willi | |
10 | 8 | Martin Willi | '''Q:''' ''I'm trying to set up a VPN tunnel with a ZyXELL/Linksys/X router but the other side keeps on telling me "no proposal chosen" when strongSwan initiates the connection.'' |
11 | 6 | Martin Willi | |
12 | 8 | Martin Willi | '''A:''' Make sure that the peer supports all the algorithms (including the key lengths) which strongSwan proposes for IKE and ESP. In terms of IKE, the proposal consists of the following parts: Encryption algorithm, hash algorithm (PRF) and DH group. In terms of ESP the proposal includes the following: Encryption algorithm, hash algorithm, pfs group (DH group) and '''compression algorithm'''. There are lots of IPSec implementations out there that do '''not''' support compression. So the first thing to try in this situation is to switch compression off by using the ''compress'' parameter: |
13 | 6 | Martin Willi | {{{ |
14 | 6 | Martin Willi | compress=no |
15 | 6 | Martin Willi | }}} |
16 | 6 | Martin Willi | See also Chapter [http://www.strongswan.org/docs/readme4.htm#section_14.1 14.1 Authentication and encryption algorithms] of the strongSwan documentation. It has good information about the relevant parameters. |
17 | 6 | Martin Willi | |
18 | 1 | Martin Willi | === Interoperability === |
19 | 7 | Tobias Brunner | |
20 | 7 | Tobias Brunner | * [wiki:WindowsVista Windows Vista] |