All of lore.kernel.org
 help / color / mirror / Atom feed
From: "yong" <sdssly@sina.com>
To: "Colin Cyrille" <engp2437@nus.edu.sg>
Cc: <netfilter-devel@lists.netfilter.org>
Subject: Re: How to use the Intercept.c example in iptables?
Date: Fri, 6 Jun 2003 13:23:38 +0800	[thread overview]
Message-ID: <003501c32beb$c9e0d5d0$6f01a8c0@li> (raw)
In-Reply-To: 6330DC96389A924A804F52FA3848930E888E48@MBXSRV26.stu.nus.edu.sg

Thank you for your help. problem resolved! I did not load the ip_queue module!

Another question, is there any more examples and tutorials about the netfilter? I want to encrypt TCP data, do i must use user space appliction? Can I use a module to process it?

Thank you again!

Yong
----- Original Message ----- 
From: "Colin Cyrille" <engp2437@nus.edu.sg>
To: "yong" <sdssly@sina.com>
Sent: Friday, June 06, 2003 12:44 PM
Subject: RE: How to use the Intercept.c example in iptables?


Have you loaded the following modules :

# modprobe ip_queue
# modprobe iptable_filter

And set up ur filtering 

#iptables -A ...... -j QUEUE


Cyrille

-----Original Message-----
From: yong [mailto:sdssly@sina.com] 
Sent: Friday, June 06, 2003 11:31 AM
To: netfilter-devel@lists.netfilter.org
Subject: How to use the Intercept.c example in iptables?


Hello All,

I want to use the libipq, I encountered an error message with the
Intercepts.c example:

#./a.out LOCAL_IN DROP 5 5

Get the error message:

Intercept: connection refused
Intercept: failed to send netlink message: illegal seek

The ipq_create_handle function returnes the above error message. How to
use this example?

Thanks in advance!


       reply	other threads:[~2003-06-06  5:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <6330DC96389A924A804F52FA3848930E888E48@MBXSRV26.stu.nus.edu.sg>
2003-06-06  5:23 ` yong [this message]
2003-06-06  3:31 How to use the Intercept.c example in iptables? yong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='003501c32beb$c9e0d5d0$6f01a8c0@li' \
    --to=sdssly@sina.com \
    --cc=engp2437@nus.edu.sg \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.