Traffic priority ...

Patrick Schaaf bof@bof.de
Tue, 22 Jan 2002 08:18:43 +0100


> Is there a way to give outgoing traffic a higher priority than incoming? Is 
> this done with Netfilter / iptables?

This is doable with the "tc" component of the "iproute2" kernel, and features
found in the stock kernel under

	"Networking Options" / " QoS and/or fair queueing"

See the help text for those kernel options for pointers to documentation
and further references.

iptables can help classifying packets for processing with "tc", but iptables
does not itself manage queueing and priorities.

best regards
  Patrick