$NetBSD: racoon.conf.5,v 1.34.4.2 2007/07/18 22:53:03 mgrooms Exp $

Id: racoon.conf.5,v 1.54 2006/08/22 18:17:17 manubsd Exp

Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the project nor the names of its contributors
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.

.Dd September 19, 2006 .Dt RACOON.CONF 5 .Os
.Sh NAME .Nm racoon.conf .Nd configuration file for racoon
.Sh SYNOPSIS

.Sh DESCRIPTION .Nm is the configuration file for the .Xr racoon 8 ISAKMP daemon. .Xr racoon 8 negotiates security associations for itself (ISAKMP SA, or phase 1 SA) and for kernel IPsec (IPsec SA, or phase 2 SA). The file consists of a sequence of directives and statements. Each directive is composed by a tag and statements, enclosed by .Ql { and .Ql } . Lines beginning with .Ql # are comments.
.Ss Meta Syntax Keywords and special characters that the parser expects exactly are displayed using c this font. Parameters are specified with .Ar this font. Square brackets

o .Ql [ and .Ql ]

c are used to show optional keywords and parameters. Note that you have to pay attention when this manual is describing .Ar port numbers. The .Ar port number is always enclosed by .Ql [ and .Ql ] . In this case, the port number is not an optional keyword. If it is possible to omit the .Ar port number, the expression becomes q Bq Ar port . The vertical bar

q Ql | is used to indicate a choice between optional parameters. Parentheses

o .Ql ( and .Ql )

c are used to group keywords and parameters when necessary. Major parameters are listed below.

p l -tag -width addressx -compact t Ar number means a hexadecimal or a decimal number. The former must be prefixed with .Ql Li 0x . t Ar string t Ar path t Ar file means any string enclosed in .Ql "

q double quotes . t Ar address means IPv6 and/or IPv4 address. t Ar port means a TCP/UDP port number. The port number is always enclosed by .Ql [ and .Ql ] . t Ar timeunit is one of following: c sec , secs , second , seconds , c min , mins , minute , minutes , c hour , hours . .El
.Ss Path Specification This section specifies various paths used by racoon. When running in privilege separation mode, c certificate and c script paths are mandatory. A .Xr racoon 8 restart is required if you want path changes to be taken into account. l -tag -width Ds -compact t Ic path include Ar path ; Specifies a path to include a file. See .Sx File Inclusion . t Ic path pre_shared_key Ar file ; Specifies a file containing pre-shared key(s) for various ID(s). See .Sx Pre-shared key File . t Ic path pidfile Ar file ; Specifies file where to store PID of process. If path starts with

a / it is treated as an absolute path. Otherwise, it is treated as a relative path to the VARRUN directory specified at compilation time. Default is

a racoon.pid . t Ic path logfile Ar file ; Specifies a file to which logs generated by .Xr racoon 8 are stored. When the file's size exceeds 200KB, .Xr racoon 8 will trim the logfile by dropping the oldest events. If path starts with

a / it is treated as an absolute path. Otherwise, it is treated as a relative path to the VARRUN directory specified at compilation time. .El
.Ss File Inclusion l -tag -width Ds -compact t Ic include Ar file Specifies other configuration files to be included. .El
.Ss Identifier Specification is obsolete. It must be defined at each c remote directive.
.Ss Timer Specification l -tag -width Ds -compact t Ic timer { Ar statements Ic } This section specifies various timer values used by racoon.

p l -tag -width Ds -compact t Ic counter Ar number ; The maximum number of retries to send. The default is 5. t Ic interval Ar number Ar timeunit ; The interval to resend, in seconds. The default time is 10 seconds. t Ic persend Ar number ; The number of packets per send. The default is 1. t Ic phase1 Ar number Ar timeunit ; The maximum time it should take to complete phase 1. The default time is 15 seconds. t Ic phase2 Ar number Ar timeunit ; The maximum time it should take to complete phase 2. The default time is 10 seconds. t Ic natt_keepalive Ar number Ar timeunit ; The interval between sending NAT-Traversal keep-alive packets. The default time is 20 seconds. Set to 0s to disable keep-alive packets. .El .El
.Ss Listening Port Specification l -tag -width Ds -compact t Ic listen { Ar statements Ic } If no .Ar listen directive is specified, .Xr racoon 8 will listen on all available interface addresses. The following is the list of valid statements:

