Thanks, The packets are getting set properly. I am however still getting 0x00 on the wire. Quite strange. Questions: 1) Can the stack force this to zero somwhere else? 2) (Sidebar) How can TOS be set? I see many packets with TOS set,(according to ipfilter -L, wire is still 0x00) but grep'ing the 'man iptables' gives no hits on TOS This is on 2.6.12-12mdk and mandriva On 12/10/05, Jim Laurino <nfcan.x.jimlaur@xxxxxxxx> wrote: > 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. > >