From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pascal Rodrigue Subject: Re: user package filter Date: Wed, 10 Jul 2002 11:53:40 -0400 Sender: netfilter-admin@lists.samba.org Message-ID: <3D2C5884.3090303@crc.ca> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/html; charset="us-ascii" To: Nikolai Abromov Cc: netfilter@lists.samba.org Hi Nikolai,

   I'm new into the netfilter world but yes it's possible. By using netfilter and iptables together you can make a program in userspace for filtering packets. Use the special QUEUE iptables target to queue the packet for userspace handling.  By using ip_queue module and libipq API you will be able to make something interresting. Hope this will help you! (My primary language isn't english, i'm sorry too :p )

-------------------------------
Pascal Rodrigue
Communications research center
Broadband networking technologies department
Ottawa, Ontario
Canada


Nikolai Abromov wrote:
  Hello , 
 
  I would like to know whether it is possible to put traffic filter on the user's base - for instance how many syn and udp packages can         
  send for a precise time , if this is possible where can I find more information about it .

sorry for bad english


br,Nikolay Abromov