All of lore.kernel.org
 help / color / mirror / Atom feed
* H323
@ 2004-04-05 15:10 Jeffrey J. Karrels
  0 siblings, 0 replies; 23+ messages in thread
From: Jeffrey J. Karrels @ 2004-04-05 15:10 UTC (permalink / raw)
  To: netfilter

Hello,

I am trying to get Netmeeting/Remote Desktop Sharing to work.  I have
2.4.20-30.9 kernel and am running iptables-1.2.9.  I have patched the kernel
with the only the H323 patch.  I opened up the 1720 and 1503 ports.  I get
the following message in my syslog when I try to open up an connection from
the outside going in:

H.323_NAT: partial packet 0/6 in 0/0

I have seen this in the mailing list a couple of times, I was wondering if
anyone knew anything about it? Any suggestions?  Am I missing something?

Thank you
-Jeff



^ permalink raw reply	[flat|nested] 23+ messages in thread
* h323
@ 2006-07-21 13:00 Michael Fernández M.
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Fernández M. @ 2006-07-21 13:00 UTC (permalink / raw)
  To: netfilter

Hi....

Someone have h323 modules (netfilter) working on Debian Sarge (Kernel
2.4.27)... i need these modules but i`m not sure about how to patch the
kernel... 

There is a good document that explain the process?

Thanks a lot!!!!

Michael.-



^ permalink raw reply	[flat|nested] 23+ messages in thread
* RE: h323
@ 2003-08-17 21:51 George Vieira
  0 siblings, 0 replies; 23+ messages in thread
From: George Vieira @ 2003-08-17 21:51 UTC (permalink / raw)
  To: netfilter

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

        insmod ip_nat_h323
        insmod ip_conntrack_h323
 
        $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
 
 
 

Thanks,

 
____________________________________________
George Vieira
Citadel Computer Systems Pty Ltd Systems Manager georgev AT citadelcomputer DOT com DOT au 
Citadel Computer Systems Pty Ltd
Phone : +61 2 9955 2644 HelpDesk: +61 2 9955 2698  <http://www.citadelcomputer.com.au/> http://www.citadelcomputer.com.au
 
 
-----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 ----- 
From: George Vieira <mailto:georgev@citadelcomputer.com.au>  
To: dalive@flashmail.com ; netfilter@lists.netfilter.org 
Cc: Morrison, Trevor (Trevor) <mailto:tmorrison@avaya.com>  
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.


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

^ permalink raw reply	[flat|nested] 23+ messages in thread
* h323
@ 2003-08-11 17:50 Morrison, Trevor (Trevor)
  2003-08-11 20:46 ` h323 DALive Editor
  0 siblings, 1 reply; 23+ messages in thread
From: Morrison, Trevor (Trevor) @ 2003-08-11 17:50 UTC (permalink / raw)
  To: netfilter

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

Hi,

I have a RH 9.0 box running iptables-1.2.8 and a 2.4.20 kernel with the h323 patch applied and recompiled.  My network looks like this:

				    dhcp from ISP
Win 2000 box <--------------------------->RH 9.0 Box<---------------------->Internet
192.168.1.0/24				NAT       12.207.X.X/32


I have searched the archives back to September of last year trying to find what rules I need to apply to my iptables to allow h323 traffic through my NAT'd box.  I am now more confused then before because the threads mentioned something about a gatekeeper that I need to run on a NAT box?

What I am looking for is what are the rules that I need to put into my filter file and what other programs or procedures do I need to add to that I have the full features and functionality of Microsoft's Net Meeting from my Win 2k box.  

Thanks in Advance and sorry for bring this subject up again but I could not find the information in the previous threads.

Trevor Morrison


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

^ permalink raw reply	[flat|nested] 23+ messages in thread
* H323
@ 2003-07-19  7:08 gold gold
  2003-07-20  9:13 ` H323 Emanoil Kotsev
  0 siblings, 1 reply; 23+ messages in thread
From: gold gold @ 2003-07-19  7:08 UTC (permalink / raw)
  To: netfilter

Hello everybody,



     I've already asked this question before, but here it is again:



How do I enable my masqueraded Windows machine to use MSN's audio/video 
conversation? I've been told to load the "H323" module and do some 
"patch-o-matic stuff" (??), but I don't really know alot about these 
stuff... could someone please give me detailed step-by-step instructions on 
how to do that? I would really appreciate this. Thanks a lot.

_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail



^ permalink raw reply	[flat|nested] 23+ messages in thread
* h323
@ 2003-02-13 15:09 Esteban Ribicic
  2003-02-14  9:17 ` h323 Rasmus Bøg Hansen
  0 siblings, 1 reply; 23+ messages in thread
From: Esteban Ribicic @ 2003-02-13 15:09 UTC (permalink / raw)
  To: netfilter

hi,

ive got a network masqueraded by iptables to internet.
my clients (the one who are masqueraded) ask me for neetmeting and h323
stuff that does not work....does the h323 module for iptables permit
such transmissions?

or should i try to set a h323gatekeeper on the firewall?
thanks

esteban





^ permalink raw reply	[flat|nested] 23+ messages in thread
* Re: forward traffic web to squid server
@ 2003-02-13  6:46 Joel Newkirk
  2003-02-25 14:37 ` H323 Dhyanesh Ramaiya
  0 siblings, 1 reply; 23+ messages in thread
From: Joel Newkirk @ 2003-02-13  6:46 UTC (permalink / raw)
  To: Linux User, netfilter

On Wednesday 12 February 2003 05:24 pm, Linux User wrote:
> Hi friends,
>
> In my server RedHat-8.0, I have installed script-firewall with
> iptables, this firewall-server has connection to Internet and the
> users of the internal network correctly work, now my restlessness is
> in which I have installed a squid server in the internal network but
> that simultaneously this connected by another network to a server with
> line ADSL to Internet, my question is as I can configure my firewall
> to forward all traffic web to my squid server that this in the
> internal network?

You can use a nat PREROUTING rule to DNAT all HTTP traffic to the squid 
box, then out its internet connection (if so configured), and the rest 
of the traffic will go out the internet connection on the firewall box.  
HOWEVER:

1 - you must also SNAT the traffic that goes to the squid server in nat 
POSTROUTING to ensure that return traffic comes back to the firewall box 
from the squid server, NOT directly to the clients.

2 - hopefully HTTP is the only connections the squid box will accept 
and/or forward, otherwise your firewall covers the front of the internal 
network while leaving its butt exposed...

The rules you'd need are:

/sbin/iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT
--to 192.168.100.254
/sbin/iptables -t nat -A POSTROUTING -p tcp --dport 80 -d 192.168.100.254
-j SNAT --to 192.168.100.1

plus appropriate FORWARD rules, which you may already have in place.

j

> __________
>
> |Internet |
> |
> |_________|
>
> ___|____200.37.245.159
>
> |Server |
> |with   |
> | ADSL  |
> |_______|192.168.105.1
>
> __|____
>
> |Squid  |192.168.105.2
> |Server |
> |_______|
> |
>    |192.168.100.254
>    |
>    |___________________________INTERNAL NETWORK
>
> ___|_____
>
> |Firewall|192.168.100.1
> |Server  |___________________________INTERNET
> |_______ |
>
> I can configure my firewall to forward all traffic web to my squid
> server that this in the internal network?
>
>
> THANKS
> Joseph
>
>
> _________________________________________________________________
> Charla con tus amigos en línea mediante MSN Messenger:
> http://messenger.yupimsn.com/



^ permalink raw reply	[flat|nested] 23+ messages in thread
* H323
@ 2002-11-21 18:19 Tim
  0 siblings, 0 replies; 23+ messages in thread
From: Tim @ 2002-11-21 18:19 UTC (permalink / raw)
  To: netfilter

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

Hi, just wondering if anyone has the same problem.

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. We send audio fine but can't receive it.. possibly the same problem with video too...

Tim


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

^ permalink raw reply	[flat|nested] 23+ messages in thread
* h323
@ 2002-09-22 17:00 Mattia Martinello
  2002-09-22 17:35 ` h323 Toshihiro Sonoda
  2002-09-22 18:13 ` h323 Diego R. Rodriguez Herlein
  0 siblings, 2 replies; 23+ messages in thread
From: Mattia Martinello @ 2002-09-22 17:00 UTC (permalink / raw)
  To: netfilter

Hi

I am on a LAN which access to the Internet with a NAT on a gateway Linux 
server configured with iptables.
How I can use on a client inside the LAN a program which uses h323 
protocol, for example Microsoft Netmeeting? I wish to correctly use 
text, audio and video features of Netmeeting, and I wish to call and to 
be called.

How I can configure the firewall on the gateway server?
I rememeber that for ipchains there was an h323 module. There is 
anything for iptables too?

Thank you very much
Bye
Mattia Martinello
m.martinello@iol.it




^ permalink raw reply	[flat|nested] 23+ messages in thread
* H323
@ 2002-06-12  5:08 j-michel.caricand
  0 siblings, 0 replies; 23+ messages in thread
From: j-michel.caricand @ 2002-06-12  5:08 UTC (permalink / raw)
  To: netfilter

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

Hello, I am a serious problem this my gateway. I must apply the newnat/h323 patch for use netmetting. 
I have following the steps of the patch-o-matic DOC, but I can not apply the patch. 

I have kernel 2.4.18 installed.
I get all patches from CVS 
I follow your documentation to do that 

but ... 

Do you want to apply this patch [N/y/t/f/a/r/b/w/v/q/?] t
...
FAILED...
...

This very important for me ! HELP !!!


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

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2006-07-21 13:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-05 15:10 H323 Jeffrey J. Karrels
  -- strict thread matches above, loose matches on Subject: below --
2006-07-21 13:00 h323 Michael Fernández M.
2003-08-17 21:51 h323 George Vieira
2003-08-11 17:50 h323 Morrison, Trevor (Trevor)
2003-08-11 20:46 ` h323 DALive Editor
2003-08-12 10:48   ` h323 George Vieira
2003-08-15 13:34     ` h323 Sundaram Ramasamy
2003-08-15 14:36       ` h323 Scott van Looy
2003-07-19  7:08 H323 gold gold
2003-07-20  9:13 ` H323 Emanoil Kotsev
2003-02-13 15:09 h323 Esteban Ribicic
2003-02-14  9:17 ` h323 Rasmus Bøg Hansen
2003-02-13  6:46 forward traffic web to squid server Joel Newkirk
2003-02-25 14:37 ` H323 Dhyanesh Ramaiya
2003-02-25 14:58   ` H323 Eric Wood
2003-03-02 10:41     ` H323 Rasmus Reinholdt Nielsen
2003-03-02 12:40       ` H323 Rasmus Bøg Hansen
2002-11-21 18:19 H323 Tim
2002-09-22 17:00 h323 Mattia Martinello
2002-09-22 17:35 ` h323 Toshihiro Sonoda
2002-09-22 18:13 ` h323 Diego R. Rodriguez Herlein
2002-09-23  1:45   ` h323 Toshihiro Sonoda
2002-09-23 10:27     ` h323 Jozsef Kadlecsik
2002-06-12  5:08 H323 j-michel.caricand

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.