simple method to set tos

George Alexandru Dragoi waruiinu at gmail.com
Thu Mar 31 16:25:02 CEST 2005


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 at newmail.ru> 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



More information about the netfilter mailing list