* Control Bandwidth by TOS marking
@ 2006-09-01 14:45 André Marques
2006-09-01 14:56 ` John A. Sullivan III
0 siblings, 1 reply; 2+ messages in thread
From: André Marques @ 2006-09-01 14:45 UTC (permalink / raw)
To: Lista NetFilter
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!
André
_______________________________________________________
O Yahoo! está de cara nova. Venha conferir!
http://br.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Control Bandwidth by TOS marking
2006-09-01 14:45 Control Bandwidth by TOS marking André Marques
@ 2006-09-01 14:56 ` John A. Sullivan III
0 siblings, 0 replies; 2+ messages in thread
From: John A. Sullivan III @ 2006-09-01 14:56 UTC (permalink / raw)
To: André Marques; +Cc: Lista NetFilter
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@opensourcedevel.com
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-01 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-01 14:45 Control Bandwidth by TOS marking André Marques
2006-09-01 14:56 ` John A. Sullivan III
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.