Linux Netfilter discussions
 help / color / mirror / Atom feed
* Prioritize packets at user space
@ 2008-03-06  5:00 Ling Deng
  2008-03-07  5:47 ` Grant Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Ling Deng @ 2008-03-06  5:00 UTC (permalink / raw)
  To: netfilter

Hi there,
    I am doing a project on VoIP security. I need to implement a
Application layer gateway on top of the linux firewall. But I have no
clue how to do it, I hope someone can help me with it.

    The current firewall uses IP_QUEUE to pick up a packet,
authenticate it, then do something with the packet, and forward the
packet to the server. However, IP_QUEUE only has a single FIFO queue
(is this correct?), if the system is under a flooding attack, this
firewall can't help to reduce the effect of the attack.

    I want to add a priority on the firewall. To prioritize the
packets, deep packet inspection is needed, then packets need to be put
in different queues depending on the caller and callee numbers.

    Could anyone please give me some suggestion on how to make this happen?

    Thank you very much,

        Ling

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

end of thread, other threads:[~2008-03-07  5:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06  5:00 Prioritize packets at user space Ling Deng
2008-03-07  5:47 ` Grant Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox