summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL39
1 files changed, 18 insertions, 21 deletions
diff --git a/INSTALL b/INSTALL
index 0ed541936..ff5b2f80c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -125,9 +125,9 @@ Contents
in "Makefile.inc"
# Uncomment this line if using OpenSC <= 0.9.6
- PKCS11_DEFAULT_LIB=\"/usr/lib/pkcs11/opensc-pkcs11.so\"
+ #PKCS11_DEFAULT_LIB=\"/usr/lib/pkcs11/opensc-pkcs11.so\"
# Uncomment tis line if using OpenSC >= 0.10.0
- #PKCS11_DEFAULT_LIB=\"usr/lib/opensc-pkcs11.so\"
+ PKCS11_DEFAULT_LIB=\"usr/lib/opensc-pkcs11.so\"
This default path to the easily-obtainable OpenSC library module can be
simply overridden during run-time by specifying an alternative path in
@@ -156,10 +156,8 @@ Contents
* Now change into the strongswan-2.x.x source directory.
- First uncomment any desired compile options in "programs/pluto/Makefile"
- (see section 2. Optional packages).
-
- Then in the top source directory type
+ First select any desired compile options in "Makefile.inc" (see section 2.
+ Optional packages). Then in the top source directory type
make menumod
@@ -186,9 +184,10 @@ Contents
and then install and boot the modified kernel.
- * Next add your connections to "/etc/ipsec.conf" and start strongSwan with
+ * Next add your connections to "/etc/ipsec.conf" and your secrets to
+ "/etc/ipsec.secrets" and start strongSwan with
- ipsec setup start
+ ipsec start
4. Updating strongSwan with a Linux 2.4 kernel
@@ -197,10 +196,8 @@ Contents
* If you have already successfully installed strongSwan and want to update
to a newer version then the following shortcut can be taken:
- First uncomment any desired compile options in "programs/pluto/Makefile"
- (see section 2. Optional packages).
-
- Then in the strongwan-2.x.x top directory type
+ First select any desired compile options in "Makefile.inc" (see section 2.
+ Optional packages). Then in the strongwan-2.x.x top directory type
make programs; make install
@@ -210,7 +207,7 @@ Contents
* You can then start the updated strongSwan version with
- ipsec setup restart
+ ipsec restart
5. Building strongSwan with a Linux 2.6 kernel
@@ -225,14 +222,13 @@ Contents
o esp4
o ipcomp
o xfrm_user
-
+ o xfrm4_tunnel
+
Also the built-in kernel Cryptoapi modules with selected encryption and
hash algorithms should be available.
- * First uncomment any desired compile options in "programs/pluto/Makefile"
- (see section 2. Optional packages).
-
- Then in the strongwan-2.x.x top directory type
+ * First select any desired compile options in "Makefile.inc" (see section 2.
+ Optional packages). Then in the strongwan-2.x.x top directory type
make programs
@@ -240,10 +236,11 @@ Contents
make install
- * Next add your connections to "etc/ipsec.conf" and start strongSwan with
+ * Next add your connections to "/etc/ipsec.conf" and your secrets to
+ "/etc/ipsec.secrets" and start strongSwan with
- ipsec setup start
+ ipsec start
-----------------------------------------------------------------------------
-This file is RCSID $Id: INSTALL,v 1.8 2006/01/22 16:22:23 as Exp $
+This file is RCSID $Id: INSTALL,v 1.11 2006/05/19 06:44:17 as Exp $