p l -tag -width Ds -compact How do I express bold brackets; `[' and `]' .
Answer: For bold brackets, do "Ic [ foo ]".
Is the "Bq Ic [ Ar port ] ;" buggy ?
t Ic isakmp Ar address Bq Bq Ar port ; If this is specified, .Xr racoon 8 will only listen on the defined .Ar address . The default port is 500, which is specified by IANA. You can provide more than one address definition. t Ic isakmp_natt Ar address Bq Ar port ; Same as c isakmp but also sets the socket options to accept UDP-encapsulated ESP traffic for NAT-Traversal. If you plan to use NAT-T, you should provide at least one address with port 4500, which is specified by IANA. There is no default. t Ic strict_address ; Requires that all addresses for ISAKMP be bound. This statement will be ignored if you do not specify address definitions. .El .El ./" .Ss Remote Nodes Specifications l -tag -width Ds -compact t Xo c remote ( Ar address | Ic anonymous ) q Bq Ar port q Ic inherit Ar parent c { Ar statements Ic } .Xc Specifies the IKE phase 1 parameters for each remote node. The default port is 500. If c anonymous is specified, the statements will apply to any peer that does not match a more specific c remote directive.

p Sections with c inherit Ar parent statements (where .Ar parent is either .Ar address or a keyword c anonymous ) that have all values predefined to those of a given .Ar parent . In these sections it is enough to redefine only the changed parameters.

p The following are valid statements.

