All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] CONNMARK problem
@ 2004-09-24 17:22 cvok
  2004-09-24 17:28 ` Tomasz Chilinski
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: cvok @ 2004-09-24 17:22 UTC (permalink / raw)
  To: lartc

Hello everybody.

i have the folowing problem:

i have this in the top of PREROUTING chain in mangle table

iptables -t mangle -A PREROUTING -j CONNMARK --set-mark 0        # rule 1
iptables -t mangle -A PREROUTING -m connmark --mark 5            # rule 2
iptables -t mangle -A PREROUTING -m connmark --mark 6            # rule 3

i think when packet is passing trough my POSTROUTING in mangle table
it can't match rule 2 or 3, but in the real life it is a little bit different

iptables -t mangle -L PREROUTING -v
shows following:
Chain PREROUTING (policy ACCEPT 16M packets, 4534M bytes)
 pkts bytes target     prot opt in     out     source               destination
 159K   53M CONNMARK   all  --  any    any     anywhere             anywhere    
       CONNMARK set 0x0
 1090  112K            all  --  any    any     anywhere             anywhere    
       CONNMARK match 0x5
   22  1843            all  --  any    any     anywhere             anywhere    
       CONNMARK match 0x6

i don't know if it is correct, so please tell me if it is normal.

thanks a lot

Matis
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-01-10  2:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-24 17:22 [LARTC] CONNMARK problem cvok
2004-09-24 17:28 ` Tomasz Chilinski
2004-09-24 19:02 ` zytek
2005-01-08 13:02 ` Leandro Travaglia
2005-01-09 11:53 ` Leandro Travaglia
2005-01-10  2:25 ` Vincent

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.