1 .\" $NetBSD: racoon.8,v 1.11 2009/01/23 11:28:27 tteras Exp $
3 .\" Id: racoon.8,v 1.4 2005/04/18 11:07:55 manubsd Exp
5 .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 .\" All rights reserved.
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
15 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. Neither the name of the project nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
38 .Nd IKE (ISAKMP/Oakley) key management daemon
46 .Op Fl f Ar configfile
52 .Op Fl P Ar isakmp-natt-port
55 .Op Fl p Ar isakmp-port
62 key management protocol,
63 to establish security associations with other hosts.
65 .Pq Security Policy Database
66 in the kernel usually triggers
69 usually sends all informational messages, warnings and error messages to
75 Debugging messages are sent with the priority
79 appropriately to see these messages.
83 Specify the default address family for the sockets.
85 Install SA(s) from the file which is specified in
88 Increase the debug level.
91 arguments will increase the debug level even more.
96 .It Fl f Ar configfile
99 as the configuration file instead of the default.
102 .Ar file_name:line_number:function_name
107 as the logging file instead of
109 .It Fl P Ar isakmp-natt-port
112 for NAT-Traversal port-floating.
114 .It Fl p Ar isakmp-port
115 Listen to the ISAKMP key exchange on port
117 instead of the default port number, 500.
119 Print racoon version and compilation options and exit.
121 This flag causes the packet dump be more verbose, with higher
126 assumes the presence of the kernel random number device
132 The command exits with 0 on success, and non-zero on errors.
135 .Bl -tag -width /etc/racoon.conf -compact
136 .It Pa /etc/racoon.conf
137 default configuration file.
150 command first appeared in the
152 Yokogawa IPsec implementation.
154 .Sh SECURITY CONSIDERATIONS
155 The use of IKE phase 1 aggressive mode is not recommended,
157 .Pa http://www.kb.cert.org/vuls/id/886601 .