diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-04-20 14:58:02 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-08-08 15:30:27 +0200 |
commit | 224ab4c59b2b747f0ff1298dbb196ebfca561dca (patch) | |
tree | e35bff883def9311c2618b3768399630f986d945 /man | |
parent | b223d517c80924ee664238a48058d791e2d87c43 (diff) | |
download | strongswan-224ab4c59b2b747f0ff1298dbb196ebfca561dca.tar.bz2 strongswan-224ab4c59b2b747f0ff1298dbb196ebfca561dca.tar.xz |
socket-default plugin allocates random ports if configured to 0.
Also added strongswan.conf options to change the ports.
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 4dd818b8a..8fcba4a69 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -210,6 +210,15 @@ Enable multiple authentication exchanges (RFC 4739) .BR charon.nbns2 WINS servers assigned to peer via configuration payload (CP) .TP +.BR charon.port " [500]" +UDP port used locally. If set to 0 a random port will be allocated. +.TP +.BR charon.port_nat_t " [4500]" +UDP port used locally in case of NAT-T. If set to 0 a random port will be +allocated. Has to be different from +.BR charon.port , +otherwise a random port will be allocated. +.TP .BR charon.process_route " [yes]" Process RTM_NEWROUTE and RTM_DELROUTE events .TP |