* [LARTC] flush marker howto
@ 2003-02-14 16:38 emo terziev
2003-02-15 18:05 ` Bartek Krajnik
2003-02-17 8:33 ` emo terziev
0 siblings, 2 replies; 3+ messages in thread
From: emo terziev @ 2003-02-14 16:38 UTC (permalink / raw)
To: lartc
Hi,
How i can clear marker from memory
after using
iptables .... -j MARK --set-mark XX
Can i flush all markers without restart ?
I try with "iptables -F" and "-t nat -F" but this
doesn't work.
emo
__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.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
* Re: [LARTC] flush marker howto
2003-02-14 16:38 [LARTC] flush marker howto emo terziev
@ 2003-02-15 18:05 ` Bartek Krajnik
2003-02-17 8:33 ` emo terziev
1 sibling, 0 replies; 3+ messages in thread
From: Bartek Krajnik @ 2003-02-15 18:05 UTC (permalink / raw)
To: lartc
[-- Attachment #1: Type: text/plain, Size: 660 bytes --]
On 14-02-2003 at 08:38:26AM -0800, emo terziev wrote:
et> Hi,
et> How i can clear marker from memory
et> after using
et>
et> iptables .... -j MARK --set-mark XX
et>
et> Can i flush all markers without restart ?
et> I try with "iptables -F" and "-t nat -F" but this
et> doesn't work.
MARK is only valid in the mangle table.
iptables -t mangle -D ...
First try "iptables -t nat -L", later "iptables -t mangle -L".
Rgds,
Bartek.
--
GPG-Key:
http://www.bartek.bicom.pl/public_key.txt
pub 1024D/948DE45D 2002-12-12 Bartek Krajnik <bartek@bicom.pl>
Primary key fingerprint: 95E9 8E2D 1801 7864 2244 6EAA 03E5 764D 948D E45D
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LARTC] flush marker howto
2003-02-14 16:38 [LARTC] flush marker howto emo terziev
2003-02-15 18:05 ` Bartek Krajnik
@ 2003-02-17 8:33 ` emo terziev
1 sibling, 0 replies; 3+ messages in thread
From: emo terziev @ 2003-02-17 8:33 UTC (permalink / raw)
To: lartc
Thanks Bartek
It work perfect for me.
--- Bartek Krajnik <bartek@bicom.pl> wrote:
> On 14-02-2003 at 08:38:26AM -0800, emo terziev
> wrote:
> et> Hi,
> et> How i can clear marker from memory
> et> after using
> et>
> et> iptables .... -j MARK --set-mark XX
> et>
> et> Can i flush all markers without restart ?
> et> I try with "iptables -F" and "-t nat -F" but
> this
> et> doesn't work.
> MARK is only valid in the mangle table.
> iptables -t mangle -D ...
>
> First try "iptables -t nat -L", later "iptables -t
> mangle -L".
>
> Rgds,
> Bartek.
> --
> GPG-Key:
> http://www.bartek.bicom.pl/public_key.txt
> pub 1024D/948DE45D 2002-12-12 Bartek Krajnik
> <bartek@bicom.pl>
> Primary key fingerprint: 95E9 8E2D 1801 7864 2244
> 6EAA 03E5 764D 948D E45D
>
> ATTACHMENT part 2 application/pgp-signature
__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.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:[~2003-02-17 8:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-14 16:38 [LARTC] flush marker howto emo terziev
2003-02-15 18:05 ` Bartek Krajnik
2003-02-17 8:33 ` emo terziev
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.