6141 forceware issue - Printable Version +- Haxorware Forums (http://www.haxorware.com/forums) +-- Forum: General (http://www.haxorware.com/forums/forumdisplay.php?fid=6) +--- Forum: Modems (http://www.haxorware.com/forums/forumdisplay.php?fid=7) +--- Thread: 6141 forceware issue (/showthread.php?tid=4121) |
6141 forceware issue - Ozfer - 12-07-2016 Flashed it on no problem. Changed some settings and clicked single boot to test, and now every time it boots the default username/pass combo isnt working. I never changed the password field any ideas what it could have changed to? At this rate I will probably re-flash it tomorrow... RE: 6141 forceware issue - madman12 - 12-07-2016 (12-07-2016, 01:55 AM)Ozfer Wrote: Flashed it on no problem. Changed some settings and clicked single boot to test, and now every time it boots the default username/pass combo isnt working. I never changed the password field any ideas what it could have changed to? At this rate I will probably re-flash it tomorrow... its a bug in resetting the .htpasswd file. (stores web creds) you need to SSH in and fix that file by typing hpasswd yournewpassword use the value returned in the next command. echo "yournewuserid:value" >/nvram/fw/.htpasswd now login into web interface with new credentials. RE: 6141 forceware issue - Ozfer - 13-07-2016 Except when I SSH in it asks for my login information and the default wont work there either. RE: 6141 forceware issue - madman12 - 13-07-2016 (13-07-2016, 05:32 AM)Ozfer Wrote: Except when I SSH in it asks for my login information and the default wont work there either. make a full backup of your modem. erase the nvram partition and reboot the modem. default SSH creds will work then. again, there are bugs in the firmware that need to be fixed. |