Linux Netfilter discussions
 help / color / mirror / Atom feed
From: "Eric Wood" <eric@interplas.com>
To: netfilter <netfilter@lists.netfilter.org>
Subject: h323 support?
Date: Tue, 18 Feb 2003 14:00:03 -0500	[thread overview]
Message-ID: <012f01c2d77f$f1dff540$9100000a@intgrp.com> (raw)

RH 7.3, 2.4.18-10 kernel

Does anyone have a quick fix to get h323 support going?  I need to allow MS
Netmeetings through and just doing this:

323_ports="389 522 1503 1720 1731"
for port in $h323_ports; do
iptables -t nat -A PREROUTING -i eth0 -p tcp -d 66.41.122.14 --dport
$port -j DNAT --to 10.0.0.145:$port
iptables -A FORWARD -i eth0 -o eth1 -p tcp -d 10.0.0.145 --dport $port -m
state--state NEW -j ACCEPT
done

doesn't work (so I've heard).  I have to load a conntrack module
specifically for h323.  Is there a way I can simply compile the module
against my active running kernel, or does the iptables-1.2.5-3 source rpm
have to be patched and rebuilt?

Thanks,
-Eric Wood

PS. Any other easier standard than h323 that gets video and sound going for
cameras? I don't need file transfer, whiteboard, chatting , etc....



                 reply	other threads:[~2003-02-18 19:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='012f01c2d77f$f1dff540$9100000a@intgrp.com' \
    --to=eric@interplas.com \
    --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