* xtables latency?
@ 2011-08-08 4:20 Pandu Poluan
2011-08-08 7:51 ` Marek Kierdelewicz
0 siblings, 1 reply; 5+ messages in thread
From: Pandu Poluan @ 2011-08-08 4:20 UTC (permalink / raw)
To: netfilter
Just wondering:
Has anyone ever researched the latency of xtables when a Linux box
functions as a firewall?
Rgds,
--
Pandu E Poluan
~ IT Optimizer ~
• Blog : http://pepoluan.tumblr.com
• Linked-In : http://id.linkedin.com/in/pepoluan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xtables latency?
2011-08-08 4:20 xtables latency? Pandu Poluan
@ 2011-08-08 7:51 ` Marek Kierdelewicz
2011-08-08 11:49 ` Pandu Poluan
0 siblings, 1 reply; 5+ messages in thread
From: Marek Kierdelewicz @ 2011-08-08 7:51 UTC (permalink / raw)
To: Pandu Poluan; +Cc: netfilter
Hi,
>Has anyone ever researched the latency of xtables when a Linux box
>functions as a firewall?
This paper is a nice read:
http://www.google.com/url?sa=t&source=web&cd=6&ved=0CE0QFjAF&url=http%3A%2F%2Fcourseware.ee.calpoly.edu%2F3comproject%2FPublished%2520Papers%2Fsecurity.pdf&rct=j&q=iptables%20netfilter%20latency%20paper%20pdf&ei=2pI_Tu-VKITJswbov5Qg&usg=AFQjCNFjUZwGHDhdBhtxwQgqlQbYCMjBFw&cad=rja
It's very detailed on the issue of rule overhead (Conclusion 5.1 b).
Unfortunately paper is from 2002. Since then most of the code was
rewritten. Maybe we, as netfilter community, should lobby some
university professor to let his students do a *remake* of this
work ;-). Anyone here with ties to education sector?
Best regards,
Marek Kierdelewicz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xtables latency?
2011-08-08 7:51 ` Marek Kierdelewicz
@ 2011-08-08 11:49 ` Pandu Poluan
2011-08-08 12:49 ` Jan Engelhardt
0 siblings, 1 reply; 5+ messages in thread
From: Pandu Poluan @ 2011-08-08 11:49 UTC (permalink / raw)
To: Marek Kierdelewicz; +Cc: netfilter
(forgot cc: list first time around)
On Mon, Aug 8, 2011 at 14:51, Marek Kierdelewicz <marek@piasta.pl> wrote:
> Hi,
>
>>Has anyone ever researched the latency of xtables when a Linux box
>>functions as a firewall?
>
> This paper is a nice read:
> http://www.google.com/url?sa=t&source=web&cd=6&ved=0CE0QFjAF&url=http%3A%2F%2Fcourseware.ee.calpoly.edu%2F3comproject%2FPublished%2520Papers%2Fsecurity.pdf&rct=j&q=iptables%20netfilter%20latency%20paper%20pdf&ei=2pI_Tu-VKITJswbov5Qg&usg=AFQjCNFjUZwGHDhdBhtxwQgqlQbYCMjBFw&cad=rja
>
Whoa, very nice paper! Thanks for the link; my Google-fu failed to find that
> It's very detailed on the issue of rule overhead (Conclusion 5.1 b).
> Unfortunately paper is from 2002. Since then most of the code was
> rewritten. Maybe we, as netfilter community, should lobby some
> university professor to let his students do a *remake* of this
> work ;-). Anyone here with ties to education sector?
>
A 'remake' would be okay, IMO, since both the hardware platform *and*
the code itself have been evolving.
Maybe with more test cases/scenarios, and a *huge* and/or comples
iptables rules :-)
Rgds,
--
Pandu E Poluan
~ IT Optimizer ~
• Blog : http://pepoluan.tumblr.com
• Linked-In : http://id.linkedin.com/in/pepoluan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xtables latency?
2011-08-08 11:49 ` Pandu Poluan
@ 2011-08-08 12:49 ` Jan Engelhardt
2011-08-08 13:16 ` Marek Kierdelewicz
0 siblings, 1 reply; 5+ messages in thread
From: Jan Engelhardt @ 2011-08-08 12:49 UTC (permalink / raw)
To: Pandu Poluan; +Cc: Marek Kierdelewicz, netfilter
On Monday 2011-08-08 13:49, Pandu Poluan wrote:
>(forgot cc: list first time around)
>
>On Mon, Aug 8, 2011 at 14:51, Marek Kierdelewicz <marek@piasta.pl> wrote:
>> Hi,
>>
>>>Has anyone ever researched the latency of xtables when a Linux box
>>>functions as a firewall?
>>
>> This paper is a nice read:
>> http://www.google.com/url?sa=t&source=web&cd=6&ved=0CE0QFjAF&url=http%3A%2F%2Fcourseware.ee.calpoly.edu%2F3comproject%2FPublished%2520Papers%2Fsecurity.pdf&rct=j&q=iptables%20netfilter%20latency%20paper%20pdf&ei=2pI_Tu-VKITJswbov5Qg&usg=AFQjCNFjUZwGHDhdBhtxwQgqlQbYCMjBFw&cad=rja
>>
>
>Whoa, very nice paper! Thanks for the link; my Google-fu failed to find that
>
>> It's very detailed on the issue of rule overhead (Conclusion 5.1 b).
>> Unfortunately paper is from 2002. Since then most of the code was
>> rewritten. Maybe we, as netfilter community, should lobby some
>> university professor to let his students do a *remake* of this
>> work ;-). Anyone here with ties to education sector?
>>
>
>A 'remake' would be okay, IMO, since both the hardware platform *and*
>the code itself have been evolving.
>
>Maybe with more test cases/scenarios, and a *huge* and/or comples
>iptables rules :-)
http://jengelh.medozas.de/documents/Love_for_blobs.pdf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: xtables latency?
2011-08-08 12:49 ` Jan Engelhardt
@ 2011-08-08 13:16 ` Marek Kierdelewicz
0 siblings, 0 replies; 5+ messages in thread
From: Marek Kierdelewicz @ 2011-08-08 13:16 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Pandu Poluan, netfilter
>http://jengelh.medozas.de/documents/Love_for_blobs.pdf
Great work!
Best regards,
Marek Kierdelewicz
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-08 13:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 4:20 xtables latency? Pandu Poluan
2011-08-08 7:51 ` Marek Kierdelewicz
2011-08-08 11:49 ` Pandu Poluan
2011-08-08 12:49 ` Jan Engelhardt
2011-08-08 13:16 ` Marek Kierdelewicz
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.