mldonkey-users
[Top][All Lists]
Advanced

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

Re: [Mldonkey-users] Traffic shaping


From: Jörg Maisenbacher
Subject: Re: [Mldonkey-users] Traffic shaping
Date: Thu, 06 Mar 2003 19:30:01 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a; MultiZilla v1.1.32 final) Gecko/20021212

Goswin Brederlow wrote:
Juan <address@hidden> writes:


Hi! I'm trying to enhace the wondershaper script to restric the traffic generated by mldonkey. I have created a mldonkey user with UID 1003 and I want to mark every packet with iptables:

address@hidden:~# iptables -A OUTPUT -t mangle -m owner --uid-owner 1003 -j MARK --set-mark 1
iptables: Invalid argument



I had the same problem, it's described in

https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=24

After compiling iptables against my kernel-headers, everything is fine.

I use

$IPT -t mangle -I OUTPUT -m owner --uid-owner donkey -j MARK \ --set-mark 9

for marking packets with iptables, works like a charm for me.

Dek

--
Dek <address@hidden>
   "There are only 10 types of people in the world:
    Those who understand binary and those who don't."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]