All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John A. Sullivan III" <jsullivan@opensourcedevel.com>
To: "André Marques" <andre_sesred@yahoo.com.br>
Cc: Lista NetFilter <netfilter@lists.netfilter.org>
Subject: Re: Control Bandwidth by TOS marking
Date: Fri, 01 Sep 2006 10:56:42 -0400	[thread overview]
Message-ID: <1157122602.2926.27.camel@localhost> (raw)
In-Reply-To: <20060901144525.10883.qmail@web34511.mail.mud.yahoo.com>

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



      reply	other threads:[~2006-09-01 14:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-01 14:45 Control Bandwidth by TOS marking André Marques
2006-09-01 14:56 ` John A. Sullivan III [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1157122602.2926.27.camel@localhost \
    --to=jsullivan@opensourcedevel.com \
    --cc=andre_sesred@yahoo.com.br \
    --cc=netfilter@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.