03-03-2020 08:57 AM
Hello,
Im trying to get a new subnet setup on my ASA5512. I've created the object group and put in the subnet. But when sitting up the NAT rule- nat (inside,outside) dynamic NAT+PAT - its not showing up on the new objects I created.
Is there something missing? Any help would be great.
Thank you,
03-03-2020 09:03 AM
Hi,
What exactly did you configure?
Below is an example of what I assume you require, this will NAT the local network behind the outside interface.
object network NET1
subnet 192.168.10.0 255.255.255.0
nat (inside,outside) dynamic interface
Which should appear as below:-
ASA-DC-1/pri/act(config-network-object)# show nat detail
Manual NAT Policies (Section 1)
Auto NAT Policies (Section 2)
1 (INSIDE) to (OUTSIDE) source dynamic NET1 interface
translate_hits = 0, untranslate_hits = 0
Source - Origin: 192.168.10.0/24, Translated: 1.1.1.1/24
HTH
03-03-2020 09:16 AM
03-03-2020 09:18 AM
03-03-2020 09:25 AM
03-03-2020 09:31 AM
Ok, I copied and pasted your configuration, that worked in my lab using ASA 9.12(3).
Auto NAT Policies (Section 2)
1 (INSIDE) to (OUTSIDE) source dynamic NET1 NAT+PAT
translate_hits = 0, untranslate_hits = 0
Source - Origin: 192.168.10.0/24, Translated: 66.76.8.100/30, 66.76.8.104/29, 66.76.8.112/29, 66.76.8.120/30
66.76.8.124/32, 66.76.8.125/32
What ASA code are you using? Potentially a bug
HTH
03-03-2020 09:36 AM
03-03-2020 09:40 AM
03-03-2020 09:45 AM
03-03-2020 09:49 AM
03-03-2020 09:52 AM
03-03-2020 09:56 AM
03-03-2020 09:57 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide