07-28-2016 01:26 AM - edited 03-12-2019 01:04 AM
I am managing an ASA 5585-SSP-10 Firewall and I have a requirements to configure NAT. Below is the scenario:
10.48.1.1 to 192.1.1.1 (inside to DMZ)
172.1.1.1 to 192.1.1.1 (outside to DMZ)
Is it possible to do? Appreciate if you will give me your expert advise.
Many Thanks,
Chris
Solved! Go to Solution.
07-28-2016 04:14 AM
Hello,
As you have not specified if there is whole subnets or just hosts, i will go with hosts.
object network INSIDE-HOST
host 10.48.1.1
object network DMZ-HOST
host 192.1.1.1
object network OUTSIDE-HOST
host 172.1.1.1
nat (INSIDE,DMZ) source static INSIDE-HOST DMZ-HOST
nat (OUTSIDE,DMZ) source static OUTSIDE-HOST DMZ-HOST
//Cristian
07-28-2016 04:14 AM
Hello,
As you have not specified if there is whole subnets or just hosts, i will go with hosts.
object network INSIDE-HOST
host 10.48.1.1
object network DMZ-HOST
host 192.1.1.1
object network OUTSIDE-HOST
host 172.1.1.1
nat (INSIDE,DMZ) source static INSIDE-HOST DMZ-HOST
nat (OUTSIDE,DMZ) source static OUTSIDE-HOST DMZ-HOST
//Cristian
07-28-2016 09:26 PM
Thanks Christian,
Yes and I am using host for this deployment. I will do this next week.
Regards,
Chris
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