* [LARTC] iptables MARK
@ 2002-10-03 14:20 Blagovest Lazarov
2002-10-03 14:56 ` Ramin Alidousti
2002-10-03 16:07 ` Martin A. Brown
0 siblings, 2 replies; 3+ messages in thread
From: Blagovest Lazarov @ 2002-10-03 14:20 UTC (permalink / raw)
To: lartc
Hi,
Please help me. Does somebody know exactly which part of ip header carry iptables
MARK?
I would like to mark packets on cisco router and shape it on a linux box.
Sorry for the English :)))
Thanks a lot,
Blagovest Lazarov
_______________________________________________
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] iptables MARK
2002-10-03 14:20 [LARTC] iptables MARK Blagovest Lazarov
@ 2002-10-03 14:56 ` Ramin Alidousti
2002-10-03 16:07 ` Martin A. Brown
1 sibling, 0 replies; 3+ messages in thread
From: Ramin Alidousti @ 2002-10-03 14:56 UTC (permalink / raw)
To: lartc
On Thu, Oct 03, 2002 at 05:20:08PM +0300, Blagovest Lazarov wrote:
> Hi,
> Please help me. Does somebody know exactly which part of ip header carry iptables
> MARK?
The MARKing is not done on the IP packet itself. It MARKs the internal
IP data structure used by the kernel. If you want to mark (note the
lower case notation here as opposed to MARK) you can use the TOS field.
Ramin
> I would like to mark packets on cisco router and shape it on a linux box.
> Sorry for the English :)))
> Thanks a lot,
>
> Blagovest Lazarov
>
>
>
>
> _______________________________________________
> 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
* Re: [LARTC] iptables MARK
2002-10-03 14:20 [LARTC] iptables MARK Blagovest Lazarov
2002-10-03 14:56 ` Ramin Alidousti
@ 2002-10-03 16:07 ` Martin A. Brown
1 sibling, 0 replies; 3+ messages in thread
From: Martin A. Brown @ 2002-10-03 16:07 UTC (permalink / raw)
To: lartc
Blagovest,
You are actually desiring to use ToS (Type of Service) markers on the IP
packet itself. In order to set ToS, you'll use the -j TOS option to
iptables.
http://iptables-tutorial.frozentux.net/iptables-tutorial.html#AEN2530
Good luck,
-Martin
On Thu, 3 Oct 2002, Blagovest Lazarov wrote:
: Hi,
: Please help me. Does somebody know exactly which part of ip header carry iptables
: MARK?
: I would like to mark packets on cisco router and shape it on a linux box.
: Sorry for the English :)))
: Thanks a lot,
:
: Blagovest Lazarov
:
:
:
:
: _______________________________________________
: LARTC mailing list / LARTC@mailman.ds9a.nl
: http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
:
--
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
_______________________________________________
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:[~2002-10-03 16:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-03 14:20 [LARTC] iptables MARK Blagovest Lazarov
2002-10-03 14:56 ` Ramin Alidousti
2002-10-03 16:07 ` Martin A. Brown
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.