p l -tag -width Ds -compact
t Ic exchange_mode ( main | aggressive | base ) ; Defines the exchange mode for phase 1 when racoon is the initiator. It also means the acceptable exchange mode when racoon is the responder. More than one mode can be specified by separating them with a comma. All of the modes are acceptable. The first exchange mode is what racoon uses when it is the initiator.
t Ic doi Ic ipsec_doi ; Means to use IPsec DOI as specified in RFC 2407. You can omit this statement.
t Ic situation Ic identity_only ; Means to use SIT_IDENTITY_ONLY as specified in RFC 2407. You can omit this statement.
t Ic identifier Ar idtype ; This statment is obsolete. Instead, use c my_identifier .
t Xo c my_identifier Bq Ar qualifier .Ar idtype ... ; .Xc Specifies the identifier sent to the remote host and the type to use in the phase 1 negotiation. c address, fqdn , user_fqdn , keyid , and c asn1dn can be used as an .Ar idtype . The .Ar qualifier is currently only used for c keyid , and can be either c file or c tag . The possible values are : l -tag -width Ds -compact t Ic my_identifier Ic address Bq Ar address ; The type is the IP address. This is the default type if you do not specify an identifier to use. t Ic my_identifier Ic user_fqdn Ar string ; The type is a USER_FQDN (user fully-qualified domain name). t Ic my_identifier Ic fqdn Ar string ; The type is a FQDN (fully-qualified domain name). t Xo c my_identifier Ic keyid Bq Ic file .Ar file ; .Xc The type is a KEY_ID, read from the file. t Ic my_identifier Ic keyid Ic tag Ar string ; The type is a KEY_ID, specified in the quoted string. t Ic my_identifier Ic asn1dn Bq Ar string ; The type is an ASN.1 distinguished name. If .Ar string is omitted, .Xr racoon 8 will get the DN from the Subject field in the certificate. .El
t Ic xauth_login Bq Ar string ; Specifies the login to use in client-side Hybrid authentication. It is available only if .Xr racoon 8 has been built with this option. The associated password is looked up in the pre-shared key files, using the login c string as the key id.
t Ic peers_identifier Ar idtype ... ; Specifies the peer's identifier to be received. If it is not defined then .Xr racoon 8 will not verify the peer's identifier in ID payload transmitted from the peer. If it is defined, the behavior of the verification depends on the flag of c verify_identifier . The usage of .Ar idtype is the same as c my_identifier except that the individual component values of an c asn1dn identifier may specified as c * to match any value (e.g. "C=XX, O=MyOrg, OU=*, CN=Mine"). Alternative acceptable peer identifiers may be specified by repeating the c peers_identifier statement.
t Ic verify_identifier (on | off) ; If you want to verify the peer's identifier, set this to on. In this case, if the value defined by c peers_identifier is not the same as the peer's identifier in the ID payload, the negotiation will fail. The default is off.
t Ic certificate_type Ar certspec ; Specifies a certificate specification. .Ar certspec must be as follows: l -tag -width Ds -compact t Ic x509 Ar in_keychain Ar keychain_identifier ; .Ar in_keychain means the certificate is in the system keychain. .Ar keychain_identifier is the keychain ID for the certificate in base64 format. .El t Ic certificate_verification Ar verification_spec ; Specifies how the certificate is verified. This is required. .Ar verification_spec must be as follows: l -tag -width Ds -compact t Ic sec_framework Ar use_peers_identifier ; .Ar sec_framework means the certificate is verified by the security framework. .Ar use_peers_identifier means the certificate must contain the peers ID. .El t Ic mode_cfg (on | off) ; Gather network information through ISAKMP mode configuration. Default is off.
t Ic weak_phase1_check (on | off) ; Tells racoon to act on unencrypted deletion messages during phase 1. This is a small security risk, so the default is off, meaning that racoon will keep on trying to establish a connection even if the user credentials are wrong, for instance.
t Ic send_cert (on | off) ; If you do not want to send a certificate, set this to off. The default is on.
t Ic send_cr (on | off) ; If you do not want to send a certificate request, set this to off. The default is on.
t Ic verify_cert (on | off) ; By default, the identifier sent by the remote host (as specified in its c my_identifier statement) is compared with the credentials in the certificate used to authenticate the remote host as follows: l -tag -width Ds -compact t Type Ic asn1dn: The entire certificate subject name is compared with the identifier, e.g. "C=XX, O=YY, ...". t Type Ic address, fqdn, or user_fqdn: The certificate's subjectAltName is compared with the identifier. .El If the two do not match the negotiation will fail. If you do not want to verify the identifier using the peer's certificate, set this to off.
t Ic lifetime time Ar number Ar timeunit ; Define a lifetime of a certain time which will be proposed in the phase 1 negotiations. Any proposal will be accepted, and the attribute(s) will not be proposed to the peer if you do not specify it (them). They can be individually specified in each proposal.
t Ic ike_frag (on | off | force) ; Enable receiver-side IKE fragmentation if .Xr racoon 8 has been built with this feature. If set to on, racoon will advertise itself as being capable of receiving packets split by IKE fragmentation. This extension is there to work around broken firewalls that do not work with fragmented UDP packets. IKE fragmentation is always enabled on the sender-side, and it is used if the peer advertises itself as IKE fragmentation capable. By selecting force, IKE Fragmentation will be used when racoon is acting as the initiator even before the remote peer has advertised itself as IKE fragmentation capable.
t Ic esp_frag Ar fraglen ; This option is only relevant if you use NAT traversal in tunnel mode. Its purpose is to work around broken DSL routers that reject UDP fragments, by fragmenting the IP packets before ESP encapsulation. The result is ESP over UDP of fragmented packets instead of fragmented ESP over UDP packets (i.e., IP:UDP:ESP:frag(IP) instead of frag(IP:UDP:ESP:IP)). .Ar fraglen is the maximum size of the fragments. 552 should work anywhere, but the higher .Ar fraglen is, the better the performance.

