Howto:Change the default admin password in the config file?: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
The password is saved encrypted.  
The password is saved encrypted.  


The syntax in V5 and V6 is the same
The syntax is the same in V5 and V6  


example configuring via the browser:
example configuring via the browser:
Line 9: Line 9:
  x.x.x.x/!config activate
  x.x.x.x/!config activate


then the passwort is not encrypted if you go to config show, to encrypt it also for the config show
 
If you then look to the config file -  then you see that the passwort is not encrypted.
 
To encrypt the password (also for the config file that you can´t read it from there in clear text)


  x.x.x.x/!config change cmd0
  x.x.x.x/!config change cmd0

Revision as of 16:02, 18 September 2007

The password is saved encrypted.

The syntax is the same in V5 and V6

example configuring via the browser:

x.x.x.x/!config change CMD0 /user admin,ip230
x.x.x.x/!config write 
x.x.x.x/!config activate


If you then look to the config file - then you see that the passwort is not encrypted.

To encrypt the password (also for the config file that you can´t read it from there in clear text)

x.x.x.x/!config change cmd0
x.x.x.x/!config activate

Related Articles

Howto:Upload configuration file to device with changed or different admin password