Hi,
I'm trying to remove existing forwarded IP. I'm unsure on how to do it.
I tried "no ip nat inside source static 192.168.x.x 210.x.a.b extendable"
Got the "% Invalid input detected at '^' marker." shown at "i" on letter ip.
Thanks in advance!
Solved! Go to Solution.
Hello,
sometimes a static NAT entry cannot be cleared because it is in use. Try the following: cut and paste the below into your router (obviously, change the 'x.x' to your real IP address first.
clear ip nat translation
conf t
no ip nat inside source static 192.168.x.x 210.x.a.b extendable
Hello,
sometimes a static NAT entry cannot be cleared because it is in use. Try the following: cut and paste the below into your router (obviously, change the 'x.x' to your real IP address first.
clear ip nat translation
conf t
no ip nat inside source static 192.168.x.x 210.x.a.b extendable
You save me. Thank you!
Just to add on that it's missing * at the end of "clear ip nat translation".