Re: QoS with netfilter (nfcan: addressed to exclusive sender for this address)

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

 



On 2005.12.10 07:53, Erik - erikev@xxxxxxxxx wrote:
Am trying to add QoS to some web cam traffic on a network.
Also a newbie to netfilter.

...

Tried netfilter commands like:
>iptables -t mangle -A FORWARD -s 10.0.0.0/8 -j DSCP --set-dscp 1

...
Furthermore, a command like
>iptables -L FORWARD

list a set of rules etc but this QoS is not one of them apparently...


The -L command has a default table argument, filter.
If you want to see the contents of another table,
you have to specify the table explicitly. Try this:

iptables -t mangle -L -xnv

--
Jim Laurino
nfcan.x.jimlaur@xxxxxxxx
Please reply to the list.
Only mail from the listserver reaches this address.


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux