2001-06-11 12:39:29 +00:00
|
|
|
.\" $KAME: setkey.8,v 1.49 2001/05/18 05:49:51 sakane Exp $
|
|
|
|
.\" $FreeBSD$
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
|
|
|
|
.\" All rights reserved.
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.\" 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.
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.\" 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.
|
|
|
|
.\"
|
2001-06-11 12:39:29 +00:00
|
|
|
.Dd November 20, 2000
|
2000-01-06 12:40:54 +00:00
|
|
|
.Dt SETKEY 8
|
2001-06-11 12:39:29 +00:00
|
|
|
.Os
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm setkey
|
2001-04-18 15:54:10 +00:00
|
|
|
.Nd "manually manipulate the IPsec SA/SP database"
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-01-06 12:40:54 +00:00
|
|
|
.Op Fl dv
|
|
|
|
.Fl c
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-01-06 12:40:54 +00:00
|
|
|
.Op Fl dv
|
|
|
|
.Fl f Ar filename
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-01-06 12:40:54 +00:00
|
|
|
.Op Fl adPlv
|
|
|
|
.Fl D
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-01-06 12:40:54 +00:00
|
|
|
.Op Fl dPv
|
|
|
|
.Fl F
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2000-01-06 12:40:54 +00:00
|
|
|
.Op Fl h
|
|
|
|
.Fl x
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh DESCRIPTION
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
2000-01-06 12:40:54 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility adds, updates, dumps, or flushes
|
2000-07-04 16:22:05 +00:00
|
|
|
Security Association Database (SAD) entries
|
|
|
|
as well as Security Policy Database (SPD) entries in the kernel.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Pp
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
2000-01-06 12:40:54 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility takes a series of operations from the standard input
|
2001-08-07 15:48:51 +00:00
|
|
|
(if invoked with
|
|
|
|
.Fl c )
|
2000-07-04 16:22:05 +00:00
|
|
|
or the file named
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar filename
|
2001-08-07 15:48:51 +00:00
|
|
|
(if invoked with
|
|
|
|
.Fl f Ar filename ) .
|
2000-01-06 12:40:54 +00:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl D
|
|
|
|
Dump the SAD entries.
|
|
|
|
If with
|
|
|
|
.Fl P ,
|
|
|
|
the SPD entries are dumped.
|
|
|
|
.It Fl F
|
2000-07-04 16:22:05 +00:00
|
|
|
Flush the SAD entries.
|
2000-01-06 12:40:54 +00:00
|
|
|
If with
|
|
|
|
.Fl P ,
|
2000-07-04 16:22:05 +00:00
|
|
|
the SPD entries are flushed.
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl a
|
2002-07-14 14:47:15 +00:00
|
|
|
Dead SAD entries are usually not displayed with
|
2000-01-06 12:40:54 +00:00
|
|
|
.Fl D .
|
2000-07-04 16:22:05 +00:00
|
|
|
If with
|
2000-01-06 12:40:54 +00:00
|
|
|
.Fl a ,
|
2000-07-04 16:22:05 +00:00
|
|
|
the dead SAD entries will be displayed as well.
|
|
|
|
A dead SAD entry means that
|
|
|
|
it has been expired but remains
|
|
|
|
because it is referenced by SPD entries.
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl d
|
2000-07-04 16:22:05 +00:00
|
|
|
Enable to print debugging messages for command parser,
|
2001-06-11 12:39:29 +00:00
|
|
|
without talking to kernel.
|
|
|
|
It is not used usually.
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl x
|
|
|
|
Loop forever and dump all the messages transmitted to
|
|
|
|
.Dv PF_KEY
|
|
|
|
socket.
|
2001-06-11 12:39:29 +00:00
|
|
|
.Fl xx
|
|
|
|
makes each timestamps unformatted.
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl h
|
|
|
|
Add hexadecimal dump on
|
|
|
|
.Fl x
|
2000-03-01 14:09:25 +00:00
|
|
|
mode.
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl l
|
|
|
|
Loop forever with short output on
|
|
|
|
.Fl D .
|
|
|
|
.It Fl v
|
|
|
|
Be verbose.
|
2001-06-11 12:39:29 +00:00
|
|
|
The program will dump messages exchanged on
|
2000-01-06 12:40:54 +00:00
|
|
|
.Dv PF_KEY
|
2001-06-11 12:39:29 +00:00
|
|
|
socket, including messages sent from other processes to the kernel.
|
2000-01-06 12:40:54 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
2001-06-11 12:39:29 +00:00
|
|
|
Operations have the following grammar.
|
|
|
|
Note that lines starting with
|
2000-07-04 16:22:05 +00:00
|
|
|
hashmarks ('#') are treated as comment lines.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Xo
|
|
|
|
.Li add
|
|
|
|
.Ar src Ar dst Ar protocol Ar spi
|
|
|
|
.Op Ar extensions
|
|
|
|
.Ar algorithm...
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Add an SAD entry.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li get
|
|
|
|
.Ar src Ar dst Ar protocol Ar spi
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Show an SAD entry.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li delete
|
|
|
|
.Ar src Ar dst Ar protocol Ar spi
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Remove an SAD entry.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
2001-06-11 12:39:29 +00:00
|
|
|
.Li deleteall
|
|
|
|
.Ar src Ar dst Ar protocol
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
|
|
|
Remove all SAD entries that match the specification.
|
|
|
|
.\"
|
|
|
|
.It Xo
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li flush
|
|
|
|
.Op Ar protocol
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Clear all SAD entries matched by the options.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li dump
|
|
|
|
.Op Ar protocol
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Dumps all SAD entries matched by the options.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spdadd
|
|
|
|
.Ar src_range Ar dst_range Ar upperspec Ar policy
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Add an SPD entry.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spddelete
|
2000-07-04 16:22:05 +00:00
|
|
|
.Ar src_range Ar dst_range Ar upperspec Fl P Ar direction
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-07-04 16:22:05 +00:00
|
|
|
Delete an SPD entry.
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spdflush
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
|
|
|
Clear all SPD entries.
|
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spddump
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-12 19:56:30 +00:00
|
|
|
Dumps all SPD entries.
|
2000-01-06 12:40:54 +00:00
|
|
|
.El
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
Meta-arguments are as follows:
|
2001-01-01 23:30:51 +00:00
|
|
|
.Pp
|
2000-01-06 12:40:54 +00:00
|
|
|
.Bl -tag -compact -width Ds
|
|
|
|
.It Ar src
|
|
|
|
.It Ar dst
|
|
|
|
Source/destination of the secure communication is specified as
|
|
|
|
IPv4/v6 address.
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
2000-01-06 12:40:54 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility does not consult hostname-to-address for arguments
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar src
|
|
|
|
and
|
|
|
|
.Ar dst .
|
|
|
|
They must be in numeric form.
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ar protocol
|
|
|
|
.Ar protocol
|
|
|
|
is one of following:
|
|
|
|
.Bl -tag -width Fl -compact
|
|
|
|
.It Li esp
|
|
|
|
ESP based on rfc2405
|
|
|
|
.It Li esp-old
|
|
|
|
ESP based on rfc1827
|
|
|
|
.It Li ah
|
|
|
|
AH based on rfc2402
|
|
|
|
.It Li ah-old
|
|
|
|
AH based on rfc1826
|
|
|
|
.It Li ipcomp
|
|
|
|
IPCOMP
|
|
|
|
.El
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ar spi
|
2000-07-04 16:22:05 +00:00
|
|
|
Security Parameter Index (SPI) for the SAD and the SPD.
|
2000-01-06 12:40:54 +00:00
|
|
|
It must be decimal number or hexadecimal number
|
2001-08-08 18:32:06 +00:00
|
|
|
You cannot use the set of SPI values in the range 0 through 255.
|
2001-08-07 15:48:51 +00:00
|
|
|
(with
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li 0x
|
2001-08-07 15:48:51 +00:00
|
|
|
attached).
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ar extensions
|
2001-06-11 12:39:29 +00:00
|
|
|
takes some of the following:
|
2000-07-04 16:22:05 +00:00
|
|
|
.Bl -tag -width Fl -compact
|
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl m Ar mode
|
2000-07-04 16:22:05 +00:00
|
|
|
Specify a security protocol mode for use.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar mode
|
|
|
|
is one of following:
|
|
|
|
.Li transport , tunnel
|
|
|
|
or
|
|
|
|
.Li any .
|
2000-07-04 16:22:05 +00:00
|
|
|
The default value is
|
|
|
|
.Li any .
|
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl r Ar size
|
|
|
|
Specify window size of bytes for replay prevention.
|
|
|
|
.Ar size
|
2001-06-11 12:39:29 +00:00
|
|
|
must be decimal number in 32-bit word.
|
|
|
|
If
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar size
|
|
|
|
is zero or not specified, replay check don't take place.
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
|
|
|
.It Fl u Ar id
|
2001-06-11 12:39:29 +00:00
|
|
|
Specify the identifier of the policy entry in SPD.
|
|
|
|
See
|
|
|
|
.Ar policy .
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl f Ar pad_option
|
2001-06-11 12:39:29 +00:00
|
|
|
defines the content of the ESP padding.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar pad_option
|
|
|
|
is one of following:
|
2001-06-11 12:39:29 +00:00
|
|
|
.Bl -tag -width random-pad -compact
|
|
|
|
.It Li zero-pad
|
|
|
|
All of the padding are zero.
|
|
|
|
.It Li random-pad
|
|
|
|
A series of randomized values are set.
|
|
|
|
.It Li seq-pad
|
|
|
|
A series of sequential increasing numbers started from 1 are set.
|
|
|
|
.El
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
|
|
|
.It Fl f Li nocyclic-seq
|
|
|
|
Don't allow cyclic sequence number.
|
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl lh Ar time
|
|
|
|
.It Fl ls Ar time
|
2001-06-11 12:39:29 +00:00
|
|
|
Specify hard/soft life time duration of the SA.
|
2000-01-06 12:40:54 +00:00
|
|
|
.El
|
|
|
|
.\"
|
|
|
|
.Pp
|
|
|
|
.It Ar algorithm
|
2000-07-04 16:22:05 +00:00
|
|
|
.Bl -tag -width Fl -compact
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl E Ar ealgo Ar key
|
2003-01-01 18:49:04 +00:00
|
|
|
Specify an encryption algorithm.
|
2000-05-15 14:16:30 +00:00
|
|
|
.It Fl A Ar aalgo Ar key
|
2003-01-01 18:49:04 +00:00
|
|
|
Specify an authentication algorithm.
|
2000-01-06 12:40:54 +00:00
|
|
|
If
|
|
|
|
.Fl A
|
2001-06-11 12:39:29 +00:00
|
|
|
is used with
|
|
|
|
.Ar protocol Li esp ,
|
|
|
|
it will be treated as ESP payload authentication algorithm.
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Fl C Ar calgo Op Fl R
|
|
|
|
Specify compression algorithm.
|
|
|
|
If
|
|
|
|
.Fl R
|
2000-07-04 16:22:05 +00:00
|
|
|
is not specified with
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li ipcomp
|
|
|
|
line, the kernel will use well-known IPComp CPI
|
2001-08-07 15:48:51 +00:00
|
|
|
(compression parameter index)
|
2000-01-06 12:40:54 +00:00
|
|
|
on IPComp CPI field on packets, and
|
|
|
|
.Ar spi
|
|
|
|
field will be ignored.
|
|
|
|
.Ar spi
|
|
|
|
field is only for kernel internal use in this case.
|
|
|
|
.\"Therefore, compression protocol number will appear on IPComp CPI field.
|
|
|
|
If
|
|
|
|
.Fl R
|
2000-07-04 16:22:05 +00:00
|
|
|
is used,
|
2000-01-06 12:40:54 +00:00
|
|
|
the value on
|
|
|
|
.Ar spi
|
|
|
|
field will appear on IPComp CPI field on outgoing packets.
|
|
|
|
.Ar spi
|
|
|
|
field needs to be smaller than
|
|
|
|
.Li 0x10000
|
|
|
|
in this case.
|
|
|
|
.El
|
|
|
|
.Pp
|
2001-06-11 12:39:29 +00:00
|
|
|
.Ar protocol Li esp
|
|
|
|
accepts
|
2000-01-06 12:40:54 +00:00
|
|
|
.Fl E
|
|
|
|
and
|
|
|
|
.Fl A .
|
2001-06-11 12:39:29 +00:00
|
|
|
.Ar protocol Li esp-old
|
|
|
|
accepts
|
2000-01-06 12:40:54 +00:00
|
|
|
.Fl E
|
|
|
|
only.
|
2001-06-11 12:39:29 +00:00
|
|
|
.Ar protocol Li ah
|
2000-01-06 12:40:54 +00:00
|
|
|
and
|
|
|
|
.Li ah-old
|
2001-06-11 12:39:29 +00:00
|
|
|
accept
|
2000-01-06 12:40:54 +00:00
|
|
|
.Fl A
|
|
|
|
only.
|
2001-06-11 12:39:29 +00:00
|
|
|
.Ar protocol Li ipcomp
|
|
|
|
accepts
|
2000-01-06 12:40:54 +00:00
|
|
|
.Fl C
|
|
|
|
only.
|
|
|
|
.Pp
|
|
|
|
.Ar key
|
2000-07-04 16:22:05 +00:00
|
|
|
must be double-quoted character string or series of hexadecimal digits.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Pp
|
|
|
|
Possible values for
|
|
|
|
.Ar ealgo ,
|
|
|
|
.Ar aalgo
|
|
|
|
and
|
|
|
|
.Ar calgo
|
|
|
|
are specified in separate section.
|
|
|
|
.\"
|
2001-01-01 23:30:51 +00:00
|
|
|
.Pp
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Ar src_range
|
|
|
|
.It Ar dst_range
|
2000-07-04 16:22:05 +00:00
|
|
|
These are selections of the secure communication specified as
|
2000-01-06 12:40:54 +00:00
|
|
|
IPv4/v6 address or IPv4/v6 address range, and it may accompany
|
|
|
|
TCP/UDP port specification.
|
|
|
|
This takes the following form:
|
|
|
|
.Bd -literal -offset
|
|
|
|
.Ar address
|
|
|
|
.Ar address/prefixlen
|
|
|
|
.Ar address[port]
|
|
|
|
.Ar address/prefixlen[port]
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
.Ar prefixlen
|
|
|
|
and
|
|
|
|
.Ar port
|
|
|
|
must be decimal number.
|
|
|
|
The square bracket around
|
|
|
|
.Ar port
|
|
|
|
is really necessary.
|
|
|
|
They are not manpage metacharacters.
|
|
|
|
.Pp
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
2000-01-06 12:40:54 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility does not consult hostname-to-address for arguments
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar src
|
|
|
|
and
|
|
|
|
.Ar dst .
|
|
|
|
They must be in numeric form.
|
|
|
|
.\"
|
2001-01-01 23:30:51 +00:00
|
|
|
.Pp
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Ar upperspec
|
|
|
|
Upper-layer protocol to be used.
|
2001-06-11 12:39:29 +00:00
|
|
|
You can use one of words in
|
|
|
|
.Pa /etc/protocols
|
|
|
|
as
|
|
|
|
.Ar upperspec .
|
|
|
|
Or
|
2001-05-17 15:30:49 +00:00
|
|
|
.Li icmp6 ,
|
|
|
|
.Li ip4 ,
|
2000-01-06 12:40:54 +00:00
|
|
|
and
|
|
|
|
.Li any
|
|
|
|
can be specified.
|
|
|
|
.Li any
|
|
|
|
stands for
|
|
|
|
.Dq any protocol .
|
2001-06-11 12:39:29 +00:00
|
|
|
Also you can use the protocol number.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Pp
|
|
|
|
NOTE:
|
|
|
|
.Ar upperspec
|
|
|
|
does not work against forwarding case at this moment,
|
|
|
|
as it requires extra reassembly at forwarding node
|
2001-08-07 15:48:51 +00:00
|
|
|
(not implemented at this moment).
|
2001-06-11 12:39:29 +00:00
|
|
|
We have many protocols in
|
|
|
|
.Pa /etc/protocols ,
|
2002-07-23 08:38:03 +00:00
|
|
|
but protocols except of TCP, UDP and ICMP may not be suitable to use with IPsec.
|
2001-06-11 12:39:29 +00:00
|
|
|
You have to consider and be careful to use them.
|
|
|
|
.Li icmp
|
|
|
|
.Li tcp
|
|
|
|
.Li udp
|
2001-07-15 08:06:20 +00:00
|
|
|
all protocols
|
2000-01-06 12:40:54 +00:00
|
|
|
.\"
|
2001-01-01 23:30:51 +00:00
|
|
|
.Pp
|
2000-01-06 12:40:54 +00:00
|
|
|
.It Ar policy
|
|
|
|
.Ar policy
|
|
|
|
is the one of following:
|
2001-06-11 12:39:29 +00:00
|
|
|
.Bd -literal -offset
|
|
|
|
.Xo
|
2002-07-27 21:06:06 +00:00
|
|
|
.Fl P Ar direction Li discard
|
2001-06-11 12:39:29 +00:00
|
|
|
.Xc
|
|
|
|
.Xo
|
2002-07-27 21:06:06 +00:00
|
|
|
.Fl P Ar direction Li none
|
2001-06-11 12:39:29 +00:00
|
|
|
.Xc
|
|
|
|
.Xo
|
2002-07-27 21:06:06 +00:00
|
|
|
.Fl P Ar direction Li ipsec Ar protocol/mode/src-dst/level
|
2001-06-11 12:39:29 +00:00
|
|
|
.Xc
|
|
|
|
.Ed
|
2000-01-06 12:40:54 +00:00
|
|
|
.Pp
|
|
|
|
You must specify the direction of its policy as
|
|
|
|
.Ar direction .
|
|
|
|
Either
|
|
|
|
.Li out
|
|
|
|
or
|
|
|
|
.Li in
|
|
|
|
are used.
|
|
|
|
.Li discard
|
|
|
|
means the packet matching indexes will be discarded.
|
|
|
|
.Li none
|
|
|
|
means that IPsec operation will not take place onto the packet.
|
|
|
|
.Li ipsec
|
|
|
|
means that IPsec operation will take place onto the packet.
|
|
|
|
Either
|
|
|
|
.Li ah ,
|
|
|
|
.Li esp
|
|
|
|
or
|
|
|
|
.Li ipcomp
|
|
|
|
is to be set as
|
|
|
|
.Ar protocol .
|
|
|
|
.Ar mode
|
|
|
|
is either
|
|
|
|
.Li transport
|
|
|
|
or
|
|
|
|
.Li tunnel .
|
2001-06-11 12:39:29 +00:00
|
|
|
If
|
|
|
|
.Ar mode
|
|
|
|
is
|
|
|
|
.Li tunnel ,
|
|
|
|
you must specify the end-points addresses of the SA as
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar src
|
|
|
|
and
|
|
|
|
.Ar dst
|
|
|
|
with
|
|
|
|
.Sq -
|
|
|
|
between these addresses which is used to specify the SA to use.
|
2001-06-11 12:39:29 +00:00
|
|
|
If
|
|
|
|
.Ar mode
|
|
|
|
is
|
|
|
|
.Li transport ,
|
|
|
|
both
|
|
|
|
.Ar src
|
|
|
|
and
|
|
|
|
.Ar dst
|
2002-12-27 12:15:40 +00:00
|
|
|
can be omitted.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar level
|
|
|
|
is to be one of the following:
|
2001-06-11 12:39:29 +00:00
|
|
|
.Li default , use , require
|
2000-01-06 12:40:54 +00:00
|
|
|
or
|
2001-06-11 12:39:29 +00:00
|
|
|
.Li unique .
|
|
|
|
If the SA is not available in every level, the kernel will request
|
|
|
|
getting SA to the key exchange daemon.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li default
|
2000-07-04 16:22:05 +00:00
|
|
|
means the kernel consults to the system wide default against protocol you
|
2001-08-10 13:45:36 +00:00
|
|
|
specified, e.g.\&
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li esp_trans_deflev
|
2000-07-04 16:22:05 +00:00
|
|
|
sysctl variable, when the kernel processes the packet.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li use
|
2000-07-04 16:22:05 +00:00
|
|
|
means that the kernel use a SA if it's available,
|
|
|
|
otherwise the kernel keeps normal operation.
|
2000-01-06 12:40:54 +00:00
|
|
|
.Li require
|
2001-06-11 12:39:29 +00:00
|
|
|
means SA is required whenever the kernel sends a packet matched
|
|
|
|
with the policy.
|
|
|
|
.Li unique
|
|
|
|
is the same to require.
|
|
|
|
In addition, it allows the policy to bind with the unique out-bound SA.
|
|
|
|
If you use the SA by manual keying,
|
|
|
|
you can put the decimal number as the policy identifier after
|
|
|
|
.Li unique
|
|
|
|
separated by colon
|
|
|
|
.Sq \:
|
|
|
|
like the following;
|
|
|
|
.Li unique:number .
|
|
|
|
.Li number
|
|
|
|
must be between 1 and 32767.
|
|
|
|
It corresponds to
|
|
|
|
.Ar extensions Fl u .
|
|
|
|
.Pp
|
2000-01-06 12:40:54 +00:00
|
|
|
Note that
|
|
|
|
.Dq Li discard
|
|
|
|
and
|
|
|
|
.Dq Li none
|
|
|
|
are not in the syntax described in
|
|
|
|
.Xr ipsec_set_policy 3 .
|
|
|
|
There are little differences in the syntax.
|
|
|
|
See
|
|
|
|
.Xr ipsec_set_policy 3
|
|
|
|
for detail.
|
|
|
|
.Pp
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
.\"
|
|
|
|
.Sh ALGORITHMS
|
|
|
|
The following list shows the supported algorithms.
|
|
|
|
.Sy protocol
|
|
|
|
and
|
|
|
|
.Sy algorithm
|
|
|
|
are almost orthogonal.
|
2000-07-04 16:22:05 +00:00
|
|
|
Followings are the list of authentication algorithms that can be used as
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar aalgo
|
|
|
|
in
|
|
|
|
.Fl A Ar aalgo
|
|
|
|
of
|
|
|
|
.Ar protocol
|
|
|
|
parameter:
|
|
|
|
.Pp
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
algorithm keylen (bits) comment
|
|
|
|
hmac-md5 128 ah: rfc2403
|
|
|
|
128 ah-old: rfc2085
|
|
|
|
hmac-sha1 160 ah: rfc2404
|
|
|
|
160 ah-old: 128bit ICV (no document)
|
|
|
|
keyed-md5 128 ah: 96bit ICV (no document)
|
|
|
|
128 ah-old: rfc1828
|
|
|
|
keyed-sha1 160 ah: 96bit ICV (no document)
|
|
|
|
160 ah-old: 128bit ICV (no document)
|
|
|
|
null 0 to 2048 for debugging
|
2001-06-11 12:39:29 +00:00
|
|
|
hmac-sha2-256 256 ah: 96bit ICV (no document)
|
|
|
|
256 ah-old: 128bit ICV (no document)
|
|
|
|
hmac-sha2-384 384 ah: 96bit ICV (no document)
|
|
|
|
384 ah-old: 128bit ICV (no document)
|
|
|
|
hmac-sha2-512 512 ah: 96bit ICV (no document)
|
|
|
|
512 ah-old: 128bit ICV (no document)
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
2000-07-04 16:22:05 +00:00
|
|
|
Followings are the list of encryption algorithms that can be used as
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar ealgo
|
|
|
|
in
|
|
|
|
.Fl E Ar ealgo
|
|
|
|
of
|
|
|
|
.Ar protocol
|
|
|
|
parameter:
|
|
|
|
.Pp
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
algorithm keylen (bits) comment
|
|
|
|
des-cbc 64 esp-old: rfc1829, esp: rfc2405
|
|
|
|
3des-cbc 192 rfc2451
|
|
|
|
simple 0 to 2048 rfc2410
|
|
|
|
blowfish-cbc 40 to 448 rfc2451
|
|
|
|
cast128-cbc 40 to 128 rfc2451
|
|
|
|
des-deriv 64 ipsec-ciph-des-derived-01 (expired)
|
|
|
|
3des-deriv 192 no document
|
2001-06-11 12:39:29 +00:00
|
|
|
rijndael-cbc 128/192/256 draft-ietf-ipsec-ciph-aes-cbc-00
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
2000-07-04 16:22:05 +00:00
|
|
|
Followings are the list of compression algorithms that can be used as
|
2000-01-06 12:40:54 +00:00
|
|
|
.Ar calgo
|
|
|
|
in
|
|
|
|
.Fl C Ar calgo
|
|
|
|
of
|
|
|
|
.Ar protocol
|
|
|
|
parameter:
|
|
|
|
.Pp
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
algorithm comment
|
|
|
|
deflate rfc2394
|
|
|
|
lzs rfc2395
|
|
|
|
.Ed
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh EXAMPLES
|
|
|
|
.Bd -literal -offset
|
|
|
|
add 3ffe:501:4819::1 3ffe:501:481d::1 esp 123457
|
2000-03-13 01:38:46 +00:00
|
|
|
-E des-cbc "ESP SA!!" ;
|
2000-01-06 12:40:54 +00:00
|
|
|
|
|
|
|
add 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456
|
|
|
|
-A hmac-sha1 "AH SA configuration!" ;
|
|
|
|
|
|
|
|
add 10.0.11.41 10.0.11.33 esp 0x10001
|
|
|
|
-E des-cbc "ESP with"
|
|
|
|
-A hmac-md5 "authentication!!" ;
|
|
|
|
|
|
|
|
get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ;
|
|
|
|
|
|
|
|
flush ;
|
|
|
|
|
|
|
|
dump esp ;
|
|
|
|
|
|
|
|
spdadd 10.0.11.41/32[21] 10.0.11.33/32[any] any
|
|
|
|
-P out ipsec esp/tunnel/192.168.0.1-192.168.1.2/require ;
|
|
|
|
|
|
|
|
.Ed
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh RETURN VALUES
|
|
|
|
The command exits with 0 on success, and non-zero on errors.
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ipsec_set_policy 3 ,
|
2001-07-06 16:46:48 +00:00
|
|
|
.Xr racoon 8 ,
|
|
|
|
.Xr sysctl 8
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
2000-01-06 12:40:54 +00:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility first appeared in WIDE Hydrangea IPv6 protocol stack kit.
|
2000-01-06 12:40:54 +00:00
|
|
|
The command was completely re-designed in June 1998.
|
2000-07-04 16:22:05 +00:00
|
|
|
.\"
|
|
|
|
.\" .Sh BUGS
|