All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] FTP Connection Tracking in a Bridge
@ 2003-08-20  8:48 Wayne
  2003-08-20  9:02 ` Eric Leblond
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Wayne @ 2003-08-20  8:48 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

Hello,

I have a box running as a bridge and am trying to track the passive FTP sessions by marking them with iptables (CONNMARK option installed) and then trying to pick up the mark using tc filter fwmark. This is not working.

I have checked the marking of the packets and this is working fine because I can see the marks when I cat /proc/net/ip_conntrack.

Having setup my queues and using the following command:

tc filter add dev eth1 parent 1:2 protocol ip prio 1 handle 2 fw classid 1:2a

I do not get any traffic going in to this queue. I am running kernel 2.4.21. 

My question is whether the packet that I have marked is actually every getting to the tc filter. As I am running a bridge, does the packet get marked in iptables PREROUTING, and then go straight to the FORWARD rule and then out.

What is the sequence in which iptables processes the packet and then the tc filter processes the packet.

Many thanks

Wayne

[-- Attachment #2: Type: text/html, Size: 1352 bytes --]

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

end of thread, other threads:[~2003-08-22 19:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-20  8:48 [LARTC] FTP Connection Tracking in a Bridge Wayne
2003-08-20  9:02 ` Eric Leblond
2003-08-20  9:56 ` S Mohan
2003-08-20 10:06 ` Wayne
2003-08-20 12:24 ` Stef Coene
2003-08-20 12:26 ` Stef Coene
2003-08-20 12:38 ` Eric Leblond
2003-08-20 12:39 ` Wayne
2003-08-20 13:26 ` S Mohan
2003-08-20 15:17 ` Stef Coene
2003-08-21  7:28 ` Wayne
2003-08-22 19:12 ` Bart De Schuymer

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.