[巴法络] Buffalo LS-WXL/E firmware v1.56 改机教程 |
我的密码总是改不过来啊?
C:\Program Files (x86)\Java\jre6\bin>java -jar acp_commander.jar -t 192.168.1.2 -ip 192.168.1.2 -pw password -c "(echo 123456;echo 123456)|passwd" ACP_commander out of the nas-central.org (linkstationwiki.net) project. Used to send ACP-commands to Buffalo linkstation(R) LS-PRO. WARNING: This is experimental software that might brick your linkstation! Using random connID value = 306E22659DC0 Using target: LS-WXL965/192.168.1.2 Starting authentication procedure... Sending Discover packet... Found: LS-WXL965 (/192.168.1.2) LS-WXL(KEITAI) (ID=00486) mac: 00: 24:A5:93:49:65 Firmware= 1.560 Key=15279470 Trying to authenticate EnOneCmd... ACP_STATE_OK Trying to authenticate with admin password... ACP_STATE_OK >(echo 123456;echo 123456)|passwd OK (ACP_STATE_OK) Changeing IP: ACP_STATE_PASSWORD_ERROR Please note, that the current support for the change of the IP is currently very rudimentary. The IP has been set to the given, fixed IP, however DNS and gateway have not bee n set. Use the WebGUI to make appropriate settings. ================================================ 用PuTTy SSH登陆不上 提示Access denied 楼主帮忙看看对不对 谢谢 |
搞定,确实可行
谢谢 楼主的分享 login as: root root@192.168.1.2's password: root@LS-WXL965:~# root@LS-WXL965:~# root@LS-WXL965:~# |
新买的ls-QVL,搞了下,固件升到1.56.又重新改了下,成功,感谢楼主分享。
唯一没有测试的就是RAID下不知如何? |
LS-QVL40使用楼主方法该机成功。
关键点是该机连接工具一定要使用putty。本人使用secureCRT,卡在安装ipkg这一步一直过不过,换成putty就顺利过关了。 |
报告:SSH已经顺利打开,wget完成,等待安装(后面应该不是问题了)
原始环境就是官方1.56,未做任何改动,直接按照lz步骤实施。 |
本帖最后由 sky2133 于 2012-3-24 11:04 编辑
终于成功了,卡在最后一步,提醒一下大家 第一, iv) 重启 ssh 服务: java -jar acp_commander -t 192.168.1.10 -ip 192.168.1.10 -pw adminpasswordhere -c "/etc/init.d/sshd.sh restart" 应该为 java -jar acp_commander.jar -t 192.168.1.10 -ip 192.168.1.10 -pw adminpasswordhere -c "/etc/init.d/sshd.sh restart" 不然会提示Unable to access jarfile acp_commander 第二, 如果你是新机器没改过系统密码那么adminpasswordhere应该是默认的password,如果你改过admin的密码那这里就是你改后的那个密码 |
D:\>java -jar acp_commander.jar -t 192.168.11.7 -ip 192.168.11.7 -pw password -c
"(echo newrootpass;echonewrootpass)|passwd" ACP_commander out of the nas-central.org (linkstationwiki.net) project. Used to send ACP-commands to Buffalo linkstation(R) LS-PRO. WARNING: This is experimental software that might brick your linkstation! Using random connID value = DA8444CD26BC Using target: 192.168.11.7/192.168.11.7 Starting authentication procedure... Sending Discover packet... A SocketTimeoutException usually indicates bad firewall settings. Check especially for *UDP* port 22936 and make sure that the connection to your LS is working. ERROR: Exception: SocketTimeoutException (Receive timed out) [ACP Send/Receive ( Packet:8020 = ACP_Discover)] 好像是防火墙问题,可是我防火墙都关闭了阿,why??求助。。。。 |