Thanks a lot...
Well, let's try again
I'll put here step-by-step what i'm
doing.
I'm logged on as ROOT, ok? Let's
go...
service iptables stop
cd /home/files/ipp2p/0.5b
iptables -V
iptables 1.2.7a
vim Makefile
i edited the file
to: IKERNEL =
-I/usr/src/linux-2.4.20-8/include
IUSER =
-I/home/iptables-1.2.7a/include (i have downloaded iptables 1.2.7a
sources)
NETFILTER_VERSION =
\"1.2.7a\"
make
no erros
rm /lib/iptables/libipt_ipp2p.so
remove regular file?
YES
cp libipt_ipp2p.so /lib/iptables/
iptables -m ipp2p --help
returns the help of the
mod
rmmod ipt_ipp2p
pwd
/home/files/ipp2p/0.5b
insmod ipt_p2p
service iptables start
iptables -L FORWARD
RH-Lokkit-0-50-INPUT all
--anywhere anywhere
iptables -t filter -I FORWARD 1 -p tcp -m ipp2p
--kazaa -j DROP
iptables -L FORWARD
DROP
tcp -- anywhere
anywhere ipp2p v0.5b --kazaa
RH-Lokkit-0-50-INPUT..................
But now KAZAA can't connect - It's working
fine...
Maybe i did something wrong, or the general rule
--ipp2p isn't working for me.... but i believe that i did something wrong -
sorry... anyway, thanks a lot.... Looking forward for IMESH and SOULSEEK
support....
Now i have a
few questions....
1 - it is stable for me to use the --bit and
--apple? Can it crash my box?
2 - When i try to use ipp2p.gz,
the shellscript to automatically start an IPP2P setup using two network
interfaces, it return the following:
Starting IPP2P ... iptables v1.2.7a:
Unknown arg `--restore-mark'
Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.7a: Unknown arg `--save-mark' Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.7a: Unknown arg `--set-class' Try `iptables -h' or 'iptables --help' for more information. iptables v1.2.7a: Unknown arg `--set-class' Try `iptables -h' or 'iptables --help' for more information. done What is my problem?
3 - Does this shellscript really control the
bandwith consuption by the p2p programs?
Why, for exemple, the wondershaper have much more
"rules" and details?
|