I need to remove a NAT statement from a 3com router and wondered if anyone knew the command or switch to do that?
The statement is:
nat server protocol tcp global 10.1.7.3 any inside 10.3.7.3 any
I've tried adding a delete and /delete at the end of the line, and if I put in a new IP it won't change it cause it already exists, so I just want to remove this and type it back in again. I just want to change the 10.3.7.3 to 10.3.0.250 due to an internal network change.
Thanks!
M.
Try typing to word 'no' in front of the command line. Example:
no nat server protocol tcp global 10.1.7.3 any inside 10.3.7.3 any
That is the standard in most routers.
Thanks