Re: simple method to set tos

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

 



Try using DSCP or TOS target with netfilter, like:

iptables -t mangle -A POSTROUTING -d <ip address> -j TOS --set-tos <tos>
or
iptables -t mangle -A POSTROUTING -d <ip address> -j DSCP --set-dscp <dscp>

DSCP is a combination of unused tos bits and some other unused bits
from ip header, looking for that on google should show exactly wich.


On Thu, 31 Mar 2005 17:38:23 +0400, Попов Игорь Николаевич
<igorpopov@xxxxxxxxxx> wrote:
>   Hi, all!
> I'm interesting is there a simple method to set tos on ip packets, that
> destinated to specific ip address?
> --
> Arbitrary systems, pl.n.:
> ════════Systems about which nothing general can be said, save "nothing
> general can be said."
> __________
> www.newmail.ru -- бесплатная почта, бесплатный хостинг.
> 
> 


-- 
Bla bla



[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