[LARTC] (no subject)
tepesu@australia.edu
tepesu@australia.edu
Mon, 15 Nov 2004 13:41:48 +0200
first: my ISP mark MAN traffic with TOS 15 and i want tu can to filter
this kind of traffic with iptables
second: i use imq patch for kernel 2.6.9 and htb for some traffic
management
third: i want to redirect the traffic marked with TOS 15 imq1 or imq0 and
then to came with some htb rules. just this ...
how must to modified to can to do some thins ? ...
#iptables -t mangle -A PREROUTING -m tos --tos 0x15 -j IMQ --todev 0
iptables v1.2.11: Bad TOS value `0x15'
Try `iptables -h' or 'iptables --help' for more information.
#iptables -t mangle -A PREROUTING -m tos --tos 15 -j IMQ --todev 0
iptables v1.2.11: Bad TOS value `15'
Try `iptables -h' or 'iptables --help' for more information.
thanks
Mihai