-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

A long time ago, in a galaxy far, far way, someone said...

> I have a box w/ 2.2r2 installed w/ stock 2.2.14 kernel.  I download the
> cipe.tar and unzipped.  Ran ./configure and got the message that there is
> no suitable configured kernel include tree found.
>
> What does that mean?
>
> Do i need to install a kernel-image from deselect or comiple my own kernel in
> /usr/src?

No

As long as you're running the idepci 2.2.18 kernel you can use the module
in the archive http://tux.creighton.edu/~pbrutsch/cipe.tar.gz

I don't know if you got my last message; here it is again:

Date: Wed, 14 Mar 2001 23:27:45 -0600 (CST)
From: Phil Brutsche <[EMAIL PROTECTED]>
To: Nick <[EMAIL PROTECTED]>
Subject: Re: need pptp tunnel for win nethood ADVISE!

A long time ago, in a galaxy far, far way, someone said...

> I have a box w/ 2.2r2 installed w/ stock 2.2.14 kernel.  I download the
> cipe.tar and unzipped.  Ran ./configure and got the message that there is no
> suitable configured kernel include tree found.
>
> What does that mean?
>

You need a properly configured kernel source tree in /usr/src/linux

These are (approximately) the steps I performed:

apt-get install kernel-source-2.2.18pre21 kernel-patch-2.2.18pre21-ide
cd /usr/src/
tar xvfI kernel-source-2.2.18pre21.tar.bz2
tar xvfz <path to cipe source archive>/cipe-1.5.1.tar.gz
bzip2 -dc kernel-patches/i386/2.2.18pre21/ide.bz2 | patch -p0
cd linux
cp /boot/config-2.2.18pre21-idepci .config
make menuconfig (exit immediately, saving changes)
make dep
cd ../cipe-1.5.1
./configure
make
make install

You should have a /usr/local/sbin/ciped-cb, a
/lib/modules/2.2.18pre21-idepci/misc/cipcb.o, and the directory structure
/etc/cipe/.  There are examples on the web site and in the cipe source
tree on how to configure it.

> > Oh, and I strongly recommend that you *not* use 2.2.14 - it has some
> > security holes and (iirc) disk curruption issues.  I would also avoid both
> > 2.2.17 and 2.2.18 - 2.2.17 has performance problems, and they both have
> > problems with their VM sybsystems.
>
> My problem is, I am using a AV7 asus board w/ ata100 promise embedded.
> The only kernel I can get to work is the 2.2.18pre21-idepci

Ah...

Download http://tux.creighton.edu/~pbrutsch/cipe.tar.gz and extract it
into your root directory.  The archive contains the kernel module compiled
against 2.2.18pre21-idepci, the user-level portion of the vpn software,
and the directory structure /etc/cipe/, which is where the cipe daemon
expects the config files to be.

Then just do "modprobe cipcb" as root.  The kernel module loads fine on my
machine.

The user-level program ciped-cb is under /usr/local/sbin.  Once you've
created the options file for the vpn, just run it on each firewall.
Provided you have all the little details right (file permissions on
/etc/cipe/ and the files underneath it are right, "holes" in your ipchains
to the the ciped-cb daemons talk through, etc) you'll have yourself a vpn.

- -- 
- ----------------------------------------------------------------------
Phil Brutsche                               [EMAIL PROTECTED]

GPG fingerprint: 9BF9 D84C 37D0 4FA7 1F2D  7E5E FD94 D264 50DE 1CFC
GPG key id: 50DE1CFC
GPG public key: http://tux.creighton.edu/~pbrutsch/gpg-public-key.asc
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE6spvZ/ZTSZFDeHPwRAoTtAJ4/o9z1Qk6zf98WVtFpF+D3/I+TCgCgrlTC
3v3ehK74nLUeUY6Aa9jC7fs=
=KzLn
-----END PGP SIGNATURE-----

Reply via email to