Re: [LARTC] ipp2p problems

2007-03-15 Thread Luciano Ruete
On Wednesday 14 March 2007 10:45, J.E. wrote: > Hello list, > > I'm newbie in this list. Well, i'm going crazy with ipp2p. > Googling i find a mini-howto but i've got problems. > > 1) Download: > * iptables-dev (apt-get) > * kernel-headers-2.x.x (your kernel, "uname -r") > * src of your iptables (i

[LARTC] ipp2p problems solved

2007-03-15 Thread J.E.
Hi, Thank you Jorge. Gracias Jorge. Until now, i downloaded source of ubuntu packet with "apt-get source iptables". Well, downloading the code from http://www.netfilter.org, like you suggests, with the appropiate version ( in my case 1.3.3 ), i've got it. [EMAIL PROTECTED]:/usr/src/ipp2p-0

Re: [LARTC] ipp2p problems

2007-03-14 Thread Jorge Evangelista
Hi This is my small guide (in spanish) for compile ipp2p with iptables, I think that you have these errors because the script is looking for files in other directories. I had had similars problems, I suggest you that install it over a clon of redhat(centos, whitebox). I have installed it in these

[LARTC] ipp2p problems

2007-03-14 Thread J.E.
>> What is the output of the ipp2p make install? When i 'make install' [EMAIL PROTECTED]:/usr/src/ipp2p-0.8.0# make install make: *** No hay ninguna regla para construir el objetivo `install'. Alto. This is the answer make: *** There's no rules to build `install' object. Stop. Logs don't giv

[LARTC] ipp2p problems

2007-03-14 Thread J.E.
Thank you Marco. >> You are running iptables version 1.3.1, and this is not the version you compiled ipp2p for (1.3.3) But I make a mistake in my explanation. I've mixed the results of Ubuntu Dapper with results of Ubuntu Breezy, sorry. Instead of 1.3.1 should it would have to put 1.3.3. In a

Re: [LARTC] ipp2p problems

2007-03-14 Thread Marco Aurelio
On 3/14/07, J.E. <[EMAIL PROTECTED]> wrote: [EMAIL PROTECTED]:/usr/src/ipp2p-0.8.0# iptables -m ipp2p --help iptables: match `ipp2p' v (I'm v1.3.1). Only i get this line, iptables: match `ipp2p' v (I'm v1.3.1) You are running iptables version 1.3.1, and this is not the version you compiled

[LARTC] ipp2p problems

2007-03-14 Thread J.E.
Hello list, I'm newbie in this list. Well, i'm going crazy with ipp2p. Googling i find a mini-howto but i've got problems. 1) Download: * iptables-dev (apt-get) * kernel-headers-2.x.x (your kernel, "uname -r") * src of your iptables (iptables -V and apt-get source) * ipp2p-0.8.0.tar.gz (stable)