h323 support?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux