Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,
I have searched high and low over the last few days and couldn't find exact answer that would actually work in my case. I have the following setup:
Essentially the network connectivity to my home is presented via 'business line' router that offe...
This is an accidental duplicate of: https://community.cisco.com/t5/firewalls/routing-across-asa-nat/m-p/3724964
Hi,
I have searched high and low over the last few days and couldn't find exact answer that would work in my case. I have the following ...
Joel,
got it! You nudged me in the right direction:
- console - it's telnet! So I was testing the wrong port - 22 instead of 23. Now that comes through. It's old 2511 that is not capable of SSH
- R1 - after changing transport input to SSH and re-ge...
Joel has observed and incorrect NAT rule on ASA for R1 - it was mapping on inside interface rather than DMZ:
object network R1
nat (inside,outside) static x.x.223.125
This has been corrected to:
object network R1
nat (dmz,outside) static x.x.223.12...
Hi Joel,
just a quick note - this post is a duplicate and most answers I a had are there: https://community.cisco.com/t5/firewalls/routing-across-asa-nat/m-p/3724964
However, your observation is valid - and the mistake was there. I'll post an ans...