From: "Guillermo Javier Nardoni" <gjnardoni@yahoo.com.ar>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Problems with ipp2p
Date: Fri, 07 Oct 2005 12:47:22 +0000 [thread overview]
Message-ID: <00cf01c5cb3e$0cb84160$b80010ac@ripst> (raw)
In-Reply-To: <200510062337.44207.Andreas.Klauer@metamorpher.de>
[-- Attachment #1.1: Type: text/plain, Size: 2555 bytes --]
Hello there, may be you should you:
iptables -t nat -A PREROUTING -p tcp -i $DEV_IN -m ipp2p --ipp2p -j DROP
iptables -t nat -A POSTROUTING -p tcp -o $DEV_OUT -m ipp2p --ipp2p -j DROP
i had some issues trying ipp2p, but when i've just put -t nat or -t mangle
or even -t filter (default for iptables, i guess) it worked very nice
regards
guillermo from argentina
P.D: Sorry Andrea, i sweared i was sending an email to the mailing list instead of you.-
----- Original Message -----
From: Carlos Rosero
To: lartc@mailman.ds9a.nl
Sent: Thursday, October 06, 2005 6:40 PM
Subject: [LARTC] Problems with ipp2p
Hello every body:
I have RedHat fedora core 2 machine, using iptables and squid. I am having a lot of problems with peer2peer traffic. (bittorrent, kazaa, etc.) so I have installed ipp2p from rpm.
Every thing was ok until I use iptables rules. I get this error.
[root@router iptables]# iptables -A INPUT -p tcp -m ipp2p --ipp2p -j DROP
iptables: No chain/target/match by that name
sames as:
iptables -A FORWARD -m ipp2p --ipp2p -j MARK --set-mark 0x01
iptables -A FORWARD -m ipp2p --udp --kazaa --bit -j DROP
iptables -A FORWARD -m ipp2p --tcp --edk --soul -j DROP
same error.
but if I use iptables -m ipp2p -help I get the help page:
[root@router iptables]# iptables -m ipp2p --help
iptables v1.2.9
Usage: iptables -[AD] chain rule-specification [options]
iptables -[RI] chain rulenum rule-specification [options]
iptables -D chain rulenum [options]
.
IPP2P v0.7.1 options:
--ipp2p Grab all known p2p packets
--ipp2p-data Identify all known p2p download commands (obsolete)
--edk [TCP&UDP] All known eDonkey/eMule/Overnet packets
--dc [TCP] All known Direct Connect packets
.
So I don't know what is wrong.
My system:
[root@router iptables]# cat /proc/version
Linux version 2.6.10-1.771_FC2smp (bhcompile@porky.build.redhat.com) (gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)) #1 SMP Mon Mar 28 01:10:51 EST 2005
Iptables version
iptables-1.2.9-2.3.1
Thanks.
Carlos
------------------------------------------------------------------------------
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
[-- Attachment #1.2: Type: text/html, Size: 9997 bytes --]
[-- Attachment #2: Type: text/plain, Size: 143 bytes --]
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next prev parent reply other threads:[~2005-10-07 12:47 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-06 21:37 [LARTC] Problems with ipp2p Andreas Klauer
2005-10-06 21:40 ` Carlos Rosero
2005-10-07 12:47 ` Guillermo Javier Nardoni [this message]
2005-10-07 13:29 ` Carlos Rosero
2005-10-07 13:37 ` /dev/rob0
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00cf01c5cb3e$0cb84160$b80010ac@ripst' \
--to=gjnardoni@yahoo.com.ar \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.