02-12-2022 03:31 PM
I am a beginner at using Cisco packet tracer, and part of my assignment is a network structure that has a DMZ in it and a firewall of course protecting it. the configuration of this firewall is a bit complicated for me since i have 2 servers in the DMZ. I am stuck on the Nat configuration after assigning the routing. Any help on this would be appreciated.
02-12-2022 07:08 PM
Hello,
Need more info, please share the packet tracer lab file with the addressing/NAT.
Regards!
02-12-2022 08:23 PM
02-12-2022 10:34 PM - edited 02-12-2022 10:35 PM
Hello,
I have checked the packet tracer file, and i have seen some points:
-You miss configured the interface between ASA and LAN router they are not on same network.
-You need two static routes on ASA to identify from where the LAN network coming from:
route inside 192.168.1.0 255.255.255.0 LAN-ROUTER-IP
route inside 192.168.3.0 255.255.255.0 LAN-ROUTER-IP
-Your default gateway on ASA is incorrect it should be :
route outside 0.0.0.0 0.0.0.0 209.165.200.225 not the 255
-The version 8.0.0 of PT i have tested with likely hitting a nat bug on the ASA, but your nat config seems correct for me only you need to add the subnet 192.168.3.0 into nat too.
You better test with another simulator like eve-ng or GNS3, packet tracer is limited in term of commands
-----------------------------
Don't forget to rate helpful posts!
Regards
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