p Note that because PMTU discovery is broken on many sites, you will have to use MSS clamping if you want TCP to work correctly.
t Ic initial_contact (on | off) ; Enable this to send an INITIAL-CONTACT message. The default value is c on . This message is useful only when the responder implementation chooses an old SA when there are multiple SAs with different established time and the initiator reboots. If racoon did not send the message, the responder would use an old SA even when a new SA was established. For systems that use a KAME derived IPSEC stack, the .Xr sysctl 8 variable net.key.preferred_oldsa can be used to control this preference. When the value is zero, the stack always uses a new SA.
t Ic passive (on | off) ; If you do not want to initiate the negotiation, set this to on. The default value is c off . It is useful for a server.
t Ic proposal_check Ar level ; Specifies the action of lifetime length, key length and PFS of the phase 2 selection on the responder side, and the action of lifetime check in phase 1. The default level is c strict . If the .Ar level is: l -tag -width Ds -compact t Ic obey The responder will obey the initiator anytime. t Ic strict If the responder's lifetime length is longer than the initiator's or the responder's key length is shorter than the initiator's, the responder will use the initiator's value. Otherwise, the proposal will be rejected. If PFS is not required by the responder, the responder will obey the proposal. If PFS is required by both sides and the responder's group is not equal to the initiator's, then the responder will reject the proposal. t Ic claim If the responder's lifetime length is longer than the initiator's or the responder's key length is shorter than the initiator's, the responder will use the initiator's value. If the responder's lifetime length is shorter than the initiator's, the responder uses its own length AND sends a RESPONDER-LIFETIME notify message to an initiator in the case of lifetime (phase 2 only). For PFS, this directive behaves the same as c strict . t Ic exact If the initiator's lifetime or key length is not equal to the responder's, the responder will reject the proposal. If PFS is required by both sides and the responder's group is not equal to the initiator's, then the responder will reject the proposal. .El
t Ic support_proxy (on | off) ; If this value is set to on, then both values of ID payloads in the phase 2 exchange are always used as the addresses of end-point of IPsec-SAs. The default is off.
t Ic generate_policy (on | off | require | unique) ; This directive is for the responder. Therefore you should set c passive to on in order that .Xr racoon 8 only becomes a responder. If the responder does not have any policy in SPD during phase 2 negotiation, and the directive is set to on, then .Xr racoon 8 will choose the first proposal in the SA payload from the initiator, and generate policy entries from the proposal. It is useful to negotiate with clients whose IP address is allocated dynamically. Note that an inappropriate policy might be installed into the responder's SPD by the initiator, so other communications might fail if such policies are installed due to a policy mismatch between the initiator and the responder. c on and c require values mean the same thing (generate a require policy). c unique tells racoon to set up unique policies, with a monotoning increasing reqid number (between 1 and IPSEC_MANUAL_REQID_MAX). This directive is ignored in the initiator case. The default value is c off .

t Ic nat_traversal (on | off | force) ; This directive enables use of the NAT-Traversal IPsec extension (NAT-T). NAT-T allows one or both peers to reside behind a NAT gateway (i.e., doing address- or port-translation). If a NAT gateway is detected during the phase 1 handshake, racoon will attempt to negotiate the use of NAT-T with the remote peer. If the negotiation succeeds, all ESP and AH packets for the given connection will be encapsulated into UDP datagrams (port 4500, by default). Possible values are: l -tag -width Ds -compact t Ic on NAT-T is used when a NAT gateway is detected between the peers. t Ic off NAT-T is not proposed/accepted. This is the default. t Ic force NAT-T is used regardless of whether a NAT gateway is detected between the peers or not. .El Please note that NAT-T support is a compile-time option. Although it is enabled in the source distribution by default, it may not be available in your particular build. In that case you will get a warning when using any NAT-T related config options.
t Ic dpd_delay Ar delay ; This option activates the DPD and sets the time (in seconds) allowed between 2 proof of liveliness requests. The default value is c 0 , which disables DPD monitoring, but still negotiates DPD support.
t Ic dpd_retry Ar delay ; If c dpd_delay is set, this sets the delay (in seconds) to wait for a proof of liveliness before considering it as failed and send another request. The default value is c 5 .
t Ic dpd_maxfail Ar number ; If c dpd_delay is set, this sets the maximum number of liveliness proofs to request (without reply) before considering the peer is dead. The default value is c 5 .
t Ic nonce_size Ar number ; define the byte size of nonce value. Racoon can send any value although RFC2409 specifies that the value MUST be between 8 and 256 bytes. The default size is 16 bytes.
t Ic ph1id Ar number ; An optionnal number to identify the remote proposal and to link it only with sainfos who have the same number. Defaults to 0.
t Xo c proposal { Ar sub-substatements Ic } .Xc l -tag -width Ds -compact
t Ic encryption_algorithm Ar algorithm ; Specifies the encryption algorithm used for the phase 1 negotiation. This directive must be defined. .Ar algorithm is one of following: c des, 3des, aes for Oakley. For other transforms, this statement should not be used.
t Ic hash_algorithm Ar algorithm ; Defines the hash algorithm used for the phase 1 negotiation. This directive must be defined. .Ar algorithm is one of following: c md5, sha1, sha256, sha384, sha512 for Oakley.
t Ic authentication_method Ar type ; Defines the authentication method used for the phase 1 negotiation. This directive must be defined. .Ar type is one of: c pre_shared_key, c hybrid_rsa_server , c hybrid_rsa_client , xauth_rsa_server , xauth_rsa_client , xauth_psk_server or c xauth_psk_client , eap_psk_client , eap_rsa_client .
t Ic dh_group Ar group ; Defines the group used for the Diffie-Hellman exponentiations. This directive must be defined. .Ar group is one of following: c modp1024 , modp1536 , modp2048 , modp3072 , modp4096 , modp6144 or modp8192 . Or you can define 2 , 5 , 14 , 15 , 16 , 17 or 18 as the DH group number. When you want to use aggressive mode, you must define the same DH group in each proposal. t Ic lifetime time Ar number Ar timeunit ; Defines the lifetime of the phase 1 SA proposal. Refer to the description of the c lifetime directive defined in the c remote directive. .El .El .El
.Ss Policy Specifications The policy directive is obsolete, policies are now in the SPD. .Xr racoon 8 will obey the policy configured into the kernel by .Xr setkey 8 , and will construct phase 2 proposals by combining c sainfo specifications in .Nm , and policies in the kernel.
.Ss Sainfo Specifications l -tag -width Ds -compact t Xo c sainfo ( Ar source_id destination_id | Ar source_id Ic anonymous | Ic anonymous Ar destination_id | Ic anonymous ) [ from Ar idtype [ Ar string ] ] [ Ic group Ar string ] c { Ar statements Ic } .Xc defines the parameters of the IKE phase 2 (IPsec-SA establishment). .Ar source_id and .Ar destination_id are constructed like:

