From: Amin Azez <azez@ufomechanic.net>
To: Phil Oester <kernel@linuxace.com>,
Jan Engelhardt <jengelh@linux01.gwdg.de>
Cc: Netfilter Developer Mailing List
<netfilter-devel@lists.netfilter.org>,
Amin Azez <azez@ufomechanic.net>
Subject: RE: xt_gateway 20070605 (kernel)
Date: Wed, 6 Jun 2007 08:01:05 +0100 [thread overview]
Message-ID: <200706060821.l568L3v03553@server1.secure-linux-server.com> (raw)
I apologise again for top-posting and all the sins of pocket outlook quoting.
As best as I can recall without the source in front of me a route cache item attached to the skb on routing is cast to a neighbour table entry. (they are the same waist up).
There is no way at forward or postrouting time to tell if the skb's attached neighbour table member is (was once) a route cache entry or just a plain neighbour table entry.
This means it is not safe (hard to know when it is safe) to cast it back to a route cache item to match what you need.
Perhaps yours is a case to use realm match as Patrick has mentioned.
What you want requires a change to the routing code so that it leaves evidence that the next hop is a route entry.
BTW the ROUTE target doesn't route so much as transmit. I hope to alter it so that in PREROUTING (or later) it actually adds a route to the skb, so that postrouting will work.
Sam
-----Original Message-----
From: "Phil Oester" <kernel@linuxace.com>
To: "Jan Engelhardt" <jengelh@linux01.gwdg.de>
Cc: "Amin Azez" <azez@ufomechanic.net>; "Netfilter Developer Mailing List" <netfilter-devel@lists.netfilter.org>
Sent: 05/06/07 23:24
Subject: Re: xt_gateway 20070605 (kernel)
On Tue, Jun 05, 2007 at 01:17:57PM +0200, Jan Engelhardt wrote:
>
> Originally from Amin Azez <azez@ufomechanic.net>,
> http://lists.netfilter.org/pipermail/netfilter-devel/2007-June/027954.html
>
> This adds a gateway match to iptables that lets you match against the
> routed ipv4 gateway, it's very useful for SNAT if you want to avoid
> replicating your routing in your SNAT table.
Just a suggestion...for a while I've been needing the ability to match
on the routing table (but not just the gateway). Could we perhaps name
this match 'route' instead (similar to the ROUTE target)?
Some of the things I'd like to be able to do is match on the length
of a route. For instance we use lots of 10.x.x.x/30 nets internally
and I'd like to be able to match on them. I haven't quite gotten around
to figuring out how to do this given the route cache doesn't include
prefix length, but I do think it would be useful. I could see how
it could be combined with this gateway match.
Thoughts?
Phil
next reply other threads:[~2007-06-06 7:01 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-06 7:01 Amin Azez [this message]
-- strict thread matches above, loose matches on Subject: below --
2007-06-16 9:29 xt_gateway 20070605 (kernel) Amin Azez
2007-06-16 12:00 ` Jan Engelhardt
2007-06-16 12:14 ` Amin Azex
2007-06-16 16:31 ` Amin Azex
2007-06-16 7:34 Amin Azez
2007-06-16 7:59 ` Jan Engelhardt
2007-06-15 17:20 Amin Azez
2007-06-15 17:27 ` Patrick McHardy
2007-06-15 19:21 ` Jan Engelhardt
2007-06-06 15:58 Amin Azez
2007-06-06 16:06 ` Patrick McHardy
2007-06-05 11:17 xt_gateway 20070605 Jan Engelhardt
2007-06-05 11:17 ` xt_gateway 20070605 (kernel) Jan Engelhardt
2007-06-05 12:08 ` Jan Engelhardt
2007-06-05 15:15 ` Patrick McHardy
2007-06-05 15:20 ` Jan Engelhardt
2007-06-06 11:31 ` Patrick McHardy
[not found] ` <46727873.20503@ufomechanic.net>
2007-06-15 16:11 ` Jan Engelhardt
2007-06-15 16:15 ` Patrick McHardy
2007-06-05 22:24 ` Phil Oester
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=200706060821.l568L3v03553@server1.secure-linux-server.com \
--to=azez@ufomechanic.net \
--cc=jengelh@linux01.gwdg.de \
--cc=kernel@linuxace.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.