Penguin
Annotated edit history of IpsecTools version 3, including all changes. View license author blame.
Rev Author # Line
3 PhilMurray 1 [ipsec-tools|http://ipsec-tools.sourceforge.net/] is a port of [KAME]'s [IPSec] utilities to the Linux 2.6 IPsec implementation (sometimes referred to as [26sec]). It also supports [NetBSD] and [FreeBSD] as well.
1 CraigBox 2
3 The tools are:
4
5 ; libipsec : Library with PF_KEY implementation.
6 ; setkey : Tool to manipulate and dump the kernel Security Policy Database (SPD) and Security Association Database (SAD).
7 ; racoon : Internet Key Exchange (IKE) daemon for automatically keying IPsec connections.
8 ; racoonctl : A shell-based control tool for racoon
9
10 Maintained in part by Michal Ludvig, who now works for AsteriskLtd in [Auckland].
2 CraigBox 11
12 See also:
13
14 * [a blog post on using ipsec-tools on Debian|http://www.sherman.ca/archives/2004/11/21/linux-26-ipsec-vpns/] and the [followup about firewalling with Shorewall|http://www.sherman.ca/archives/2004/12/09/ipsec-with-linux-269-shorewall/].
1 CraigBox 15
16 ----
17 CategorySecurity