diff options
Diffstat (limited to 'sbin/isakmpd/sysdep/linux/README')
-rw-r--r-- | sbin/isakmpd/sysdep/linux/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sbin/isakmpd/sysdep/linux/README b/sbin/isakmpd/sysdep/linux/README new file mode 100644 index 00000000000..6238820e91d --- /dev/null +++ b/sbin/isakmpd/sysdep/linux/README @@ -0,0 +1,16 @@ +$Id: README,v 1.1 2001/01/26 11:34:04 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. |