cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1070
Views
0
Helpful
1
Replies

Port Forwarding Cisco 1841

Berglund09
Level 1
Level 1

I need to forward  the following ports to an internal static IP 192.168.XX.XXX for my 3cx server

5060 TCP

5090TCP

9000-9049 UDP

 

Can someone help me with this?

1 Reply 1

Pranay Prasoon
Level 3
Level 3

ip nat inside source static tcp <server ip> 5060 <outside ip> 5060

ip nat inside source static tcp <server ip> 5090 <outside ip> 5090

ip nat inside source static udp <server ip> 9000 <outside ip> 9000 ///you will most probably need to create the statements for all udp ports