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@xxxxxxxxx> 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@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
-- "The network is the computer" _______________________________________________ LARTC mailing list LARTC@xxxxxxxxxxxxxxx http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc