How to open and forward port on cisco 1812
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2012 04:40 AM - edited 03-07-2019 08:38 AM
Hello all,
I have a problem with NAT, I have corectly working opned port but i would like add nex port ei 90 and 8888
ip nat inside source static tcp 10.10.10.221 443 interface FastEthernet0 443
ip nat inside source static tcp 10.10.10.221 2763 interface FastEthernet0 2763
ip nat inside source static tcp 10.10.10.221 5675 interface FastEthernet0 5675
ip nat inside source static tcp 10.10.10.221 5676 interface FastEthernet0 5676
ip nat inside source static tcp 10.10.10.221 5911 interface FastEthernet0 5911
ip nat inside source static tcp 10.10.10.100 1494 interface FastEthernet0 1494
ip nat inside source static tcp 10.10.10.221 3389 interface FastEthernet0 3389
ip nat inside source static tcp 10.10.10.221 21 interface FastEthernet0 21
ip nat inside source static tcp 10.10.10.221 20 interface FastEthernet0 20
ip nat inside source static tcp 10.10.10.221 80 interface FastEthernet0 80
ip nat inside source static tcp 10.10.10.221 90 interface FastEthernet0 90
ip nat inside source static tcp 10.10.10.221 8888 interface FastEthernet0 8888
ip route profile
ip route 0.0.0.0 0.0.0.0 80.50.141.153
!
access-list 1 remark CCP_ACL Category=16
access-list 1 permit 10.10.10.0 0.0.0.255
access-list 2 remark CCP_ACL Category=1
access-list 2 permit 80.50.141.154
access-list 101 permit tcp any any
access-list 101 permit udp any any
- Labels:
-
Other Switching
