[Openswan Users] openswan 2.5.15 + klips

Paul Wouters paul at xelerance.com
Fri Nov 9 12:19:49 EST 2007


On Fri, 9 Nov 2007, Toni Cosma wrote:

> how can I install openswan 2.5.15 + KLIPS ?
> where can I find the KLIPS patch ?

Two methods:

1) compile out of tree

  cd openswan-2.5.15
  export KERNELSRC=/somewhere/linux-2.6.x/
  make module module_install

2) patch the tree
  cd openswan-2.5.15
  export KERNELSRC=/somewhere/linux-2.6.x/
  make kpatch > $KERNELSRC/klips.patch
  cd $KERNELSRC
  patch -p1 -s < klips.patch
  make oldconfig modules modules_install

If you need the nat-t patch, either grab a nat-t patch from the ftp server
or try 'make nattpatch ' like 'make kpatch'

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