ok, i am stuck with something i just know is a simple problem, but i seem to miss that all important piece of info to put it all together.
I have used a rather wide implementation of the RPM installation procedures to get the ipp2p on my SME 7.3. Seems if all is fine.
I have come to understand that i will need to add rules to chains (ex FORWARD) via iptables, and it is here that i fail!
i don't understand iptables and masq well enough, so my explanation may seem a tad off! ^^
i have libipt_ipp2p.so in /lib/iptables
when i attempt to make a rule (a rule described in many an example ::
http://www.ipp2p.org/docu_en.html) either via typing in the command or making a template for masq i get the following:
[root@netkeeper iptables]# iptables -A FORWARD -m ipp2p --ipp2p -j DROP
iptables: No chain/target/match by that name
[root@netkeeper iptables]#
so i test by typing the following:
[root@netkeeper iptables]# iptables -A FORWARD -m ipp2p -j DROP
iptables v1.2.11:
ipp2p-parameter problem: for ipp2p usage type: iptables -m ipp2p --help
Try `iptables -h' or 'iptables --help' for more information.
[root@netkeeper iptables]#
Thus iptables does understand the match to 'ipp2p' and when you view the help they say that a ligit option for ipp2p is '--ipp2p'.
Can anyone explain what the problem might be that it understands the match but not the option provided, or if you know of something else that i must check out with iptables and/masq please, all info is welcome!