Displaying 4 results from an estimated 4 matches for "matusiak".
2007 Sep 19
0
bittorrent traffic controll
...nel and iptables patched).
But I have no idea how to control the incomming data via layer7.
I know you can use
iptables -A --samething-- -m layer7 --l7proto bittorrent -j MARK ?? or
should I use CLASSIFY --set-class 1:10 for example
Or should I use the -t mangle ?
Anyone ?
--regards
Mateusz Matusiak
----------------------------------------------------
Są bardzo hetero. I właśnie się pobrali!
Rewelacyjna komedia PAŃSTWO MLODZI: CHUCK i LARRY
W kinach od 21 września!
http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fpanstwomlodzi.html&sid=31
2007 Sep 19
2
bittorrent traffic...
Hi,
Thanks for the reply.
Mohan Sundaram wrote :
> mark in iptables and use tc to classify using mark.
Mark like this ?
iptables -A INPUT -m layer7 --l7proto bittorrent -j MARK --set-mark 3
and then..
tc filter add dev eth0 protocol ip parent 1:0 1 handle 3 fw flowid 1:10
and lets say we have a flowid 1:3 declared to use at 60kbit ceil 60kbit
Is that proper ?
If so then it
2007 Sep 15
5
htb : server trafficcontrol
Hi everyone,
I have a small problem. I have my debian server setup in my home.
I have setup htb that is working perfectly.
The only problem I have is to control the traffic server <-> internet
I have a daemon (bittorrent) and I would like to limit its download to a
certail amount. How can I do that ?
I have tried layer7 but it seems I''m doing something wrong in the htb
script.
2007 Sep 17
0
server traffic control
Hi,
Thank you very much for your replies.
I have tried the ingrees - it didn''t work for me (probably bad
configuration). But I''ll try to learn that later. I''m doing an N+
certification so it takes lots of my time atm.
I have 2 additional questions if that isn''t a problem.
Q1 :
I''m trying to limit bittorrent traffic from my server. I have patched