All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] Layer 7 netfilter not working
@ 2004-07-09 17:10 FB
  2004-07-09 18:11 ` Jason Boxman
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: FB @ 2004-07-09 17:10 UTC (permalink / raw)
  To: lartc

Hello there!

I am trying to get traffic shaping working on my Linux router (debian 
woody 3r02) and for some things I wanted to use the layer 7 packet 
classifier, but I can't get it to work.
Here is what I did:

-downloaded the patches from http://l7-filter.sourceforge.net
-downloaded the kernel 2.6.7 source
-downloaded the iptables 1.2.11 source
-patched kernel (layer7 patch and some patch to get iptables 1.2.11 
working with kernel 2.6.7)
-patched iptables
-compiled iptables
-activated layer 7 support in kernel-config (and a lot of other packet 
classifing options)
-compiled and installed kernel

Now I tried to mark some packets with layer 7 so that I can shape them 
with tc afterwards. But nothing changed, outgoing connection still 
didn't changed. So I changed the line in the iptables-script to this:

  $IPTABLES -t filter -A OUTPUT -m layer7 --l7dir /etc/l7-protocols 
--l7proto ftp -j DROP

before it was:

$IPTABLES -t mangle -A POSTROUTING -m layer7 --l7proto ftp -j MARK 
--set-mark 322

but nothing of them worked (I could still connect over ftp). The 
/proc/net/layer7_numpackets is 08 (don't know which 8 packets got 
identified there, but the number is not going any higher).

Any help is really appreciated!

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

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

end of thread, other threads:[~2004-07-13 17:51 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-09 17:10 [LARTC] Layer 7 netfilter not working FB
2004-07-09 18:11 ` Jason Boxman
2004-07-09 18:58 ` FB
2004-07-09 20:39 ` Jason Boxman
2004-07-09 20:51 ` Ed Wildgoose
2004-07-09 21:02 ` Jason Boxman
2004-07-09 21:24 ` FB
2004-07-12 12:25 ` Mike
2004-07-12 16:24 ` FB
2004-07-12 17:46 ` Mike
2004-07-12 18:58 ` Jason Boxman
2004-07-12 19:35 ` Ed Wildgoose
2004-07-12 22:53 ` FB
2004-07-13 17:51 ` Mike

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.