This the command I use to track down P2P conenctions through my networks:
> ngrep -t -d ETH00:00 -q -i -W single -l \
'info_hash|torr|bitt|vuze|azue|tracker|edonk|aza|lime|emule\
|gift|gnutella|frostwire|morpheus|bearshare|uTorrent'
Note: it should all be on one line.
-i is…
Linux Kernel 2.6.24 with iptables 1.4.0, ipp2p -0.8.2 and L7-filter 2.17
[http://www.caronico.com/linux/ipp2p-kernel-2.6.24.html].
The described process below works for Kernel 2.6.24 and has been tested on
Debian Etch 4.0
Please note the the…
Original Article here
[http://suchart.wordpress.com/2007/12/17/traffic-shaping-on-linux-with-tc-iptables-and-ipp2p/]
modprobe ipt_ipp2p
tc qdisc del dev eth1 root <== eth1 = internal interface
tc qdisc add dev eth1 root handle 1: htb
tc class add dev eth1 parent 1: classid 1:1 htb rate 900kbit <== max dl 900
kbits
tc…