Displaying 3 results from an estimated 3 matches for "arterm".
Did you mean:
artem
2004 Aug 23
1
Some questions about hfsc
I have been looking at the hfsc for some time as a replacement or at a
class that can be used like htb. But I seem to have run into a problem.
With htb classes it is easy to make three or more levels of priority for a
connection. All you need to do is to make classes and give them different
prio levels. But it seems like you can only define a real-time bandwidth
and a link sharing bandwidth.
2004 Jul 30
3
notes&questions: filter, HTB, hfsc & tc binary,ifs tx ques
...anged ''tc show class'' but seems working well.
It''s got problems with hfsc too- anyone can tell me does that iproute
version work well with hfsc? (supposing correct compilation) Does it have
patch from trash.net?
it would be lovely to have some help
:-)
Krzysiek, kyf@arterm.pl
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Mar 06
1
complex; ifb, masq et omnia
Hi all.
I''m using Jamal''s ifb virtual interface from new kernel. Redirecting incoming
traffic from external interface like that:
# tc [blahbla] match u32 0 0 flowid 1:0 action mirred egress redirect dev ifb0
to ifb to shape it.
The problem is that I''m using MASQUERADE by netfilter also. That redirected
traffic coming from internet gets to ifb _before_ DNAT is done.