Hi all,
Require urgent help to configure dynamic & static nat parallel in Cisco ASA 5585 ver 9.5. Public IP is same.
172.16.1.15 - 125.x.x.x - Static nat (Requirement for incoming mail)
172.16.1.10, 172.16.1.11 - 125.x.x.x - Dynamic nat (Requirement for outgoing mail)
Thanks
Kamlesh
Assuming you have interface named inside and outside
object network obj_172.16.1.15
host 172.16.1.15
nat (inside,outside) static 125.x.x.x
object network obj_172.X.X.X
range 172.16.1.10 172.16.1.11
nat (inside,outside) dynamic 125.x.x.x
Regards,
Dinesh Moudgil
P.S. Please rate helpful posts.
Thanks Dinesh,
However, we are able to get natting from outside to in but not inside to outside.
Thanks
Kamlesh
Try this and let me know how it fares
object-group network net_servers
network-object host 172.16.1.10
network-object host 172.16.1.11
object-group network net_public
network-object host 125.x.x.x
nat (inside,outside) source dynamic net_servers net_public
Regards,
Dinesh Moudgil
P.S. Please rate helpful posts.
Hi,
Still same problem
thanks
Kamlesh
Can you share output of this command
packet-tracer input inside
Regards,
Dinesh Moudgil
P.S. Please rate helpful posts.