Hi All,
I have to NAT my internet router (191.120.250.61) to an internal IP (10.102.40.5) on my Cisco ASA 5510 (8.4(7)), I have to monitor the router with an internal application.
I made the following configuration, but it doesn't work...
object network Internet_router
host 191.120.250.61
object network Internet_router
nat (outside,inside) static 10.102.40.5
access-list from_outside extended permit ip host 191.120.250.61 any
access-list from_inside extended permit ip any host 191.120.250.61
same-security-traffic permit intra-interface
Router------------------------[ASA]--------------------------Server (monitor)
191.120.250.61 10.102.40.100
What did I wrong?
Thank you