This document was generated from CDN thread
Created by: simon francis on 17-05-2010 07:18:57 PM
Hi
Is their any news of support of NAT on the Cseries product, or can anyone recomend a work round solution.
Simon
Subject: RE: C series Network Address Translation
Replied by: David Houska on 18-05-2010 02:39:29 PM
Hi,
the NAT settings is in firmware version TC3.1.0.214244 (at least for codec C60).
Regards,
David
Subject: RE: C series Network Address Translation
Replied by: David Houska on 18-05-2010 02:45:18 PM
Here is a working NAT solution for Tandberg C20 and Cisco PIX:
object-group service VCF-ALLOWED-SERVICES
service-object icmp
service-object tcp eq h323
service-object udp eq 1719
service-object udp range 2326 2485
service-object tcp range 5555 5574
service-object tcp-udp eq sip
service-object tcp-udp eq 5061
!
access-list acl-outside-in extended permit object-group VCF-ALLOWED-SERVICES any host "Your public IP"
!
static (inside,outside) "Your public IP" "Your local IP" netmask 255.255.255.255
!
policy-map global_policy
class inspection_default
inspect h323 h225
!
service-policy global_policy global
Subject: RE: C series Network Address Translation
Replied by: simon francis on 18-05-2010 04:15:02 PM
Thanks for that information. I will check thast version of firmware.
Simon