cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1853
Views
0
Helpful
15
Replies

Cisco ASA Static NAT

Kenneth Goh
Level 1
Level 1

Please help (refer to attached diagram) as I need client 10.2.6.42 to telnet to 172.16.44.100 and the traffic will be NATed (which telnet into R2) to 172.26.32.5 (lookback interface).

 

It is not working, not sure did I miss out any thing? Thanks in advanced

 

interface GigabitEthernet0
 nameif inside
 security-level 0
 ip address 10.2.6.22 255.255.255.248
!
interface GigabitEthernet1
 nameif outside
 security-level 0
 ip address 172.16.44.254 255.255.255.0

 

same-security-traffic permit inter-interface

 

object network Telnet_172.26.32.5
 host 172.26.32.5

object network Telnet_172.26.32.5
 nat (inside,outside) static 172.16.44.100 service tcp telnet telnet
access-list outside_To_inside extended permit tcp any host 172.26.32.5 eq telnet
access-group outside_To_inside in interface outside

15 Replies 15

Attached config files, need to rename extension to zip

Review Cisco Networking for a $25 gift card