From: Jon Webb <jon_webb@binary-one.com>
To: netfilter-devel@lists.netfilter.org
Subject: Routing Questions - Netfilter Hooks
Date: Mon, 14 Apr 2003 18:18:02 -0700 [thread overview]
Message-ID: <3E9B5DCA.6010103@binary-one.com> (raw)
Hello everyone... I am writing a new routing system. It uses a kernel
module and a userspace daemon. Essentially the kernel module intercepts
packets on NF_IP_PREROUTING and NF_IP_LOCAL_OUT and checks for existing
routes. If the routes do not exist, the packets are bumped up to
userspace so that routes can be established (by other means). I am
having a problem for which I hope someone has a solution.
To start, the documentation is unclear about when packets go to the
kernel routing system on the outbound path. The docs indicate that
IP_LOCAL_OUT is called before the routing code, but then there is a
sentence that states the routing code is called "first" to determine
source IP, etc. This has grave implications for my code because I need
to capture all packets before they are rejected due to lack of routes!
Right now I have verified that if I do not have a route to a host, and I
try to ping that host, I get network unreachable messages without the
IP_LOCAL_OUT hook ever getting called. Is there a way around this? Or am
I just doing something wrong?
My second question is more of a routing question in general, but perhaps
someone has a suggestion. On the IP_PRE_ROUTING side, my code to check
routes and bump them into userspace is working fine except that it would
be really useful to know what kind of routes they are (ie, what flags
they have). The problem with obtaining this information is that the
rtable structure returned by the route lookup operation is not
displaying any flags (the rt_flags field is always 0). This means I
can't decipher whether the route it returns is a host route or a gateway
route or whatever..
Thanks,
Jon Webb
jon_webb@binary-one.com
-----------------
Jon Webb
Computer Communications Research Group
University of California, Santa Cruz
next reply other threads:[~2003-04-15 1:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-15 1:18 Jon Webb [this message]
2003-04-17 3:48 ` Routing Questions - Netfilter Hooks Jon Webb
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=3E9B5DCA.6010103@binary-one.com \
--to=jon_webb@binary-one.com \
--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.