11-01-2010 01:02 PM - edited 03-04-2019 10:19 AM
Hello,
I have some doubt's about natting.
Which natting is preferred on which such as in ASA Nat 0 is preffereed before static,and static is preferd before Dynamic Natting so what is the sequence of router IOS to choose Natting.
I have a statically natted servers as well as PAT for the local users,I have statically natted server to public IP but servers prefers PAT rather than static NAT what can be the issue?
Thanks,
Solved! Go to Solution.
11-01-2010 01:53 PM
Hi,
As you mentioned on ASAs you have the following order:
Routers are not as good as ASAs with NAT but static NAT should take precedence over dynamic NAT/PAT
i.e.
ip nat inside source static 10.1.1.1. 200.1.1.1
should take precedence over dynamic NAT/PAT for the 10.1.1.1
Please provide details on the problem that you're having.
Federico.
11-01-2010 01:53 PM
Hi,
As you mentioned on ASAs you have the following order:
Routers are not as good as ASAs with NAT but static NAT should take precedence over dynamic NAT/PAT
i.e.
ip nat inside source static 10.1.1.1. 200.1.1.1
should take precedence over dynamic NAT/PAT for the 10.1.1.1
Please provide details on the problem that you're having.
Federico.
11-02-2010 11:52 AM
Hello Dear,
Thanks it solved my problem.
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