Hi All,
I want to create a NAT on my ASA to allow inside clients only to NAT out the Outside Interface to a certain port, e.g 7575.
I would use after auto on this also due to some other static NATS.
Is there a way to limit the actual NAT statement to use a specific port?
Only other way i can see doing it would be to use the standard -
nat (inside,outside) after-auto source dynamic any interface
and then possibly an ACL Inbound on the Inside Interface limiting traffic to that port.