diff options
author | Martin Willi <martin@strongswan.org> | 2007-03-20 08:59:03 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-03-20 08:59:03 +0000 |
commit | 9b45443dc2d270f3518be0cb739297baf667a79c (patch) | |
tree | 8e3f825f369827ae8efe531f3ef4fd4668f6bda0 /src/starter | |
parent | fdb9b2bdde04af1a75fa5fa744ba41355f4b3665 (diff) | |
download | strongswan-9b45443dc2d270f3518be0cb739297baf667a79c.tar.bz2 strongswan-9b45443dc2d270f3518be0cb739297baf667a79c.tar.xz |
updated NEWS, TODO and man page
Diffstat (limited to 'src/starter')
-rw-r--r-- | src/starter/ipsec.conf.5 | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/starter/ipsec.conf.5 b/src/starter/ipsec.conf.5 index 9ca2e6776..3e59190e3 100644 --- a/src/starter/ipsec.conf.5 +++ b/src/starter/ipsec.conf.5 @@ -418,7 +418,11 @@ for either, and if negotiation is never to be attempted or accepted (useful for shunt-only conns). Digital signatures are superior in every way to shared secrets. In IKEv2, the two ends must not agree on this parameter, it is relevant for the own -authentication method only. +authentication method only. IKEv2 additionally supports the value +.B eap, +which indicates an initiator to request EAP authentication. The EAP method to +use is selected by the server (see +.B eap). .TP .B compress whether IPComp compression of content is proposed on the connection @@ -591,7 +595,12 @@ it is the IP address in \fB%defaultroute\fP (if that is supported by a TXT recor it is the system's hostname (if that is supported by a TXT record in its forward domain), or otherwise it is undefined. .TP .B leftsourceip -Not supported in IKEv2 yet. +The internal source IP to use in a tunnel, also known as virtual IP. If the +value is +.B %modeconfig +or +.B %config, +an address is requested from the peer. .TP .B leftsubnetwithin Not relevant for IKEv2, as subnets are narrowed. @@ -980,7 +989,7 @@ Written for the FreeS/WAN project <http://www.freeswan.org> by Henry Spencer. Extended for the strongSwan project <http://www.strongswan.org> -by Andreas Steffen. Update to respect IKEv2 specific configuration +by Andreas Steffen. Updated to respect IKEv2 specific configuration by Martin Willi. .SH BUGS .PP |