All of lore.kernel.org
 help / color / mirror / Atom feed
From: Max Kellermann <max@duempel.org>
To: netfilter-devel@lists.netfilter.org
Cc: Robert Iakobashvili <roberti@GoNetworks.com>
Subject: [PATCH pom-ng 0/5] RFC: ip_nat|conntrack_h323.c on 2.6, first preview
Date: Wed, 19 Jan 2005 01:43:32 +0100	[thread overview]
Message-ID: <20050119004332.GA12629@roonstrasse.net> (raw)

Hi,

I have worked a bit on porting the H.323 conntrack module to Linux
2.6. Here is my first preview. Both connection tracking and NAT work
well in my home network (gnomemeeting and ohphone, tunneling
disabled).

It's still the old brute force method, no real protocol evaluation is
performed. I will implement that the "right" way after the port to the
Linux 2.6 API is finished and tested. The current algorithm is not
recommended for production environments, because it is insecure,
sometimes buggy and horribly inefficient.

The patches apply to patch-o-matic-ng from svn. Due to recent API
changes, you need kernel 2.6.10-mm2 or later. I am currently using
2.6.11-rc1.

Using the module is easy: patch your kernel as usual with
patch-o-matic-ng, enable H.323 connection tracking and NAT in the
kernel configuration, boot the new kernel. Now the module should see
all incoming, outgoing and forwarded TCP connections on port 1720, and
lets the state module know about them.

I would appreciate comments and discussion about my patches and the
H.323 module.

Max

             reply	other threads:[~2005-01-19  0:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-19  0:43 Max Kellermann [this message]
2005-01-19  0:44 ` [PATCH pom-ng 1/5] update kernel requires Max Kellermann
2005-01-19  0:45 ` [PATCH pom-ng 2/5] author update Max Kellermann
2005-01-19  0:46   ` Max Kellermann
2005-01-19  0:45 ` [PATCH pom-ng 3/5] whitespace and indentation Max Kellermann
2005-01-19  0:47 ` [PATCH pom-ng 4/5] use c99 initializers Max Kellermann
2005-01-19  0:47 ` [PATCH pom-ng 5/5] port the module to Linux 2.6 Max Kellermann
2005-01-19  8:30 ` [PATCH pom-ng 0/5] RFC: ip_nat|conntrack_h323.c on 2.6, first preview Jozsef Kadlecsik
2005-01-19  8:48   ` Max Kellermann
2005-01-19  8:56   ` Herve Eychenne
2005-01-19  9:06     ` Max Kellermann
2005-01-19  9:59     ` Jozsef Kadlecsik
  -- strict thread matches above, loose matches on Subject: below --
2005-01-19 13:08 Robert Iakobashvili

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=20050119004332.GA12629@roonstrasse.net \
    --to=max@duempel.org \
    --cc=netfilter-devel@lists.netfilter.org \
    --cc=roberti@GoNetworks.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 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.