All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arthur van Leeuwen arthurvl@sci.kun.nl
To: lartc@vger.kernel.org
Subject: [LARTC] <OT>
Date: Tue, 09 Jan 2001 21:04:32 +0000	[thread overview]
Message-ID: <marc-lartc-98373940416845@msgid-missing> (raw)
In-Reply-To: <marc-lartc-98373940416843@msgid-missing>

<PRE>On Tue, 9 Jan 2001 <A HREF="mailto:hesselsp@ashaman.dhs.org">hesselsp@ashaman.dhs.org</A> wrote:

&gt;<i> Sorry for the off-topic question.
</I>&gt;<i> 
</I>&gt;<i> I want to set the type of service (ToS) for all the traffic leaving my
</I>&gt;<i> machine.  All out going traffic.
</I>&gt;<i> 
</I>&gt;<i> How can I do this?
</I>&gt;<i> 
</I>&gt;<i> ipchains?
</I>
Or even ipfwadm, if you're still at 2.0. Something like

/sbin/ipchains -A output -t 0x01 0x10 

will set the minimum delay flag on every outgoing packet.

See also the (quite excellent) IPchains HOWTO by Rusty Russell.

Note: the question isn't all that off-topic. The route-cache Linux uses
is keyed on the triple &lt;source address, destination address, type of service&gt;.
I've already encountered a situation in which I *had* to whack the TOS bits
into submission in order to let connections be routed somewhat sanely.

Doei, Arthur. (And yes, that will end up in the FAQ, but not quite yet)

-- 
  /\    / |      <A HREF="mailto:arthurvl@sci.kun.nl">arthurvl@sci.kun.nl</A>      | Work like you don't need the money
 /__\  /  | A friend is someone with whom | Love like you have never been hurt
/    \/__ | you can dare to be yourself   | Dance like there's nobody watching



</PRE>

  parent reply	other threads:[~2001-01-09 21:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-09 20:34 [LARTC] <OT> hesselsp
2001-01-09 21:02 ` hesselsp
2001-01-09 21:04 ` Arthur [this message]
2001-01-09 21:08 ` Arthur

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=marc-lartc-98373940416845@msgid-missing \
    --to=lartc@vger.kernel.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.