Linux Netfilter discussions
 help / color / mirror / Atom feed
From: Dai MIKURUBE <dmikurube@acm.org>
To: netfilter@lists.netfilter.org
Subject: Generating pseudo-packets with netfilter
Date: Tue, 19 Dec 2006 22:50:23 +0900	[thread overview]
Message-ID: <4587EE1F.8050203@acm.org> (raw)

Hi,

I'm a student at Tokyo Institute of Technology.

I'd like to do following operations, and I thought do them
with netfilter. But I don't know hot to do this actually.

Could you tell me...
- Can I do the following operations with netfilter?
- If I can, how to do them?



My purpose is to make the Linux Kernel believe that a packet
has come. (In fact, any packet has not arrived.)


I could do this without netfilter but with tunneling device as follows.

[Any UserProcess] - [Kernel] - <Tunnel> - [Intermediate Process] - <Physical eth0>

"Intermediate Process" usually passes any packet through,
and send a packet into "Kernel" via "Tunnel" if necessary.



Finally, I'd like to do this without tunneling device as follows.

[Any UserProcess] - [Kernel] - ((???)) - [Physical eth0]

At first, I thought that netfilter can act as ((???)) with
my Kernel Module. But netfilter seems to be not able to
generate packets out of nothing...


Can I do this with netfilter?
# If not, I'd like to know another way to do this... :-(

Thanks,

-- 
Dai MIKURUBE
    dmikurube@acm.org


             reply	other threads:[~2006-12-19 13:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-19 13:50 Dai MIKURUBE [this message]
2006-12-19 14:27 ` Generating pseudo-packets with netfilter Dai MIKURUBE

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=4587EE1F.8050203@acm.org \
    --to=dmikurube@acm.org \
    --cc=netfilter@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox