I modified net/ipv4/netfilter/ip_nat_h323.c and net/ipv4/netfilter/ip_conntrack.c
**** original (both files) ***** #if 0 #define DEBUGP printk #else #define DEBUGP(format, args...) #endif ******************************** I just changed "#if 0" to "#if 1" to include [a lot of] debbugging messages on syslog. Now I see the helpers are doing their work, but I'm still trying to realize what rules need to be setup so they work properly to allow outgoing and incoming calls (only 1 host inside the network needs h323 access). -- Omar -----Original Message----- From: Omar Castaneda Acosta Sent: Tuesday, May 21, 2002 10:20 AM To: [EMAIL PROTECTED] Subject: H323 incoming calls Hello: What would be the best way to setup my rules for H323 so I can receive incoming calls? I've got kernel 2.4.18-newnat13+helpers & iptables 1.2.6a. I'm currently forwarding port 1720, how can I check if the ip_nat_h323 and/or ip_conntrack_h323 are handling the traffic ? -- Omar
