xref: /netbsd/share/man/man5/ipsec.conf.5 (revision bf9ec67e)
1.\"	$NetBSD: ipsec.conf.5,v 1.3 2001/09/11 01:01:57 wiz Exp $
2.\"
3.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
4.\" All rights reserved.
5.\"
6.\" This document is derived from works contributed to The NetBSD Foundation
7.\" by Hubert Feyrer.
8.\"
9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions
11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright
13.\"    notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\"    notice, this list of conditions and the following disclaimer in the
16.\"    documentation and/or other materials provided with the distribution.
17.\" 3. The name of the author may not be used to endorse or promote products
18.\"    derived from this software without specific prior written permission.
19.\"
20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
25.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28.\" 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
30.\" SUCH DAMAGE.
31.\"
32.Dd February 19, 2001
33.Dt IPSEC.CONF 5
34.Os
35.Sh NAME
36.Nm ipsec.conf
37.Nd static IPsec configuration read at system startup
38.Sh DESCRIPTION
39The
40.Nm
41file is read at system startup time if
42.Sy ipsec
43is set to
44.Dq yes
45in
46.Xr rc.conf 5 .
47.Xr setkey 8
48is run with the
49.Fl f
50option to load in IPsec manual keys and policies from
51.Pa /etc/ipsec.conf
52at boot time, before any interfaces are configured.
53.Pp
54Please see the
55.Xr setkey 8
56manpage for all the commands available.
57.Sh FILES
58.Bl -tag -width /etc/ipsec.conf -compact
59.It Pa /etc/ipsec.conf
60The file
61.Nm
62resides in
63.Pa /etc .
64.El
65.Sh SEE ALSO
66.Xr ipsec 4 ,
67.Xr setkey 8
68.Sh HISTORY
69The
70.Nm
71file appeared in
72.Nx 1.5 .
73