p c address Ar address q Ic / Ar prefix q Ic [ Ar port ] .Ar ul_proto

p or

p c subnet Ar address q Ic / Ar prefix q Ic [ Ar port ] .Ar ul_proto

p or

p .Ar idtype Ar string

p An id string should be expressed to match the exact value of an ID payload (source is the local end, destination is the remote end). This is not like a filter rule. For example, if you define 3ffe:501:4819::/48 as .Ar source_id . 3ffe:501:4819:1000:/64 will not match.

p In the case of a longest prefix (selecting a single host), .Ar address instructs to send ID type of ADDRESS while .Ar subnet instructs to send ID type of SUBNET. Otherwise, these instructions are identical.

p The group keyword allows an XAuth group membership check to be performed for this sainfo section. When the mode_cfg auth source is set to c system or c ldap , the XAuth user is verified to be a member of the specified group before allowing a matching SA to be negotiated.

p l -tag -width Ds -compact
t Ic pfs_group Ar group ; define the group of Diffie-Hellman exponentiations. If you do not require PFS then you can omit this directive. Any proposal will be accepted if you do not specify one. .Ar group is one of following: c modp1024 , modp1536 , modp2048 , modp3072 , modp4096 , modp6144 or modp8192 . Or you can define 2 , 5 , 14 , 15 , 16 , 17 or 18 as the DH group number.
t Ic lifetime time Ar number Ar timeunit ; define how long an IPsec-SA will be used, in timeunits. Any proposal will be accepted, and no attribute(s) will be proposed to the peer if you do not specify it(them). See the c proposal_check directive.
t Ic remoteid Ar number ; Sainfos will only be used if their remoteid matches the ph1id of the remote section used for phase 1. Defaults to 0, which is also the default for ph1id.
t Ic my_identifier Ar idtype ... ; is obsolete. It does not make sense to specify an identifier in the phase 2. .El

p .Xr racoon 8 does not have a list of security protocols to be negotiated. The list of security protocols are passed by SPD in the kernel. Therefore you have to define all of the potential algorithms in the phase 2 proposals even if there are algorithms which will not be used. These algorithms are define by using the following three directives, with a single comma as the separator. For algorithms that can take variable-length keys, algorithm names can be followed by a key length, like .Dq Li blowfish 448 . .Xr racoon 8 will compute the actual phase 2 proposals by computing the permutation of the specified algorithms, and then combining them with the security protocol specified by the SPD. For example, if c des , 3des , hmac_md5 , and c hmac_sha1 are specified as algorithms, we have four combinations for use with ESP, and two for AH. Then, based on the SPD settings, .Xr racoon 8 will construct the actual proposals. If the SPD entry asks for ESP only, there will be 4 proposals. If it asks for both AH and ESP, there will be 8 proposals. Note that the kernel may not support the algorithm you have specified.
l -tag -width Ds -compact t Ic encryption_algorithm Ar algorithms ; c des , 3des , des_iv64 , des_iv32 , c null_enc ,rijndael , aes

