Hi,
I have a question regarding the usage of objects in ACL on ASA 8.3+.
The basics:
-) I know that it is possible to use objects (not object-groups) in an ACL, and this is working fine here.
-) Auto-NAT can be done within these objects, also working fine
Now the question:
Is it possible to 're-use' an object with NAT statement in an ACL when the involved NAT interfaces do not match?
To make it more clear:
I have an ACL allowing one server in a DMZ to connect to the outside, static Auto-NAT (DMZ,outside) is performed and everything is working as expected.
If I use the very same object in an ACL between DMZ and INside, the ACL looks fine but the rule doesn't match (capture shows matching traffic coming in).
Using packet-tracer for this connection results in 'allow', hitcount on rule increases.
My assumption was that as the interfaces within the nat statement don't match, it will simple get ignored.
Unfortunately this doesn't seem to be the way it is working.
Is there anything I've missed here?
Thx for all answers