Hi, has anybody an instruction how to change the factory default ip adres (192.168.10.1) into a differente IP? thanks and cheers. Martin |
|||
|
UC500.comCisco Communication Manager Express, UC520, SMB VOIP reference and community |
IP
Or you can used CCA to change the default IP address, and let the factory setting as is
regards
yamin
IP
get yourself a TFTP server if you do not already have one (http://tftpd32.jounin.net/).
Save your current configuration to the tftp server (login to the CLI, then type 'copy run tftp' and follow the prompts). this will put your current configuration on the tftp server. then go find the file that was saved to the tftp server and open it with wordpad. do a 'find and replace' and search for '192.168.10' and replace it with '192.168.1' or whatever you want your network to be. that will change the ip from 192.168.10.1 to 192.168.1.1. if you want to change the .1 to .254 or something like that, use the same procedure. Just make sure you do to passes, first to change the network settings (192.168.10 to 192.168.1) then another one to change the Ip (192.168.1.1 to 192.168.1.254). or just the latter if you are just changing the host address, not the network.
once you are done with the changes, save the file, then copy it back to the device by using the tftp procedure again. this time, 'copy tftp start', then follow the prompts to copy the configuration back into the router under startup-config. then restart it by typing 'reload', and it should come back online with the new IP.