Linux Netfilter discussions
 help / color / mirror / Atom feed
* h323 support?
@ 2003-02-18 19:00 Eric Wood
  0 siblings, 0 replies; only message in thread
From: Eric Wood @ 2003-02-18 19:00 UTC (permalink / raw)
  To: netfilter

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....



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-18 19:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-18 19:00 h323 support? Eric Wood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox