All of lore.kernel.org
 help / color / mirror / Atom feed
From: David DeLauro <daved@saintjoe.edu>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] how to mark icmp packets
Date: Mon, 29 Dec 2003 15:15:47 +0000	[thread overview]
Message-ID: <marc-lartc-107271122708931@msgid-missing> (raw)
In-Reply-To: <marc-lartc-107271048408133@msgid-missing>

On Mon, 29 Dec 2003 At 09:43 -0500, ionut@topall.ro Articulated:

> Hi. I want to mark icmp packet on a brigde and then i want to put in a
> separate class in htb !

maybe something like this would work:

iptables -t mangle -A PREROUTING -i br0 -s 192.160.0.0/24 -p icmp -j MARK
--set-mark 0x01

-- 
David DeLauro
Computer Systems Analyst
Saint Joseph's College
Rensselaer, IN 47978


When the World gains wisdom I will gain peace. - Id

If I wrote down every thought I have ever thought and every deed I have
ever done, men would call me a monster of depravity. - Somerset Maugham

People demand freedom of speech to make up for the freedom of thought
which they avoid. - Soren Kierkegaard
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  reply	other threads:[~2003-12-29 15:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-29 14:43 [LARTC] how to mark icmp packets ionut
2003-12-29 15:15 ` David DeLauro [this message]
2003-12-30  3:31 ` Joel

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-107271122708931@msgid-missing \
    --to=daved@saintjoe.edu \
    --cc=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.