2004-04-29 16:46:06 +04:00
|
|
|
.\" $NetBSD: setkey.8,v 1.29 2004/04/29 12:46:06 wiz Exp $
|
2003-09-08 10:18:49 +04:00
|
|
|
.\" $KAME: setkey.8,v 1.90 2003/09/08 06:10:43 itojun Exp $
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.\" Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
|
|
|
|
.\" All rights reserved.
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04: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-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04: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.
|
|
|
|
.\"
|
2004-04-29 16:46:06 +04:00
|
|
|
.Dd April 25, 2004
|
1999-07-02 21:41:23 +04:00
|
|
|
.Dt SETKEY 8
|
2000-03-15 03:24:30 +03:00
|
|
|
.Os
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm setkey
|
2001-06-05 16:46:08 +04:00
|
|
|
.Nd manually manipulate the IPsec SA/SP database
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm setkey
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl v
|
2003-09-08 11:09:13 +04:00
|
|
|
.Ar file ...
|
2003-09-08 10:18:49 +04:00
|
|
|
.Nm setkey
|
|
|
|
.Op Fl v
|
1999-07-02 21:41:23 +04:00
|
|
|
.Fl c
|
|
|
|
.Nm setkey
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl v
|
1999-07-02 21:41:23 +04:00
|
|
|
.Fl f Ar filename
|
|
|
|
.Nm setkey
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl aPlv
|
1999-07-02 21:41:23 +04:00
|
|
|
.Fl D
|
|
|
|
.Nm setkey
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl Pv
|
1999-07-02 21:41:23 +04:00
|
|
|
.Fl F
|
|
|
|
.Nm setkey
|
|
|
|
.Op Fl h
|
|
|
|
.Fl x
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
2000-09-21 02:08:01 +04:00
|
|
|
adds, updates, dumps, or flushes
|
2000-03-15 03:24:30 +03:00
|
|
|
Security Association Database (SAD) entries
|
|
|
|
as well as Security Policy Database (SPD) entries in the kernel.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Pp
|
|
|
|
.Nm
|
2000-03-15 03:24:30 +03:00
|
|
|
takes a series of operations from the standard input
|
1999-07-02 21:41:23 +04:00
|
|
|
.Po
|
|
|
|
if invoked with
|
|
|
|
.Fl c
|
|
|
|
.Pc
|
2000-03-15 03:24:30 +03:00
|
|
|
or the file named
|
1999-07-02 21:41:23 +04:00
|
|
|
.Ar filename
|
|
|
|
.Po
|
|
|
|
if invoked with
|
|
|
|
.Fl f Ar filename
|
|
|
|
.Pc .
|
|
|
|
.Bl -tag -width Ds
|
2003-09-08 10:18:49 +04:00
|
|
|
.It (no flag)
|
|
|
|
Dump the SAD entries or SPD entries contained in the specified
|
|
|
|
.Ar file .
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Fl D
|
|
|
|
Dump the SAD entries.
|
|
|
|
If with
|
|
|
|
.Fl P ,
|
|
|
|
the SPD entries are dumped.
|
|
|
|
.It Fl F
|
2000-03-15 03:24:30 +03:00
|
|
|
Flush the SAD entries.
|
1999-07-02 21:41:23 +04:00
|
|
|
If with
|
|
|
|
.Fl P ,
|
2000-03-15 03:24:30 +03:00
|
|
|
the SPD entries are flushed.
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Fl a
|
|
|
|
.Nm
|
2000-03-15 03:24:30 +03:00
|
|
|
usually does not display dead SAD entries with
|
1999-07-02 21:41:23 +04:00
|
|
|
.Fl D .
|
2000-03-15 03:24:30 +03:00
|
|
|
If with
|
1999-07-02 21:41:23 +04:00
|
|
|
.Fl a ,
|
2000-03-15 03:24:30 +03:00
|
|
|
the dead SAD entries will be displayed as well.
|
|
|
|
A dead SAD entry means that
|
2001-09-07 08:12:10 +04:00
|
|
|
it has been expired but remains in the system
|
|
|
|
because it is referenced by some SPD entries.
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Fl h
|
|
|
|
Add hexadecimal dump on
|
|
|
|
.Fl x
|
2000-04-16 20:15:59 +04:00
|
|
|
mode.
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Fl l
|
|
|
|
Loop forever with short output on
|
|
|
|
.Fl D .
|
|
|
|
.It Fl v
|
|
|
|
Be verbose.
|
2000-10-15 17:43:51 +04:00
|
|
|
The program will dump messages exchanged on
|
1999-07-02 21:41:23 +04:00
|
|
|
.Dv PF_KEY
|
2000-10-15 17:43:51 +04:00
|
|
|
socket, including messages sent from other processes to the kernel.
|
2001-09-07 08:12:10 +04:00
|
|
|
.It Fl x
|
|
|
|
Loop forever and dump all the messages transmitted to
|
|
|
|
.Dv PF_KEY
|
|
|
|
socket.
|
|
|
|
.Fl xx
|
|
|
|
makes each timestamps unformatted.
|
1999-07-02 21:41:23 +04:00
|
|
|
.El
|
2001-09-07 08:12:10 +04:00
|
|
|
.Ss Configuration syntax
|
|
|
|
With
|
|
|
|
.Fl c
|
2001-11-16 13:25:42 +03:00
|
|
|
or
|
2001-09-07 08:12:10 +04:00
|
|
|
.Fl f
|
|
|
|
on the command line,
|
|
|
|
.Nm
|
2003-03-16 01:25:37 +03:00
|
|
|
accepts the following configuration syntax.
|
2001-09-07 08:12:10 +04:00
|
|
|
Lines starting with hash signs ('#') are treated as comment lines.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Xo
|
|
|
|
.Li add
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl 46n
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar src Ar dst Ar protocol Ar spi
|
|
|
|
.Op Ar extensions
|
2001-11-16 15:10:06 +03:00
|
|
|
.Ar algorithm ...
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Add an SAD entry.
|
2001-09-07 08:12:10 +04:00
|
|
|
.Li add
|
|
|
|
can fail with multiple reasons,
|
|
|
|
including when the key length does not match the specified algorithm.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li get
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl 46n
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar src Ar dst Ar protocol Ar spi
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Show an SAD entry.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li delete
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl 46n
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar src Ar dst Ar protocol Ar spi
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Remove an SAD entry.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
2001-02-17 02:55:05 +03:00
|
|
|
.Li deleteall
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl 46n
|
2001-02-17 02:55:05 +03:00
|
|
|
.Ar src Ar dst Ar protocol
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
|
|
|
Remove all SAD entries that match the specification.
|
|
|
|
.\"
|
|
|
|
.It Xo
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li flush
|
2000-01-31 17:22:41 +03:00
|
|
|
.Op Ar protocol
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Clear all SAD entries matched by the options.
|
2001-09-07 08:12:10 +04:00
|
|
|
.Fl F
|
|
|
|
on the command line achieves the same functionality.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li dump
|
2000-01-31 17:22:41 +03:00
|
|
|
.Op Ar protocol
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Dumps all SAD entries matched by the options.
|
2001-09-07 08:12:10 +04:00
|
|
|
.Fl D
|
|
|
|
on the command line achieves the same functionality.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spdadd
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl 46n
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar src_range Ar dst_range Ar upperspec Ar policy
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Add an SPD entry.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
2003-09-12 11:45:21 +04:00
|
|
|
.\".It Xo
|
|
|
|
.\".Li spdadd tagged
|
|
|
|
.\".Ar tag Ar policy
|
|
|
|
.\".Li ;
|
|
|
|
.\".Xc
|
|
|
|
.\"Add an SPD entry based on PF tag.
|
|
|
|
.\".Ar tag
|
|
|
|
.\"must be a string surrounded by doublequote.
|
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Xo
|
|
|
|
.Li spddelete
|
2001-09-07 08:12:10 +04:00
|
|
|
.Op Fl 46n
|
2000-03-15 03:24:30 +03:00
|
|
|
.Ar src_range Ar dst_range Ar upperspec Fl P Ar direction
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Delete an SPD entry.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spdflush
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
|
|
|
Clear all SPD entries.
|
2001-09-07 08:12:10 +04:00
|
|
|
.Fl FP
|
|
|
|
on the command line achieves the same functionality.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
|
|
|
.It Xo
|
|
|
|
.Li spddump
|
|
|
|
.Li ;
|
|
|
|
.Xc
|
2000-03-15 03:24:30 +03:00
|
|
|
Dumps all SPD entries.
|
2001-09-07 08:12:10 +04:00
|
|
|
.Fl DP
|
|
|
|
on the command line achieves the same functionality.
|
1999-07-02 21:41:23 +04:00
|
|
|
.El
|
2000-01-31 17:22:41 +03:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Pp
|
|
|
|
Meta-arguments are as follows:
|
2001-08-12 13:38:18 +04:00
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.Bl -tag -compact -width Ds
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Ar src
|
|
|
|
.It Ar dst
|
|
|
|
Source/destination of the secure communication is specified as
|
2000-01-31 17:22:41 +03:00
|
|
|
IPv4/v6 address.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Nm
|
2001-09-07 08:12:10 +04:00
|
|
|
can resolve a FQDN into numeric addresses.
|
|
|
|
If the FQDN resolves into multiple addresses,
|
|
|
|
.Nm
|
|
|
|
will install multiple SAD/SPD entries into the kernel
|
|
|
|
by trying all possible combinations.
|
|
|
|
.Fl 4 ,
|
|
|
|
.Fl 6
|
|
|
|
and
|
|
|
|
.Fl n
|
|
|
|
restricts the address resolution of FQDN in certain ways.
|
|
|
|
.Fl 4
|
1999-07-02 21:41:23 +04:00
|
|
|
and
|
2001-09-07 08:12:10 +04:00
|
|
|
.Fl 6
|
|
|
|
restrict results into IPv4/v6 addresses only, respectively.
|
|
|
|
.Fl n
|
|
|
|
avoids FQDN resolution and requires addresses to be numeric addresses.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
2000-01-31 17:22:41 +03:00
|
|
|
.Pp
|
|
|
|
.It Ar protocol
|
|
|
|
.Ar protocol
|
|
|
|
is one of following:
|
|
|
|
.Bl -tag -width Fl -compact
|
|
|
|
.It Li esp
|
2003-05-27 06:37:24 +04:00
|
|
|
ESP based on rfc2406
|
2000-01-31 17:22:41 +03:00
|
|
|
.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
|
2001-09-07 08:12:10 +04:00
|
|
|
IPComp
|
Initial commit of a port of the FreeBSD implementation of RFC 2385
(MD5 signatures for TCP, as used with BGP). Credit for original
FreeBSD code goes to Bruce M. Simpson, with FreeBSD sponsorship
credited to sentex.net. Shortening of the setsockopt() name
attributed to Vincent Jardin.
This commit is a minimal, working version of the FreeBSD code, as
MFC'ed to FreeBSD-4. It has received minimal testing with a ttcp
modified to set the TCP-MD5 option; BMS's additions to tcpdump-current
(tcpdump -M) confirm that the MD5 signatures are correct. Committed
as-is for further testing between a NetBSD BGP speaker (e.g., quagga)
and industry-standard BGP speakers (e.g., Cisco, Juniper).
NOTE: This version has two potential flaws. First, I do see any code
that verifies recieved TCP-MD5 signatures. Second, the TCP-MD5
options are internally padded and assumed to be 32-bit aligned. A more
space-efficient scheme is to pack all TCP options densely (and
possibly unaligned) into the TCP header ; then do one final padding to
a 4-byte boundary. Pre-existing comments note that accounting for
TCP-option space when we add SACK is yet to be done. For now, I'm
punting on that; we can solve it properly, in a way that will handle
SACK blocks, as a separate exercise.
In case a pullup to NetBSD-2 is requested, this adds sys/netipsec/xform_tcp.c
,and modifies:
sys/net/pfkeyv2.h,v 1.15
sys/netinet/files.netinet,v 1.5
sys/netinet/ip.h,v 1.25
sys/netinet/tcp.h,v 1.15
sys/netinet/tcp_input.c,v 1.200
sys/netinet/tcp_output.c,v 1.109
sys/netinet/tcp_subr.c,v 1.165
sys/netinet/tcp_usrreq.c,v 1.89
sys/netinet/tcp_var.h,v 1.109
sys/netipsec/files.netipsec,v 1.3
sys/netipsec/ipsec.c,v 1.11
sys/netipsec/ipsec.h,v 1.7
sys/netipsec/key.c,v 1.11
share/man/man4/tcp.4,v 1.16
lib/libipsec/pfkey.c,v 1.20
lib/libipsec/pfkey_dump.c,v 1.17
lib/libipsec/policy_token.l,v 1.8
sbin/setkey/parse.y,v 1.14
sbin/setkey/setkey.8,v 1.27
sbin/setkey/token.l,v 1.15
Note that the preceding two revisions to tcp.4 will be
required to cleanly apply this diff.
2004-04-26 02:25:03 +04:00
|
|
|
.It Li tcp
|
|
|
|
TCP-MD5 based on rfc2385
|
2000-01-31 17:22:41 +03:00
|
|
|
.El
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
2000-01-31 17:22:41 +03:00
|
|
|
.Pp
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Ar spi
|
2001-09-07 08:12:10 +04:00
|
|
|
Security Parameter Index
|
|
|
|
.Pq SPI
|
|
|
|
for the SAD and the SPD.
|
|
|
|
.Ar spi
|
|
|
|
must be a decimal number, or a hexadecimal number with
|
|
|
|
.Dq Li 0x
|
|
|
|
prefix.
|
|
|
|
SPI values between 0 and 255 are reserved for future use by IANA
|
|
|
|
and they cannot be used.
|
Initial commit of a port of the FreeBSD implementation of RFC 2385
(MD5 signatures for TCP, as used with BGP). Credit for original
FreeBSD code goes to Bruce M. Simpson, with FreeBSD sponsorship
credited to sentex.net. Shortening of the setsockopt() name
attributed to Vincent Jardin.
This commit is a minimal, working version of the FreeBSD code, as
MFC'ed to FreeBSD-4. It has received minimal testing with a ttcp
modified to set the TCP-MD5 option; BMS's additions to tcpdump-current
(tcpdump -M) confirm that the MD5 signatures are correct. Committed
as-is for further testing between a NetBSD BGP speaker (e.g., quagga)
and industry-standard BGP speakers (e.g., Cisco, Juniper).
NOTE: This version has two potential flaws. First, I do see any code
that verifies recieved TCP-MD5 signatures. Second, the TCP-MD5
options are internally padded and assumed to be 32-bit aligned. A more
space-efficient scheme is to pack all TCP options densely (and
possibly unaligned) into the TCP header ; then do one final padding to
a 4-byte boundary. Pre-existing comments note that accounting for
TCP-option space when we add SACK is yet to be done. For now, I'm
punting on that; we can solve it properly, in a way that will handle
SACK blocks, as a separate exercise.
In case a pullup to NetBSD-2 is requested, this adds sys/netipsec/xform_tcp.c
,and modifies:
sys/net/pfkeyv2.h,v 1.15
sys/netinet/files.netinet,v 1.5
sys/netinet/ip.h,v 1.25
sys/netinet/tcp.h,v 1.15
sys/netinet/tcp_input.c,v 1.200
sys/netinet/tcp_output.c,v 1.109
sys/netinet/tcp_subr.c,v 1.165
sys/netinet/tcp_usrreq.c,v 1.89
sys/netinet/tcp_var.h,v 1.109
sys/netipsec/files.netipsec,v 1.3
sys/netipsec/ipsec.c,v 1.11
sys/netipsec/ipsec.h,v 1.7
sys/netipsec/key.c,v 1.11
share/man/man4/tcp.4,v 1.16
lib/libipsec/pfkey.c,v 1.20
lib/libipsec/pfkey_dump.c,v 1.17
lib/libipsec/policy_token.l,v 1.8
sbin/setkey/parse.y,v 1.14
sbin/setkey/setkey.8,v 1.27
sbin/setkey/token.l,v 1.15
Note that the preceding two revisions to tcp.4 will be
required to cleanly apply this diff.
2004-04-26 02:25:03 +04:00
|
|
|
TCP-MD5 associations must use 0x1000 and therefore only have per-host
|
|
|
|
granularity at this time.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
2000-01-31 17:22:41 +03:00
|
|
|
.Pp
|
|
|
|
.It Ar extensions
|
2000-03-15 03:24:30 +03:00
|
|
|
take some of the following:
|
2000-04-16 20:15:59 +04:00
|
|
|
.Bl -tag -width Fl -compact
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
2000-01-31 17:22:41 +03:00
|
|
|
.It Fl m Ar mode
|
2000-04-16 20:15:59 +04:00
|
|
|
Specify a security protocol mode for use.
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar mode
|
|
|
|
is one of following:
|
|
|
|
.Li transport , tunnel
|
|
|
|
or
|
|
|
|
.Li any .
|
2000-03-15 03:24:30 +03:00
|
|
|
The default value is
|
|
|
|
.Li any .
|
2000-01-31 17:22:41 +03:00
|
|
|
.\"
|
|
|
|
.It Fl r Ar size
|
|
|
|
Specify window size of bytes for replay prevention.
|
|
|
|
.Ar size
|
2001-08-12 13:38:18 +04:00
|
|
|
must be decimal number in 32-bit word.
|
|
|
|
If
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar size
|
|
|
|
is zero or not specified, replay check don't take place.
|
|
|
|
.\"
|
|
|
|
.It Fl u Ar id
|
2001-08-12 13:38:18 +04:00
|
|
|
Specify the identifier of the policy entry in SPD.
|
|
|
|
See
|
|
|
|
.Ar policy .
|
2000-01-31 17:22:41 +03:00
|
|
|
.\"
|
|
|
|
.It Fl f Ar pad_option
|
2001-08-12 13:38:18 +04:00
|
|
|
defines the content of the ESP padding.
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar pad_option
|
|
|
|
is one of following:
|
2001-08-12 13:38:18 +04: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-01-31 17:22:41 +03:00
|
|
|
.\"
|
|
|
|
.It Fl f Li nocyclic-seq
|
|
|
|
Don't allow cyclic sequence number.
|
|
|
|
.\"
|
|
|
|
.It Fl lh Ar time
|
|
|
|
.It Fl ls Ar time
|
2001-08-12 13:38:18 +04:00
|
|
|
Specify hard/soft life time duration of the SA.
|
1999-07-02 21:41:23 +04:00
|
|
|
.El
|
2000-01-31 17:22:41 +03:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.It Ar algorithm
|
2000-04-16 20:15:59 +04:00
|
|
|
.Bl -tag -width Fl -compact
|
2000-01-31 17:22:41 +03:00
|
|
|
.It Fl E Ar ealgo Ar key
|
2001-09-07 08:12:10 +04:00
|
|
|
Specify a encryption algorithm
|
|
|
|
.Ar ealgo
|
|
|
|
for ESP.
|
|
|
|
.It Xo
|
|
|
|
.Fl E Ar ealgo Ar key
|
|
|
|
.Fl A Ar aalgo Ar key
|
|
|
|
.Xc
|
|
|
|
Specify a encryption algorithm
|
|
|
|
.Ar ealgo ,
|
2003-03-16 01:25:37 +03:00
|
|
|
as well as a payload authentication algorithm
|
2001-09-07 08:12:10 +04:00
|
|
|
.Ar aalgo ,
|
|
|
|
for ESP.
|
2000-05-15 20:26:16 +04:00
|
|
|
.It Fl A Ar aalgo Ar key
|
2001-09-07 08:12:10 +04:00
|
|
|
Specify an authentication algorithm for AH.
|
2000-01-31 17:22:41 +03:00
|
|
|
.It Fl C Ar calgo Op Fl R
|
2001-09-07 08:12:10 +04:00
|
|
|
Specify a compression algorithm for IPComp.
|
1999-09-07 10:49:37 +04:00
|
|
|
If
|
|
|
|
.Fl R
|
2001-09-07 08:12:10 +04:00
|
|
|
is specified,
|
1999-09-07 10:49:37 +04:00
|
|
|
.Ar spi
|
2001-09-07 08:12:10 +04:00
|
|
|
field value will be used as the IPComp CPI
|
|
|
|
.Pq compression parameter index
|
|
|
|
on wire as is.
|
1999-07-02 21:41:23 +04:00
|
|
|
If
|
|
|
|
.Fl R
|
2001-09-07 08:12:10 +04:00
|
|
|
is not specified,
|
|
|
|
the kernel will use well-known CPI on wire, and
|
1999-09-07 10:49:37 +04:00
|
|
|
.Ar spi
|
2001-09-07 08:12:10 +04:00
|
|
|
field will be used only as an index for kernel internal usage.
|
2000-01-31 17:22:41 +03:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
.Ar key
|
2001-08-12 13:38:18 +04:00
|
|
|
must be double-quoted character string, or a series of hexadecimal digits
|
|
|
|
preceded by
|
|
|
|
.Dq Li 0x .
|
2000-01-31 17:22:41 +03:00
|
|
|
.Pp
|
|
|
|
Possible values for
|
|
|
|
.Ar ealgo ,
|
|
|
|
.Ar aalgo
|
|
|
|
and
|
|
|
|
.Ar calgo
|
|
|
|
are specified in separate section.
|
|
|
|
.\"
|
2001-08-12 13:38:18 +04:00
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.It Ar src_range
|
|
|
|
.It Ar dst_range
|
2000-03-15 03:24:30 +03:00
|
|
|
These are selections of the secure communication specified as
|
2000-01-31 17:22:41 +03: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]
|
1999-07-02 21:41:23 +04:00
|
|
|
.Ed
|
2000-01-31 17:22:41 +03:00
|
|
|
.Pp
|
|
|
|
.Ar prefixlen
|
|
|
|
and
|
|
|
|
.Ar port
|
|
|
|
must be decimal number.
|
|
|
|
The square bracket around
|
|
|
|
.Ar port
|
|
|
|
is really necessary.
|
|
|
|
They are not manpage metacharacters.
|
2001-09-07 08:12:10 +04:00
|
|
|
For FQDN resolution, the rules applicable to
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar src
|
|
|
|
and
|
2001-09-07 08:12:10 +04:00
|
|
|
.Ar dst
|
|
|
|
apply here as well.
|
2000-01-31 17:22:41 +03:00
|
|
|
.\"
|
2001-09-07 08:12:10 +04:00
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.It Ar upperspec
|
|
|
|
Upper-layer protocol to be used.
|
2001-09-07 08:12:10 +04:00
|
|
|
You can use one of words in
|
|
|
|
.Pa /etc/protocols
|
|
|
|
as
|
|
|
|
.Ar upperspec .
|
|
|
|
Or
|
|
|
|
.Li icmp6 ,
|
|
|
|
.Li ip4 ,
|
2000-01-31 17:22:41 +03:00
|
|
|
and
|
|
|
|
.Li any
|
|
|
|
can be specified.
|
|
|
|
.Li any
|
|
|
|
stands for
|
|
|
|
.Dq any protocol .
|
2001-09-07 08:12:10 +04:00
|
|
|
Also you can use the protocol number.
|
2000-01-31 17:22:41 +03:00
|
|
|
.Pp
|
|
|
|
NOTE:
|
|
|
|
.Ar upperspec
|
|
|
|
does not work against forwarding case at this moment,
|
|
|
|
as it requires extra reassembly at forwarding node
|
2000-03-15 03:24:30 +03:00
|
|
|
.Pq not implemented at this moment .
|
2001-09-07 08:12:10 +04:00
|
|
|
We have many protocols in
|
|
|
|
.Pa /etc/protocols ,
|
2003-03-16 01:25:37 +03:00
|
|
|
but protocols except of TCP, UDP and ICMP may not be suitable to use with IPsec.
|
2001-09-07 08:12:10 +04:00
|
|
|
You have to consider and be careful to use them.
|
1999-07-02 21:41:23 +04:00
|
|
|
.\"
|
2001-09-07 08:12:10 +04:00
|
|
|
.Pp
|
1999-07-02 21:41:23 +04:00
|
|
|
.It Ar policy
|
|
|
|
.Ar policy
|
2002-05-14 15:24:20 +04:00
|
|
|
is the one of the following three formats:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
.It Fl P Ar direction Li discard
|
|
|
|
.It Fl P Ar direction Li none
|
|
|
|
.It Xo Fl P Ar direction Li ipsec
|
|
|
|
.Ar protocol/mode/src-dst/level Op ...
|
1999-07-02 21:41:23 +04:00
|
|
|
.Xc
|
|
|
|
.Ed
|
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
You must specify the direction of its policy as
|
|
|
|
.Ar direction .
|
|
|
|
Either
|
|
|
|
.Li out
|
|
|
|
or
|
|
|
|
.Li in
|
|
|
|
are used.
|
1999-07-02 21:41:23 +04:00
|
|
|
.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.
|
2002-05-14 15:24:20 +04:00
|
|
|
The part of
|
|
|
|
.Ar protocol/mode/src-dst/level
|
2003-06-30 15:48:05 +04:00
|
|
|
specifies the rule how to process the packet.
|
1999-07-02 21:41:23 +04:00
|
|
|
Either
|
|
|
|
.Li ah ,
|
|
|
|
.Li esp
|
|
|
|
or
|
|
|
|
.Li ipcomp
|
|
|
|
is to be set as
|
|
|
|
.Ar protocol .
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar mode
|
|
|
|
is either
|
|
|
|
.Li transport
|
|
|
|
or
|
|
|
|
.Li tunnel .
|
2001-08-12 13:38:18 +04:00
|
|
|
If
|
|
|
|
.Ar mode
|
|
|
|
is
|
|
|
|
.Li tunnel ,
|
|
|
|
you must specify the end-points addresses of the SA as
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ar src
|
|
|
|
and
|
|
|
|
.Ar dst
|
|
|
|
with
|
|
|
|
.Sq -
|
|
|
|
between these addresses which is used to specify the SA to use.
|
2001-08-12 13:38:18 +04:00
|
|
|
If
|
|
|
|
.Ar mode
|
|
|
|
is
|
|
|
|
.Li transport ,
|
|
|
|
both
|
|
|
|
.Ar src
|
|
|
|
and
|
|
|
|
.Ar dst
|
2001-09-07 08:12:10 +04:00
|
|
|
can be omitted.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Ar level
|
|
|
|
is to be one of the following:
|
2001-08-12 13:38:18 +04:00
|
|
|
.Li default , use , require
|
1999-07-02 21:41:23 +04:00
|
|
|
or
|
2001-08-12 13:38:18 +04:00
|
|
|
.Li unique .
|
|
|
|
If the SA is not available in every level, the kernel will request
|
|
|
|
getting SA to the key exchange daemon.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li default
|
2000-03-15 03:24:30 +03:00
|
|
|
means the kernel consults to the system wide default against protocol you
|
1999-07-02 21:41:23 +04:00
|
|
|
specified, e.g.
|
|
|
|
.Li esp_trans_deflev
|
2000-03-15 03:24:30 +03:00
|
|
|
sysctl variable, when the kernel processes the packet.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li use
|
2000-03-15 03:24:30 +03:00
|
|
|
means that the kernel use a SA if it's available,
|
|
|
|
otherwise the kernel keeps normal operation.
|
1999-07-02 21:41:23 +04:00
|
|
|
.Li require
|
2001-08-12 13:38:18 +04:00
|
|
|
means SA is required whenever the kernel sends a packet matched
|
|
|
|
with the policy.
|
|
|
|
.Li unique
|
2002-05-14 15:24:20 +04:00
|
|
|
is the same to require,
|
|
|
|
in addition, it allows the policy to bind with the unique out-bound SA.
|
|
|
|
You just specify the policy level
|
|
|
|
.Li unique ,
|
|
|
|
.Xr racoon 8
|
|
|
|
will configure the SA for the policy.
|
|
|
|
If you configure the SA by manual keying for that policy,
|
2001-08-12 13:38:18 +04:00
|
|
|
you can put the decimal number as the policy identifier after
|
|
|
|
.Li unique
|
|
|
|
separated by colon
|
2001-11-16 15:10:06 +03:00
|
|
|
.Sq \&:
|
2001-08-12 13:38:18 +04:00
|
|
|
like the following;
|
|
|
|
.Li unique:number .
|
2003-06-30 15:48:05 +04:00
|
|
|
in order to bind this policy to the SA.
|
2001-08-12 13:38:18 +04:00
|
|
|
.Li number
|
|
|
|
must be between 1 and 32767.
|
|
|
|
It corresponds to
|
2002-05-14 15:24:20 +04:00
|
|
|
.Ar extensions Fl u
|
|
|
|
of the manual SA configuration.
|
|
|
|
When you want to use SA bundle, you can define multiple rules.
|
|
|
|
For example, if an IP header was followed by AH header followed by ESP header
|
|
|
|
followed by an upper layer protocol header, the rule
|
|
|
|
would be:
|
|
|
|
.Dl esp/transport//require ah/transport//require ;
|
|
|
|
The rule order is very important.
|
2001-08-12 13:38:18 +04:00
|
|
|
.Pp
|
2000-01-31 17:22:41 +03: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
|
1999-07-02 21:41:23 +04:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
.\"
|
2001-09-07 08:12:10 +04:00
|
|
|
.Ss Algorithms
|
1999-07-02 21:41:23 +04:00
|
|
|
The following list shows the supported algorithms.
|
|
|
|
.Sy protocol
|
|
|
|
and
|
|
|
|
.Sy algorithm
|
|
|
|
are almost orthogonal.
|
2000-03-15 03:24:30 +03:00
|
|
|
Followings are the list of authentication algorithms that can be used as
|
1999-07-02 21:41:23 +04:00
|
|
|
.Ar aalgo
|
|
|
|
in
|
|
|
|
.Fl A Ar aalgo
|
|
|
|
of
|
|
|
|
.Ar protocol
|
|
|
|
parameter:
|
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.Bd -literal -offset indent
|
2001-09-07 08:12:10 +04:00
|
|
|
algorithm keylen (bits)
|
2000-01-31 17:22:41 +03:00
|
|
|
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
|
2003-07-22 07:38:14 +04:00
|
|
|
hmac-sha2-256 256 ah: 96bit ICV
|
|
|
|
(draft-ietf-ipsec-ciph-sha-256-00)
|
|
|
|
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)
|
2003-07-25 14:06:09 +04:00
|
|
|
hmac-ripemd160 160 ah: 96bit ICV (RFC2857)
|
|
|
|
ah-old: 128bit ICV (no document)
|
2003-10-21 11:20:11 +04:00
|
|
|
aes-xcbc-mac 128 ah: 96bit ICV (RFC3566)
|
2003-07-25 14:06:09 +04:00
|
|
|
128 ah-old: 128bit ICV (no document)
|
Initial commit of a port of the FreeBSD implementation of RFC 2385
(MD5 signatures for TCP, as used with BGP). Credit for original
FreeBSD code goes to Bruce M. Simpson, with FreeBSD sponsorship
credited to sentex.net. Shortening of the setsockopt() name
attributed to Vincent Jardin.
This commit is a minimal, working version of the FreeBSD code, as
MFC'ed to FreeBSD-4. It has received minimal testing with a ttcp
modified to set the TCP-MD5 option; BMS's additions to tcpdump-current
(tcpdump -M) confirm that the MD5 signatures are correct. Committed
as-is for further testing between a NetBSD BGP speaker (e.g., quagga)
and industry-standard BGP speakers (e.g., Cisco, Juniper).
NOTE: This version has two potential flaws. First, I do see any code
that verifies recieved TCP-MD5 signatures. Second, the TCP-MD5
options are internally padded and assumed to be 32-bit aligned. A more
space-efficient scheme is to pack all TCP options densely (and
possibly unaligned) into the TCP header ; then do one final padding to
a 4-byte boundary. Pre-existing comments note that accounting for
TCP-option space when we add SACK is yet to be done. For now, I'm
punting on that; we can solve it properly, in a way that will handle
SACK blocks, as a separate exercise.
In case a pullup to NetBSD-2 is requested, this adds sys/netipsec/xform_tcp.c
,and modifies:
sys/net/pfkeyv2.h,v 1.15
sys/netinet/files.netinet,v 1.5
sys/netinet/ip.h,v 1.25
sys/netinet/tcp.h,v 1.15
sys/netinet/tcp_input.c,v 1.200
sys/netinet/tcp_output.c,v 1.109
sys/netinet/tcp_subr.c,v 1.165
sys/netinet/tcp_usrreq.c,v 1.89
sys/netinet/tcp_var.h,v 1.109
sys/netipsec/files.netipsec,v 1.3
sys/netipsec/ipsec.c,v 1.11
sys/netipsec/ipsec.h,v 1.7
sys/netipsec/key.c,v 1.11
share/man/man4/tcp.4,v 1.16
lib/libipsec/pfkey.c,v 1.20
lib/libipsec/pfkey_dump.c,v 1.17
lib/libipsec/policy_token.l,v 1.8
sbin/setkey/parse.y,v 1.14
sbin/setkey/setkey.8,v 1.27
sbin/setkey/token.l,v 1.15
Note that the preceding two revisions to tcp.4 will be
required to cleanly apply this diff.
2004-04-26 02:25:03 +04:00
|
|
|
tcp-md5 8 to 640 tcp: rfc2385
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ed
|
1999-07-02 21:41:23 +04:00
|
|
|
.Pp
|
2000-03-15 03:24:30 +03:00
|
|
|
Followings are the list of encryption algorithms that can be used as
|
1999-08-08 17:27:30 +04:00
|
|
|
.Ar ealgo
|
1999-07-02 21:41:23 +04:00
|
|
|
in
|
|
|
|
.Fl E Ar ealgo
|
|
|
|
of
|
|
|
|
.Ar protocol
|
|
|
|
parameter:
|
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.Bd -literal -offset indent
|
2001-09-07 08:12:10 +04:00
|
|
|
algorithm keylen (bits)
|
2000-01-31 17:22:41 +03:00
|
|
|
des-cbc 64 esp-old: rfc1829, esp: rfc2405
|
|
|
|
3des-cbc 192 rfc2451
|
2003-07-01 11:20:12 +04:00
|
|
|
null 0 to 2048 rfc2410
|
2000-01-31 17:22:41 +03:00
|
|
|
blowfish-cbc 40 to 448 rfc2451
|
|
|
|
cast128-cbc 40 to 128 rfc2451
|
2003-07-22 07:38:14 +04:00
|
|
|
des-deriv 64 ipsec-ciph-des-derived-01
|
2000-01-31 17:22:41 +03:00
|
|
|
3des-deriv 192 no document
|
2001-09-07 08:12:10 +04:00
|
|
|
rijndael-cbc 128/192/256 draft-ietf-ipsec-ciph-aes-cbc-01
|
2003-07-25 14:06:09 +04:00
|
|
|
aes-ctr 160/224/288 draft-ietf-ipsec-ciph-aes-ctr-03
|
2000-01-31 17:22:41 +03:00
|
|
|
.Ed
|
1999-07-02 21:41:23 +04:00
|
|
|
.Pp
|
2003-07-25 14:06:09 +04:00
|
|
|
Note that the first 128 bits of a key for
|
|
|
|
.Li aes-ctr
|
|
|
|
will be used as AES key, and remaining 32 bits will be used as nonce.
|
|
|
|
.Pp
|
2000-03-15 03:24:30 +03:00
|
|
|
Followings are the list of compression algorithms that can be used as
|
1999-08-08 17:27:30 +04:00
|
|
|
.Ar calgo
|
1999-07-02 21:41:23 +04:00
|
|
|
in
|
|
|
|
.Fl C Ar calgo
|
|
|
|
of
|
|
|
|
.Ar protocol
|
|
|
|
parameter:
|
|
|
|
.Pp
|
2000-01-31 17:22:41 +03:00
|
|
|
.Bd -literal -offset indent
|
2001-09-07 08:12:10 +04:00
|
|
|
algorithm
|
2000-01-31 17:22:41 +03:00
|
|
|
deflate rfc2394
|
|
|
|
.Ed
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
2002-05-14 15:24:20 +04:00
|
|
|
.Sh EXIT STATUS
|
2001-11-16 15:10:06 +03:00
|
|
|
The command exits with 0 on success, and non-zero on errors.
|
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Sh EXAMPLES
|
|
|
|
.Bd -literal -offset
|
2001-09-07 08:12:10 +04:00
|
|
|
add 3ffe:501:4819::1 3ffe:501:481d::1 esp 123457
|
|
|
|
-E des-cbc 0x3ffe05014819ffff ;
|
1999-07-02 21:41:23 +04:00
|
|
|
|
2001-09-07 08:12:10 +04:00
|
|
|
add -6 myhost.example.com yourhost.example.com ah 123456
|
|
|
|
-A hmac-sha1 "AH SA configuration!" ;
|
1999-07-02 21:41:23 +04:00
|
|
|
|
2001-09-07 08:12:10 +04:00
|
|
|
add 10.0.11.41 10.0.11.33 esp 0x10001
|
|
|
|
-E des-cbc 0x3ffe05014819ffff
|
|
|
|
-A hmac-md5 "authentication!!" ;
|
1999-07-02 21:41:23 +04:00
|
|
|
|
2001-09-07 08:12:10 +04:00
|
|
|
get 3ffe:501:4819::1 3ffe:501:481d::1 ah 123456 ;
|
1999-07-02 21:41:23 +04:00
|
|
|
|
|
|
|
flush ;
|
|
|
|
|
2000-01-31 17:22:41 +03:00
|
|
|
dump esp ;
|
1999-07-02 21:41:23 +04:00
|
|
|
|
2001-09-07 08:12:10 +04:00
|
|
|
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 ;
|
1999-07-02 21:41:23 +04:00
|
|
|
|
Initial commit of a port of the FreeBSD implementation of RFC 2385
(MD5 signatures for TCP, as used with BGP). Credit for original
FreeBSD code goes to Bruce M. Simpson, with FreeBSD sponsorship
credited to sentex.net. Shortening of the setsockopt() name
attributed to Vincent Jardin.
This commit is a minimal, working version of the FreeBSD code, as
MFC'ed to FreeBSD-4. It has received minimal testing with a ttcp
modified to set the TCP-MD5 option; BMS's additions to tcpdump-current
(tcpdump -M) confirm that the MD5 signatures are correct. Committed
as-is for further testing between a NetBSD BGP speaker (e.g., quagga)
and industry-standard BGP speakers (e.g., Cisco, Juniper).
NOTE: This version has two potential flaws. First, I do see any code
that verifies recieved TCP-MD5 signatures. Second, the TCP-MD5
options are internally padded and assumed to be 32-bit aligned. A more
space-efficient scheme is to pack all TCP options densely (and
possibly unaligned) into the TCP header ; then do one final padding to
a 4-byte boundary. Pre-existing comments note that accounting for
TCP-option space when we add SACK is yet to be done. For now, I'm
punting on that; we can solve it properly, in a way that will handle
SACK blocks, as a separate exercise.
In case a pullup to NetBSD-2 is requested, this adds sys/netipsec/xform_tcp.c
,and modifies:
sys/net/pfkeyv2.h,v 1.15
sys/netinet/files.netinet,v 1.5
sys/netinet/ip.h,v 1.25
sys/netinet/tcp.h,v 1.15
sys/netinet/tcp_input.c,v 1.200
sys/netinet/tcp_output.c,v 1.109
sys/netinet/tcp_subr.c,v 1.165
sys/netinet/tcp_usrreq.c,v 1.89
sys/netinet/tcp_var.h,v 1.109
sys/netipsec/files.netipsec,v 1.3
sys/netipsec/ipsec.c,v 1.11
sys/netipsec/ipsec.h,v 1.7
sys/netipsec/key.c,v 1.11
share/man/man4/tcp.4,v 1.16
lib/libipsec/pfkey.c,v 1.20
lib/libipsec/pfkey_dump.c,v 1.17
lib/libipsec/policy_token.l,v 1.8
sbin/setkey/parse.y,v 1.14
sbin/setkey/setkey.8,v 1.27
sbin/setkey/token.l,v 1.15
Note that the preceding two revisions to tcp.4 will be
required to cleanly apply this diff.
2004-04-26 02:25:03 +04:00
|
|
|
add 10.1.10.34 10.1.10.36 tcp 0x1000 -A tcp-md5 "TCP-MD5 BGP secret" ;
|
1999-07-02 21:41:23 +04:00
|
|
|
.Ed
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ipsec_set_policy 3 ,
|
2001-09-07 08:12:10 +04:00
|
|
|
.Xr racoon 8 ,
|
|
|
|
.Xr sysctl 8
|
2003-09-08 02:18:58 +04:00
|
|
|
.Rs
|
|
|
|
.%T "Changed manual key configuration for IPsec"
|
|
|
|
.%O "http://www.kame.net/newsletter/19991007/"
|
|
|
|
.%D "October 1999"
|
|
|
|
.Re
|
2000-04-16 20:15:59 +04:00
|
|
|
.\"
|
1999-07-02 21:41:23 +04:00
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
command first appeared in WIDE Hydrangea IPv6 protocol stack kit.
|
|
|
|
The command was completely re-designed in June 1998.
|
|
|
|
.\"
|
2001-09-07 08:12:10 +04:00
|
|
|
.Sh BUGS
|
|
|
|
.Nm
|
|
|
|
should report and handle syntax errors better.
|
2003-09-08 02:18:58 +04:00
|
|
|
.Pp
|
|
|
|
For IPsec gateway configuration,
|
|
|
|
.Ar src_range
|
|
|
|
and
|
|
|
|
.Ar dst_range
|
|
|
|
with TCP/UDP port number do not work, as the gateway does not reassemble
|
|
|
|
packets
|
|
|
|
.Pq cannot inspect upper-layer headers .
|