netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: Thomas Jarosch <thomas.jarosch@intra2net.com>
Cc: netfilter-devel@lists.netfilter.org
Subject: Re: 2.6.20: ipt_owner match and INPUT chain
Date: Mon, 05 Mar 2007 19:11:31 +0100	[thread overview]
Message-ID: <45EC5D53.3070901@trash.net> (raw)
In-Reply-To: <200703051806.13996.thomas.jarosch@intra2net.com>

Thomas Jarosch wrote:
> On Saturday, 3. March 2007, Patrick McHardy wrote:
> 
>>>The easier solution would be to patch the socks server to execute a
>>>script if the client requests to bind a port on the server. The
>>>connection could be added via the userspace conntrack tool, right?
>>
>>That should work. We could also add support for helperless expectations
>>for this, which will properly deal with NAT automatically.
> 
> 
> I'm not sure if I understand you correctly, shouldn't it already be possible 
> to add an expectation via "conntrack -I expect"?

Yes, but currently expectations always need a master connection
with a helper assigned.

> Another idea came to my mind today: If the socks server needs to be patched 
> anyway, would it be useful to set a connmark via an ioctl on the socket?

connmark isn't possible since the sending side of the socket
only deals with packets before the have been associated with
a conntrack entry. But you could use normal marks, IIRC
Balazs Scheidler <bazsi@balabit.hu> posted a patch for this
to netdev about 1.5 years ago.

> Normal firewall rules could then be used for incoming and especially
> outgoing connections from the socks server.

Incoming connections don't work, the receiving socket is not known
while the packet is handled by netfilter.

  reply	other threads:[~2007-03-05 18:11 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-02  8:46 2.6.20: ipt_owner match and INPUT chain Thomas Jarosch
2007-03-02 11:57 ` Patrick McHardy
2007-03-02 12:59   ` Thomas Jarosch
2007-03-03 16:24     ` Patrick McHardy
2007-03-05 17:06       ` Thomas Jarosch
2007-03-05 18:11         ` Patrick McHardy [this message]
2007-03-08 15:36           ` Thomas Jarosch
2007-03-08 18:01             ` Patrick McHardy
2007-03-09 10:38               ` Thomas Jarosch
2007-03-15 17:04                 ` Thomas Jarosch
2007-03-16  4:06                   ` Patrick McHardy
2007-03-16 12:52                     ` Thomas Jarosch
2007-03-16 13:00                       ` Patrick McHardy

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=45EC5D53.3070901@trash.net \
    --to=kaber@trash.net \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=thomas.jarosch@intra2net.com \
    /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;
as well as URLs for NNTP newsgroup(s).