q used with ESP
t Ic authentication_algorithm Ar algorithms ; c des , 3des , des_iv64 , des_iv32 , c hmac_md5 , hmac_sha1 , hmac_sha256, hmac_sha384, hmac_sha512, non_auth

q used with ESP authentication and AH
t Ic compression_algorithm Ar algorithms ; c deflate

q used with IPComp .El .El
.Ss Logging level l -tag -width Ds -compact t Ic log Ar level ; Defines the logging level. .Ar level is one of following: c error , warning , notify , info , debug and c debug2 . The default is c info . If you set the logging level too high on slower machines, IKE negotiation can fail due to timing constraint changes. .El
.Ss Specifies the way to pad l -tag -width Ds -compact t Ic padding { Ar statements Ic } specifies the padding format. The following are valid statements: l -tag -width Ds -compact t Ic randomize (on | off) ; Enables the use of a randomized value for padding. The default is on. t Ic randomize_length (on | off) ; The pad length will be random. The default is off. t Ic maximum_length Ar number ; Defines a maximum padding length. If c randomize_length is off, this is ignored. The default is 20 bytes. t Ic exclusive_tail (on | off) ; Means to put the number of pad bytes minus one into the last part of the padding. The default is on. t Ic strict_check (on | off) ; Means to constrain the peer to set the number of pad bytes. The default is off. .El .El .Ss Special directives l -tag -width Ds -compact t Ic complex_bundle (on | off) ; defines the interpretation of proposal in the case of SA bundle. Normally .Dq IP AH ESP IP payload is proposed as .Dq AH tunnel and ESP tunnel . The interpretation is more common to other IKE implementations, however, it allows very limited set of combinations for proposals. With the option enabled, it will be proposed as .Dq AH transport and ESP tunnel . The default value is c off . .El
.Ss Pre-shared key File The pre-shared key file defines pairs of identifiers and corresponding shared secret keys which are used in the pre-shared key authentication method in phase 1. The pair in each line is separated by some number of blanks and/or tab characters like in the .Xr hosts 5 file. Key can include blanks because everything after the first blanks is interpreted as the secret key. Lines starting with .Ql # are ignored. Keys which start with .Ql 0x are interpreted as hexadecimal strings. Note that the file must be owned by the user ID running .Xr racoon 8

q usually the privileged user , and must not be accessible by others.
.Sh EXAMPLES The following shows how the remote directive should be configured. d -literal -offset path pre_shared_key "/usr/local/v6/etc/psk.txt" ; remote anonymous { exchange_mode aggressive,main,base; lifetime time 24 hour; proposal { encryption_algorithm 3des; hash_algorithm sha1; authentication_method pre_shared_key; dh_group 2; } } sainfo anonymous { pfs_group 2; lifetime time 12 hour ; encryption_algorithm 3des, aes ; authentication_algorithm hmac_sha1, hmac_md5 ; compression_algorithm deflate ; } .Ed

p The following is a sample for the pre-shared key file. d -literal -offset 10.160.94.3 mekmitasdigoat 172.16.1.133 0x12345678 194.100.55.1 whatcertificatereally 3ffe:501:410:ffff:200:86ff:fe05:80fa mekmitasdigoat 3ffe:501:410:ffff:210:4bff:fea2:8baa mekmitasdigoat foo@kame.net mekmitasdigoat foo.kame.net hoge .Ed
.Sh SEE ALSO .Xr racoon 8 , .Xr racoonctl 8 , .Xr setkey 8
.Sh HISTORY The .Nm configuration file first appeared in the .Dq YIPS Yokogawa IPsec implementation.
.Sh BUGS Some statements may not be handled by .Xr racoon 8 yet.

p Diffie-Hellman computation can take a very long time, and may cause unwanted timeouts, specifically when a large D-H group is used.
.Sh SECURITY CONSIDERATIONS The use of IKE phase 1 aggressive mode is not recommended, as described in .Li http://www.kb.cert.org/vuls/id/886601 .