I am currently thinking of two routes how to resolve this problem.
one would be to erapply the old f/w (if possible) and to somehow suppress the new f/w
is this possible?
the other router which i am currently trying is to open ssh access with the acp commander.
unfortunately iam running into some errors
Code:
java -jar acp_commander.jar -t 192.168.2.xxx -ip 192.168.2.xxx -pw password -c "(echo mynewpass;echo mynewpass)|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 = 81DBE2AD637C
Using target: Nas/192.168.2.xxx
Starting authentication procedure...
Sending Discover packet...
Found: Nas (/192.168.2.xxx) LS-XHL(ANKOU) (ID=00017) mac: 00:1D:73:E4:4F:FE Firmware= 1.600 Key=2AF337E2
Trying to authenticate EnOneCmd... ACP_STATE_OK
Trying to authenticate with admin password... ACP_STATE_OK
>(echo mynewpass;echo mynewpass)|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 been set. Use the WebGUI to make appropriate settings.
java -jar acp_commander.jar -t 192.168.2.xxx -ip 192.168.2.xxx -pw password -c "echo 'UsePAM no' >>/etc/sshd_config"
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 = 3A49219E1407
Using target: Nas/192.168.2.xxx
Starting authentication procedure...
Sending Discover packet...
Found: Nas (/192.168.2.xxx) LS-XHL(ANKOU) (ID=00017) mac: 00:1D:73:E4:4F:FE Firmware= 1.600 Key=6B55A57C
Trying to authenticate EnOneCmd... ACP_STATE_OK
Trying to authenticate with admin password... ACP_STATE_OK
>echo 'UsePAM no' >>/etc/sshd_config
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 been set. Use the WebGUI to make appropriate settings.
java -jar acp_commander.jar -t 192.168.2.xxx -ip 192.168.2.xxx -pw password -c "sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/sshd_config"
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 = 8F126B3B380E
Using target: Nas/192.168.2.xxx
Starting authentication procedure...
Sending Discover packet...
Found: Nas (/192.168.2.xxx) LS-XHL(ANKOU) (ID=00017) mac: 00:1D:73:E4:4F:FE Firmware= 1.600 Key=043B5403
Trying to authenticate EnOneCmd... ACP_STATE_OK
Trying to authenticate with admin password... ACP_STATE_OK
>sed -i 's/PermitRootLogin no/PermitRootLogin yes/g' /etc/sshd_config
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 been set. Use the WebGUI to make appropriate settings.
java -jar acp_commander.jar -t 192.168.2.xxx -ip 192.168.2.xxx -pw password -c "/usr/local/sbin/sshd"
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 = 384C7117A522
Using target: Nas/192.168.2.xxx
Starting authentication procedure...
Sending Discover packet...
Found: Nas (/192.168.2.xxx) LS-XHL(ANKOU) (ID=00017) mac: 00:1D:73:E4:4F:FE Firmware= 1.600 Key=13374FF6
Trying to authenticate EnOneCmd... ACP_STATE_OK
Trying to authenticate with admin password... ACP_STATE_OK
>/usr/local/sbin/sshd
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 been set. Use the WebGUI to make appropriate settings.
java -jar acp_commander.jar -t 192.168.2.xxx -ip 192.168.2.xxx -pw password -c "/etc/init.d/sshd.sh restart"
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 = C65E9836CB18
Using target: Nas/192.168.2.xxx
Starting authentication procedure...
Sending Discover packet...
Found: Nas (/192.168.2.xxx) LS-XHL(ANKOU) (ID=00017) mac: 00:1D:73:E4:4F:FE Firmware= 1.600 Key=4A4A41D0
Trying to authenticate EnOneCmd... ACP_STATE_OK
Trying to authenticate with admin password... ACP_STATE_OK
>/etc/init.d/sshd.sh restart
load_info ItemValue = off
LoadConfFileStringEx:key=[ad_dns] not found in /etc/melco/info.
LoadConfFileOnOffEx:key=[info_visible] not found in /etc/melco/info.
LoadConfFileStringEx:key=[array1] not found in /etc/melco/diskinfo.
LoadConfFileStringEx:key=[array2] not found in /etc/melco/diskinfo.
LoadConfFileStringEx:key=[usb_disk2] not found in /etc/melco/diskinfo.
file:/etc/sftponly_config
userinfo finished
groupname admin
groupname guest
groupname hdusers
file:/etc/pam.d/sshd
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 been set. Use the WebGUI to make appropriate settings.
hopefully someone can plz where iam going wrong or tell me if going down the other is possible
thx,blub4747
ps sorry about them messed up lines