Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing the internal ip (inside-outside)

Status
Not open for further replies.

yacosta

IS-IT--Management
Nov 24, 2003
5
US
Hello I'm a new to cisco and would like to change an internal ip in my pix. (ie static (inside-outside) 20.34.158.77 - 192.168.1.13 to 192.168.14.

 
conf t
no static (inside,outside)...20.34.158.77 - 192.168.1.13 ....

then
static (inside, outside)....20.34.158.77 - 192.168.1.14....


wr mem
 
When type
config t
no static (inside,outside) 20.34.158.77 192.168.1.13
static (inside,outside) 20.34.158.77 192.168.1.14

I get the following ERROR: static overlap with 20.34.158.77 to 192.168.1.14

 
maybe either try to do a reload after you enter the no static command, then do the 2nd command. Or do a Clear Xlate after you do that no static.
 
or try wr mem after the no static....then clear xlate
then static.....
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top