* connbytes
@ 2005-03-17 15:40 Andy Furniss
0 siblings, 0 replies; only message in thread
From: Andy Furniss @ 2005-03-17 15:40 UTC (permalink / raw)
To: netfilter-devel
Does anyone know if connbytes + CONNMARK will work now CONNMARK and
conntrack-acc are in kernel (using 2.6.11).
I got pom to patch (by removing dependencies) and everything compiles OK
as modules.
I haven't tried them together yet as I can't get iptables to parse the
options for connbytes.
iptables -t mangle -A PREROUTING -m connbytes --connbytes 0:80000
--connbytes-dir both --connbytes-mode bytes
iptables v1.3.1: Unknown arg `bytes'
I noticed that byte would be "let through" by iptables - but failed in
the parse bit of libipt_connbytes.c
iptables v1.3.1: Unknown --connbytes-mode `byte'
I tried changing libipt_connbytes.c to parse byte rather than bytes but
then iptables.c accepted bytes but not byte.
I tried with and without pre loading the module.
TIA
Andy.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-17 15:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-17 15:40 connbytes Andy Furniss
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.