* [LARTC] how to mark icmp packets
@ 2003-12-29 14:43 ionut
2003-12-29 15:15 ` David DeLauro
2003-12-30 3:31 ` Joel
0 siblings, 2 replies; 3+ messages in thread
From: ionut @ 2003-12-29 14:43 UTC (permalink / raw)
To: lartc
Hi. I want to mark icmp packet on a brigde and then i want to put in a
separate class in htb !
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] how to mark icmp packets
2003-12-29 14:43 [LARTC] how to mark icmp packets ionut
@ 2003-12-29 15:15 ` David DeLauro
2003-12-30 3:31 ` Joel
1 sibling, 0 replies; 3+ messages in thread
From: David DeLauro @ 2003-12-29 15:15 UTC (permalink / raw)
To: lartc
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/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] how to mark icmp packets
2003-12-29 14:43 [LARTC] how to mark icmp packets ionut
2003-12-29 15:15 ` David DeLauro
@ 2003-12-30 3:31 ` Joel
1 sibling, 0 replies; 3+ messages in thread
From: Joel @ 2003-12-30 3:31 UTC (permalink / raw)
To: lartc
Hi,
Read this,
http://www.lartc.org/lartc.html#LARTC.QDISC
joel
ionut@topall.ro wrote:
>Hi. I want to mark icmp packet on a brigde and then i want to put in a
>separate class in htb !
>_______________________________________________
>LARTC mailing list / LARTC@mailman.ds9a.nl
>http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
>
>
>
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-12-30 3:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-29 14:43 [LARTC] how to mark icmp packets ionut
2003-12-29 15:15 ` David DeLauro
2003-12-30 3:31 ` Joel
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.