Netmeeting

Anyone ever succeded get Netmeeting working? I’m trying and strangly can’t get it work with NAT. Someone from outside would call with netmeeting, and I have apllyed the neccessary steps in NAT to allow that call to be forwarded inside the LAN but I can’t get it work. I have always done good with NAT but this time I am failing :frowning:

Situation: Netmeeting calls my Public IP:

Netmetting → 212.24.xxx.xxx

In NAT I have added as follows:

;;; NM
chain=dstnat dst-address=212.24.xxx.xxx protocol=tcp dst-port=388-1732
action=dst-nat to-addresses=192.168.1.x to-ports=388-1732

1 chain=dstnat dst-address=212.24.xxx.xxx protocol=udp dst-port=1023-65535
action=dst-nat to-addresses=192.168.1.x to-ports=1024-65535

Let me know your configuration, if you have already done it before
Thanks, Toni

Do you have H.323 service enabled at ‘ip firewall service-port’ ?

Yep, you got it. That was it.
The H.323 was deactivated

Thanks Sergey