[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xtables-addons ipp2p problem in debian



Hello,

J. Bakshi a écrit :
> 
> I have installed xtables-addons-common in debian squeeze box.
>  Then tried ti execute
>  
>  #iptables -A FORWARD -m ipp2p --bit -j DROP
>  
>  and it throws error
>  
>  ``````````````
>  iptables: No chain/target/match by that name.
>  ```````````
>  
>  Could anyone suggest what is wrong where ? 

The kernel module for the 'ipp2p' match (xt_ipp2p.ko) is missing.
xtables-addons-common provides only the userland shared libraries for
iptables (libxt_ipp2p.so). You need to install xtables-addons-source and
build the kernel modules.


Reply to: