ā05-16-2017 12:06 AM - edited ā03-05-2019 08:32 AM
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.
ā05-16-2017 02:10 AM
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
ā05-18-2017 12:48 AM
Hi,
i am try but not working.
ā05-16-2017 02:35 AM
I think, that you need open 1720 (TCP) and 1719(UDP). As for the rest, NAT will do it for you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide