12-29-2010 08:03 AM - edited 03-04-2019 10:54 AM
Hi hope somenone can help me on this. I am trying to change a static nat entry from this
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.0.246 25 interface Dialer0 25
ip nat inside source static tcp 192.168.0.246 80 interface Dialer0 80
ip nat inside source static tcp 192.168.0.246 443 interface Dialer0 443
to
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.0.247 25 interface Dialer0 25
ip nat inside source static tcp 192.168.0.247 80 interface Dialer0 80
ip nat inside source static tcp 192.168.0.247 443 interface Dialer0 443
I have tried various methods
from exec mode
clear ip nat translation *
no ip nat inside source static tcp 192.168.0.246 443 interface dialer0 443
But I am getting
cisco2800(config)#
%Static entry in use, cannot remove
If anyone can help me on this problem I would be greatly appreciated as it is slowing a migration of the mail servers down considerably. Thanks in advance.