From mboxrd@z Thu Jan 1 00:00:00 1970 From: "George Vieira" Subject: RE: h323 Date: Mon, 18 Aug 2003 07:51:33 +1000 Sender: netfilter-admin@lists.netfilter.org Message-ID: <09B04A55822EFF4DA48D2E0BB2941D4A15C0F6@wardrive.citadelcomputer.com.au> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C36509.B99CF24C" Return-path: content-class: urn:content-classes:message Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter@lists.netfilter.org This is a multi-part message in MIME format. ------_=_NextPart_001_01C36509.B99CF24C Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable insmod ip_nat_h323 insmod ip_conntrack_h323 =20 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 389 = -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 522 = -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1503 = -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1720 = -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1731 = -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 8080 = -j DNAT --to 192.168.0.1 # H323 $IPTABLES -t nat -A PREROUTING -i $EXTDEV -p tcp --dport 1469 = -j DNAT --to 192.168.0.1 # H323aud =20 =20 =20 Thanks, =20 ____________________________________________ George Vieira Citadel Computer Systems Pty Ltd Systems Manager georgev AT = citadelcomputer DOT com DOT au=20 Citadel Computer Systems Pty Ltd Phone : +61 2 9955 2644 HelpDesk: +61 2 9955 2698 = http://www.citadelcomputer.com.au =20 =20 -----Original Message----- From: Sundaram Ramasamy [mailto:sun@percipia.com] Sent: Friday, August 15, 2003 11:35 PM To: George Vieira; dalive@flashmail.com; netfilter@lists.netfilter.org Cc: Morrison, Trevor (Trevor) Subject: Re: h323 Can you post your iptables rules for this? ----- Original Message -----=20 From: George Vieira =20 To: dalive@flashmail.com ; netfilter@lists.netfilter.org=20 Cc: Morrison, Trevor (Trevor) =20 Sent: Tuesday, August 12, 2003 6:48 AM Subject: RE: h323 Just use the H323 patch in p-o-m... I use it and it works fine for me.. I don't know what this gatekeeper is.. but it's not needed if you can = successfully patch in the pom module. ------_=_NextPart_001_01C36509.B99CF24C Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
        = insmod=20 ip_nat_h323
        = insmod=20 ip_conntrack_h323
 
        $IPTABLES -t nat -A = PREROUTING=20 -i $EXTDEV -p tcp --dport 389    -j DNAT --to 192.168.0.1    &nbs= p;   =20 # H323
        $IPTABLES -t nat -A = PREROUTING -i $EXTDEV -p tcp --dport 522    -j DNAT --to = 192.168.0.1    &nbs= p;   =20 # H323
        $IPTABLES -t nat -A = PREROUTING -i $EXTDEV -p tcp --dport 1503   -j DNAT --to 192.168.0.1    &nbs= p;   =20 # H323
        $IPTABLES -t nat -A = PREROUTING -i $EXTDEV -p tcp --dport 1720   -j DNAT --to 192.168.0.1    &nbs= p;   =20 # H323
        $IPTABLES -t nat -A = PREROUTING -i $EXTDEV -p tcp --dport 1731   -j DNAT --to 192.168.0.1    &nbs= p;   =20 # H323
        $IPTABLES -t nat -A = PREROUTING -i $EXTDEV -p tcp --dport 8080   -j DNAT --to 192.168.0.1    &nbs= p;   =20 # H323
        $IPTABLES -t nat -A = PREROUTING -i $EXTDEV -p tcp --dport 1469   -j DNAT --to 192.168.0.1    &nbs= p;   =20 # H323aud
 
 
 

Thanks,

 
____________________________________________George=20 Vieira
Citadel=20 Computer Systems Pty Ltd Systems=20 Manager georgev AT=20 citadelcomputer DOT com DOT au
Citadel Computer Systems Pty Ltd
Phone : +61 2 9955=20 2644 HelpDesk: +61 2 9955=20 2698 http://www.citadelcomputer.co= m.au
 
 
-----Original Message-----
From: Sundaram Ramasamy=20 [mailto:sun@percipia.com]
Sent: Friday, August 15, 2003 11:35=20 PM
To: George Vieira; dalive@flashmail.com;=20 netfilter@lists.netfilter.org
Cc: Morrison, Trevor=20 (Trevor)
Subject: Re: h323

Can you post your iptables rules for=20 this?
----- Original Message -----
From:=20 George Vieira =
To: dalive@flashmail.com ; netfilter@lists.netfilter.o= rg=20
Sent: Tuesday, August 12, 2003 = 6:48=20 AM
Subject: RE: h323

Just=20 use the H323 patch in p-o-m... I use it and it works fine for=20 me..
I=20 don't know what this gatekeeper is.. but it's not needed if you can=20 successfully patch in the pom=20 module.
------_=_NextPart_001_01C36509.B99CF24C--