New custom firmware - 1.7.5.6-1
Guys, I've prepared new custom firmware. Links, changes a re available here - http://wl500g.info/showthread.php?s=&threadid=226
I've tried to include most of the demanding things mentioned in the forum.
Also, as before there is an html version
available at this location
Please post your questions regarding this firmware in this thread. You can also say "thank you" to me right here. :)
Regards,
Oleg.
howto change admin username for telnetd and ssh?
I managed to change the admin username for the web interface simply changing it in the saved wl500g.cfg file with a text editor and uploading it to the router again.
...only username not password was changed...
after the change neither the new username nor the conventional "admin" login works for telnetd and ssh...
ok, for ssh it seems that i have to rebuild the key, but for telnetd????
any ideas where and how to change this?
cheers, thomas.
Re: howto change admin username for telnetd and ssh?
Quote:
Originally posted by piri
I managed to change the admin username for the web interface simply changing it in the saved wl500g.cfg file with a text editor and uploading it to the router again.
...only username not password was changed...
after the change neither the new username nor the conventional "admin" login works for telnetd and ssh...
ok, for ssh it seems that i have to rebuild the key, but for telnetd????
any ideas where and how to change this?
cheers, thomas.
if you want i have a changename.asp thing avaible (working)
1 Attachment(s)
Advanced_ChangeName_Content.asp
alter this piece of code (located in index.asp)
Code:
aux1 = appendChild(foldersTree, leafNode("System Setup"))
if (isModel() != 'WL520' && isModel() != 'SnapAP')
{
appendChild(aux1, generateDocEntry(0, "Operation Mode", "Advanced_OperationMode_Content.asp", ""))
appendChild(aux1, generateDocEntry(0, "Change Password", "Advanced_Password_Content.asp",""))
appendChild(aux1, generateDocEntry(0, "Firmware Upgrade", "Advanced_FirmwareUpgrade_Content.asp", ""))
appendChild(aux1, generateDocEntry(0, "Setting Mangement", "Advanced_SettingBackup_Content.asp", ""))
appendChild(aux1, generateDocEntry(0, "Factory Default", "Advanced_FactoryDefault_Content.asp", ""))
}
into
Code:
aux1 = appendChild(foldersTree, leafNode("System Setup"))
if (isModel() != 'WL520' && isModel() != 'SnapAP')
{
appendChild(aux1, generateDocEntry(0, "Operation Mode", "Advanced_OperationMode_Content.asp", ""))
appendChild(aux1, generateDocEntry(0, "Change Name", "Advanced_ChangeName_Content.asp",""))
appendChild(aux1, generateDocEntry(0, "Change Password", "Advanced_Password_Content.asp",""))
appendChild(aux1, generateDocEntry(0, "Firmware Upgrade", "Advanced_FirmwareUpgrade_Content.asp", ""))
appendChild(aux1, generateDocEntry(0, "Setting Mangement", "Advanced_SettingBackup_Content.asp", ""))
appendChild(aux1, generateDocEntry(0, "Factory Default", "Advanced_FactoryDefault_Content.asp", ""))
}
place the attached .asp in your /web directory
also change the name of the downloaded script to:
Advanced_ChangeName_Content.asp (take care of the capital letters)
Re: howto change admin username for telnetd and ssh?
Quote:
Originally posted by piri
I managed to change the admin username for the web interface simply changing it in the saved wl500g.cfg file with a text editor and uploading it to the router again.
...only username not password was changed...
after the change neither the new username nor the conventional "admin" login works for telnetd and ssh...
ok, for ssh it seems that i have to rebuild the key, but for telnetd????
any ideas where and how to change this?
cheers, thomas.
you don't need not rebuild the ssh key. please do
cat /etc/passwd from the Main_AdmStatus_Content.asp
Problem with reboot with new Oleg FW
Hi All, I have problem with reboot ( save&restart button), whew WAN cable is connected with 1.7.5.6-1 fw. If the WAN cable is connected the reboot hangs, if cable is disconected it reboots and it shows screen with information about cable disconection and button "Login" After pressing the button I am in basic configuration screen. It does without dependence if USB disk is connected or not. The original fw 1.7.5.6 from asus works fine.
Does anybody has the same problem ???
Thanks for help Pavel