Re: Control Bandwidth by TOS marking

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

 



On Fri, 2006-09-01 at 14:45 +0000, André Marques wrote:
> Hello to all!
> 
> I'm trying to implement bandwidth control using TC and
> IPTables, but i'm still having some difficults about
> using the TOS field to implement it.
> 
> Does anybody knows how can i use the TOS field to makr
> the packets in a way that i when they come and go by
> the net they still remain marked?
> 
> Any help is appreciated. Thank you very much!
<snip>
If it helps, here is an example used to expedite traffic to a local IP
PBX here:

*mangle
-A OUTPUT -d 192.168.223.5 -p 17 --dport 1024: -j TOS --set-tos
Minimize-Delay
-A INPUT -s 192.168.223.5 -p 17 --sport 1024: -j TOS --set-tos
Minimize-Delay
COMMIT

-- 
John A. Sullivan III
Open Source Development Corporation
+1 207-985-7880
jsullivan@xxxxxxxxxxxxxxxxxxx

If you would like to participate in the development of an open source
enterprise class network security management system, please visit
http://iscs.sourceforge.net




[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