Hello netfilter, sorry for my english :)
in Iptables Tutorial 1.1.9 by Oskar Andreasson wroted: "The --set-tos option tells the TOS mangler what TOS value to set on packets that are matched. The option takes a numeric value, either in hex or in decimal value. As the TOS value consists of 8 bits, the value may be 0-255, or in hex 0x00-0xFF" but when I trying to set 0x20 : "# iptables -A PREROUTING -t mangle -i eth0 -j TOS --set-tos 0x20" I recieve: "# iptables v1.2.5: Bad TOS value `0x20`" Can I & how can I use all 0-0xFF range of TOS values for my purpose? thank You! -- Best regards, Sergeev mailto:[EMAIL PROTECTED]
