cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
632
Views
0
Helpful
3
Replies

cisco 1941 how to configure the multiple portforwarding

Hi guys,

below mentioned the portforwading working on single port portforwading but we need to multiple portforwarding how to configure.

!
ip nat inside source list 100 interface GigabitEthernet0/0 overload
ip nat inside source static tcp 192.168.1.22 491 interface GigabitEthernet0/0 491
ip nat inside source static tcp 192.168.1.9 3389 interface GigabitEthernet0/0 3389
ip route 0.0.0.0 0.0.0.0 xx.xx.xx.xx
!
!
!
access-list 100 permit ip 192.168.1.0 0.0.0.255 any
access-list 100 permit tcp host 192.168.1.22 any
access-list 100 permit udp host 192.168.1.22 any

!

we need to open the below ports,

1720 (TCP), 14085-15084 (TCP) and 1719(UDP), 16386-25386 (UDP).

please help on this.

3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni

Hi you could port forward doing ranges like below link , you do it through the acl

https://community.spiceworks.com/how_to/108577-how-to-nat-in-a-cisco-router-for-a-large-range-of-ports

Hi,

i am try but not working.

a.alekseev
Level 7
Level 7

I think, that you need open 1720 (TCP) and 1719(UDP). As for the rest, NAT will do it for you.

Review Cisco Networking for a $25 gift card