Hi All,
I want to configure reverse NAT for my VOIP Services.
My Eeample Pub IP : 8.8.8.8
My Example Private IP : 10.10.10.10
• UDP 161(SNMP port) / UDP 162(SNMP trap port)
• UDP 514(Syslog port) / UDP 8090(Listen port)
• UDP 64768(Service port) / TCP 9000
• TCP 443 (HTTPS, poro Management)
I am trying to wright following commands for this:
ip nat inside source static tcp 10.10.10.10 162 8.8.8.8 161 extendable
ip nat inside source static tcp 10.10.10.10 8090 8.8.8.8 514 extendable
ip nat inside source static tcp 10.10.10.10 443 8.8.8.8 443 extendable
But i am not able to figure out how to Forward a UDP port to a TCP Port ??
Could someone please help me ? My Current Router is C891F-K9.
Thanks in Advance,
Prasanna Kumar Desireddy