* [LARTC] help on Layer 7 with TC
@ 2003-07-28 7:37 hare ram
2003-07-28 15:28 ` S Mohan
2003-07-28 17:45 ` Stef Coene
0 siblings, 2 replies; 3+ messages in thread
From: hare ram @ 2003-07-28 7:37 UTC (permalink / raw)
To: lartc
Hi
i have seen your post in news group that layer 7 filtering can be used with
TC
iam trying to deploy layer 7 in RH 9.0
which got a kernel of 2.4.20 i have upgraded to 2.4.20-19 now
but the Layer 7 available for only 2.5 and above
how can i use this patch for 2.4.20-19
does any one have clue for the same or any other Patch i can get to deploy
with 2.4.20
help will be appreciate
hare
_______________________________________________
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] help on Layer 7 with TC
2003-07-28 7:37 [LARTC] help on Layer 7 with TC hare ram
@ 2003-07-28 15:28 ` S Mohan
2003-07-28 17:45 ` Stef Coene
1 sibling, 0 replies; 3+ messages in thread
From: S Mohan @ 2003-07-28 15:28 UTC (permalink / raw)
To: lartc
I found some time ago that the u32 classifier can read any part of a
packet - header and/or data section using the byte offset facility and
action on match. If I understand correct, the Layer 7 filter patch does the
same as P2P applications use the same ports as many other services but the
payload is different. The filter has payload patterns that it searches for
to identify the application. Maybe the Layer 7 filter patch searches without
byte offset - meaning a substring kind of search and uses the boolean
outcome for action trigger. Can this be then done using the u32 filter
itself?
Mohan
-----Original Message-----
From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]On
Behalf Of hare ram
Sent: Monday, July 28, 2003 12:56 PM
To: lartc@mailman.ds9a.nl
Subject: [LARTC] help on Layer 7 with TC
Hi
i have seen your post in news group that layer 7 filtering can be used with
TC
iam trying to deploy layer 7 in RH 9.0
which got a kernel of 2.4.20 i have upgraded to 2.4.20-19 now
but the Layer 7 available for only 2.5 and above
how can i use this patch for 2.4.20-19
does any one have clue for the same or any other Patch i can get to deploy
with 2.4.20
help will be appreciate
hare
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
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] help on Layer 7 with TC
2003-07-28 7:37 [LARTC] help on Layer 7 with TC hare ram
2003-07-28 15:28 ` S Mohan
@ 2003-07-28 17:45 ` Stef Coene
1 sibling, 0 replies; 3+ messages in thread
From: Stef Coene @ 2003-07-28 17:45 UTC (permalink / raw)
To: lartc
On Monday 28 July 2003 17:16, S Mohan wrote:
> I found some time ago that the u32 classifier can read any part of a
> packet - header and/or data section using the byte offset facility and
> action on match. If I understand correct, the Layer 7 filter patch does the
> same as P2P applications use the same ports as many other services but the
> payload is different. The filter has payload patterns that it searches for
> to identify the application. Maybe the Layer 7 filter patch searches
> without byte offset - meaning a substring kind of search and uses the
> boolean outcome for action trigger. Can this be then done using the u32
> filter itself?
Yes and no. It can maybe be done, but the l7 fitlering has a /proc interface
to update the patterns.
You can also use iptables to search for patterns and mark the packets.
But the l7 filter is smart. It only examines the first 7 packets of a
connection to find out the type. The other packets are considered as data.
This can be done because it can get the conntrack information from the
kernel, so it knows which packets belongs to which connection.
Stef
--
stef.coene@docum.org
"Using Linux as bandwidth manager"
http://www.docum.org/
#lartc @ irc.oftc.net
_______________________________________________
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-07-28 17:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-28 7:37 [LARTC] help on Layer 7 with TC hare ram
2003-07-28 15:28 ` S Mohan
2003-07-28 17:45 ` Stef Coene
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.