Re: Re: iptables and TOS 15

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

 



On Mon, 2004-11-15 at 06:35, tepesu@xxxxxxxxxxxxx wrote:
>     first i use imq patch for kernel 2.6.9 and htb for some traffic
> management and i want to redirect this kind of trafic to imq1 or imq0 and
> then to came with some htb rules. just this ...
> 
> #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.

the problem is that "15" is not a valid TOS value as far as iptables is
concerned.  your choices are:

  Minimize-Delay 16 (0x10)
  Maximize-Throughput 8 (0x08)
  Maximize-Reliability 4 (0x04)
  Minimize-Cost 2 (0x02)
  Normal-Service 0 (0x00)

a previous poster said that your ISP's value of 15 is most likely
equivalent to 0.

-j

--
"I am so smart, I am so smart, s-m-r-t....I mean s-m-A-r-t."
	--The Simpsons



[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