Aqui resolvi tal problema modificando a linha no final do Makefile do ipp2p
de:


libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
        $(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IPTABLES_INCLUDE) -fPIC -c 
libipt_ipp2p.c
        ld -shared -o libipt_ipp2p.so libipt_ipp2p.o


para

libipt_ipp2p.so: libipt_ipp2p.c ipt_ipp2p.h
        $(CC) $(CFLAGS) $(IPTABLES_OPTION) $(IPTABLES_INCLUDE) -fPIC -c 
libipt_ipp2p.c
        $(CC) -shared -o libipt_ipp2p.so libipt_ipp2p.o

e novamente make ;  insmod ipt_ipp2p

abçs

Rafael.



Em 09/05/07, fgodoi <[EMAIL PROTECTED]> escreveu:

Depois de seguir seu tutorial, fui testar bloquear edonkey e kazaa, mas
me da a seguinte mensagem

iptables v1.3.7: Couldn't load match `ipp2p'

Try `iptables -h' or 'iptables --help' for more information.
RTNETLINK answers: No such file or directory

Alguma dica.

Att. Flavio Godoi


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


Responder a