LARTC
[Top] [All Lists]

Re: [LARTC] ipp2p problems

To: lartc@mailman.ds9a.nl
Subject: Re: [LARTC] ipp2p problems
From: "Jorge Evangelista" <netsecuredata@gmail.com>
Date: Wed, 14 Mar 2007 22:51:59 -0500
Delivered-to: sp-com-lists@consult.net
Delivered-to: lartc-list@securepoint.com
Delivered-to: lartc@outpost.ds9a.nl
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FVv25s/2u2II+IkNJ5nJ4Mu913kqS+v1T2CCP8RkkegqlTqrNP0Cb+LKaGPY9eIVsDcHuA+PU8v7/+RML7VXuHDW+EIYmTRW7lBtPG78Q2I9GXhdyJjVXydZvZYLPC62+dgLwK4NRyYsUjVaLjLqAayEx8ubrdBypkZGOCs91R4=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=j8QwzkAqnv5LB9nMNdxk5ukt0P73LlBkAuUi6ZwTsKI0P3gUht+U3aB1sg3AaFqWiKnOcpzdkw4j/tIuNr//qiaAtL7TRvsPRX7fj51xMtxxARPbYT6pH3aVf3LD4Y4RZZXLtGunj4LSHTqLuXg34cj0uMOXfW6uV2m79w5Dj8c=
In-reply-to: <45F87CFB.60907@menta.net>
List-archive: <http://mailman.ds9a.nl/pipermail/lartc>
List-help: <mailto:lartc-request@mailman.ds9a.nl?subject=help>
List-id: "Mailinglist of the Linux Advanced Routing &amp; Traffic Control project" <lartc.mailman.ds9a.nl>
List-post: <mailto:lartc@mailman.ds9a.nl>
List-subscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=subscribe>
List-unsubscribe: <http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc>, <mailto:lartc-request@mailman.ds9a.nl?subject=unsubscribe>
References: <45F87CFB.60907@menta.net>
Sender: lartc-bounces@mailman.ds9a.nl
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 distributions and I does not have problems more.

Guide IPP2P

Para esto uso el ipp2p, aqui esta el procedimiento de como instalarlo:
Tengo iptables instalado en rpm, extraer la version

#iptables -V

En un directorio especifico puede ser /opt o /tmp descomprime el ipp2p
y las fuentes de mi iptables. Baje la version correspondiente de mi
iptables-miversion.tar.gz desde la pagina de NETFILTER
(ftp.netfilter.org)

Luego te vas al directorio del ipp2p
En el Makefile del ipp2p editar los siguientes parametros
IPTABLES_BIN = /usr/sbin/iptables
IPTABLES_SRC = /tmp/iptables-1.3.1
Luego hacer un
# make

Se crean los siguientes archivos en el directorio del ipp2p:
libipt_ipp2p.so
libipt_ipp2p.o
ipt_ipp2p.o

El archivo libipt_ipp2p.so moverlo a /lib/iptables
Copiar los otros dos al /lib/modules/2.4.20-8/kernel/net/ipv4/netfilter
luego hacer un
# depmod -a

Listo para definir una regla que bloquee todo el trafico P2P de kazza, ares, etc
# iptables -A FORWARD -m ipp2p --ipp2p -j DROP








On 3/14/07, J.E. <jecarb@menta.net> wrote:
 >> What is the output of the ipp2p make install?

When i 'make install'

root@servidor:/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 give me any clue.

Any ideas?
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc



--
"The network is the computer"
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

<Prev in Thread] Current Thread [Next in Thread>