All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tim" <tbblitz@optusnet.com.au>
To: netfilter@lists.netfilter.org
Subject: h323 Working :>
Date: Thu, 21 Nov 2002 11:58:09 -0800	[thread overview]
Message-ID: <001b01c29198$50f31680$0b00a8c0@timboss> (raw)

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

Fresh copy of 2.4.19 and iptables 1.2.7a with patch-o-matic and used the z-newnat and h323 that comes with it.. fixed the newnat patch which couldn't load. add 2 lines to a ip_conntrack.h file and it worked fine 

Then added these rules
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 522 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1503 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1720 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1731 -j DNAT --to 192.168.0.11 # H323
$IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 8080 -j DNAT --to 192.168.0.11 # H323

insmod ip_conntrack_h323

insmod ip_nat_h323

Regards Tim


[-- Attachment #2: Type: text/html, Size: 1153 bytes --]

                 reply	other threads:[~2002-11-21 19:58 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='001b01c29198$50f31680$0b00a8c0@timboss' \
    --to=tbblitz@optusnet.com.au \
    --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 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.