02-06-2014 12:56 PM - edited 03-07-2019 06:03 PM
Hi,
The following is the nat for an ftp server
ip nat inside source static 10.x.x.11 50.x.x.x5
All working fine but I am unable to ping to the inside global (50.x.x.x5) ip from inside the network.
Any help will be highly appreciated. Thanks
Solved! Go to Solution.
02-06-2014 01:38 PM
Hi,
This is because of NAT hairpinning and to achieve this one way is to use NAT NVI instead of "classic NAT":
change ip nat in and ip nat out by ip nat enable on all nat interfaces then change ip nat inside source static command by ip nat static command and to finish disable ip redirect on al NAT interfaces.
Regards
Alain
Don't forget to rate helpful posts.
02-06-2014 01:38 PM
Hi,
This is because of NAT hairpinning and to achieve this one way is to use NAT NVI instead of "classic NAT":
change ip nat in and ip nat out by ip nat enable on all nat interfaces then change ip nat inside source static command by ip nat static command and to finish disable ip redirect on al NAT interfaces.
Regards
Alain
Don't forget to rate helpful posts.
02-07-2014 06:24 AM
Ah! I knew it had to do with NAT but couldn't figure out what as everything seemed right with nat i used.
Thanks for clarifying that out.
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