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.
Hello,
Is there a simpler/shorter way to create these NATs in few lines?
object network nat-outside-public host a.b.c.d <<< public IPobject network outside-in-192-168-3-2:50200 host 192.168.3.2 nat (inside2,outside) static nat-outside-public service ...
Hello, I have the following config on an ASA 5520 Version 9.1(7)4
object network outside-in-192-168-3-106 host 192.168.3.106
object network outside-in-192-168-3-106 nat (inside2,outside) static a.b.c.d service tcp 3389 59106
access-list outside...
Thanks for the reply.For some reason that command isn't supported on my ASA 9.1(7)4 ?(config-network-object)# nat (inside2,outside) static nat-outside-public service ?network-object mode commands/options: tcp TCP to be used as transport protocol u...