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.
We are having issues with communication between private networks using a Cisco ASA 5505. When we do a packet tracer we receive the following error.
no nat (inside) 0 access-list inside_nat0_outboundno nat (ASSR-TRSR) 0 access-list inside1_nat0_outbo...
works from inside to ASSR but not the other way around.
Result of the command: "packet-tracer input ASSR-TRSR tcp 192.168.100.5 3344 192.168.1.5 80 det"
Phase: 1Type: FLOW-LOOKUPSubtype: Result: ALLOWConfig:Additional Information:Found no matching fl...
Result of the command: "packet-tracer input inside tcp 192.168.1.5 3344 192.168.100.5 80 det"
Phase: 1Type: FLOW-LOOKUPSubtype: Result: ALLOWConfig:Additional Information:Found no matching flow, creating a new flow
Phase: 2Type: UN-NATSubtype: static...
We have a few nat statements for outside access back in. Pretty much all others were made in troubleshooting this issue of trying to get these networks to talk to each other. It is still failing.
Result of the command: "packet-tracer input insid...
Result of the command: "packet-tracer input inside rawip 192.168.1.5 80 192.168.100.5"
Phase: 1Type: FLOW-LOOKUPSubtype: Result: ALLOWConfig:Additional Information:Found no matching flow, creating a new flow
Phase: 2Type: ROUTE-LOOKUPSubtype: inputRe...