[Openswan Users] how to replace netkey with klips?

Paul Wouters paul at xelerance.com
Wed Nov 22 10:22:42 EST 2006


On Wed, 22 Nov 2006, kelvin wrote:

> Subject: [Openswan Users] how to replace netkey with klips?
>
> suse linux use netkey by default, how can i replace netkey with klips?

tar zxf openswan-2.4.7.tar.gz
cd openswan-2.4.7
export KERNELSRC=/usr/src/linux-a.b.c/
make natt-patch > $KERNELSRC/natt.patch
cd $KERNELSRC
patch -p1 -s < natt.patch
make oldconfig
make bzImage modules modules_install
[install kernel edit boot loader and reboot]
cd openswan-2.4.7
make module module_install

service ipsec stop
rmmod af_key
modprobe ipsec
service ipsec start

Paul
-- 
Building and integrating Virtual Private Networks with Openswan:
http://www.amazon.com/gp/product/1904811256/104-3099591-2946327?n=283155


More information about the Users mailing list