summaryrefslogtreecommitdiff
path: root/sbin/isakmpd/sysdep/linux/README
blob: d0660f227cd746cfc2a3b5be0e0b15f5dad1ca67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$OpenBSD: README,v 1.2 2001/01/28 22:38:48 niklas Exp $

Currently, you have to manually configure any ipsec interfaces and do the
association betweent these and the physical ones.  This is done like
this in FreeS/WAN:

ipsec tncfg --attach --virtual ipsec0 --physical eth0
ifconfig ipsec0 A.B.C.D netmask E.F.G.H

Then there is one special configuration option in the IPSec-connection
sections for Phase 2 of the configuration file, named Next-hop, which
should be set to the next hop's IP address along the way to the peer:

Next-hop=	I.J.K.L

This is specific to the way FreeS/WAN works.