05-11-2011 03:47 AM - edited 03-04-2019 12:21 PM
Greeting
I want to nat one private ip in my network on border router. could I get advise about it.
first, can I do nat for only one ip, not a subnet?
sencond if can how to do it?
and, if I can, is the nat will introduce perfermance issue on it?
any comments will be apprecaited
Thanks in advance
Solved! Go to Solution.
05-11-2011 05:54 AM
Hi,
You can configure a static nat for only one private ip.
There will not be any performance issues untill the nated ip missused.
below is the example config.
#ip nat inside source static 10.10.10.2 193.193.163.187 extendable
Please click on the correct answer on all posts if they answered your question.
Regards,
Naidu.
05-11-2011 05:54 AM
Hi,
You can configure a static nat for only one private ip.
There will not be any performance issues untill the nated ip missused.
below is the example config.
#ip nat inside source static 10.10.10.2 193.193.163.187 extendable
Please click on the correct answer on all posts if they answered your question.
Regards,
Naidu.
05-11-2011 04:30 PM
Latchum
thank for the reply.
do I still need configure all the interfaces for ip nat inside/outside?
Many Regard
julxu
06-16-2011 02:22 AM
You no need to configure "ip nat inside" on only wan interface.
And you must configure "ip nat outside" on all lan interfaces.
Please click on the correct answer on all posts if they answered your question.
Regards,
Naidu.
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