All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] shaping marked packets
@ 2002-10-25 22:25 Axel Loewe
  2002-10-26  8:19 ` Stef Coene
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Axel Loewe @ 2002-10-25 22:25 UTC (permalink / raw)
  To: lartc

hi,

i want to decrease the upload-bandwith used by a user with the uid xyz
(only one programm running under this user), so i mark the packets with
iptables by adding the following rule:
iptables -A OUTPUT -t mangle -m owner --uid-owner xxx -j MARK --set-mark 1
now my problem is what to do after this ;) catch all the packets in an
extra table but what then? to me it doesn't matter wheter to use cbq or
htb, but htb seems easier to me ;) how do i add a qdisc that only
applies to the packets in this special table?

greets axel

p.s. sorry for my poor english

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-07-28  3:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-25 22:25 [LARTC] shaping marked packets Axel Loewe
2002-10-26  8:19 ` Stef Coene
2004-07-28  0:07 ` nix4me
2004-07-28  3:15 ` George Alexandru Dragoi

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.