LS220D入手
とあることから、LS220Dを手に入れました。
ラズパイでNASとか言って遊んでましたが、やっぱりちゃんとしたNASはちゃんとしてました!
RAID1に対応し、ラズパイの100MbpsのLANと違い1000BASEで高速、外部からのアクセスにも対応しています。
SSHを有効化する
とまるまるラズパイと同じような仕様になりかねませんが、
将来やBCPを見据えた結果、LS220D自身で色々できると便利になると思っています。
具体的には、AWS S3へのバックアップの自動化などをすることで、
冗長性の確保ができます。
現在の仕様
LS220D (LS220DF6B) Version 1.73-0.02 DTCP-IP 5.2.133-20151113
やりかた
を参考にしました。
使うものは下記を、JAVA環境のある端末から操作する。
けど、javaを唯一入れてる端末は、一番古いラズパイなので、これから対応する。
ポートを開放していなかったので、開けろと言われる。
sudo ufw allow 22936
でとりあえず、ポート開放、または必要に応じて、無効化する。
java -jar acp_commander.jar -t 192.168.x.xxx -ip 192.168.x.xxx -pw xxxxx -c "sed -i 's/UsePAM yes/UsePAM no/g' /etc/sshd_config"
Welcome to ACP Commander v0.6 (2021), the tool for Buffalo stock firmware control!
OK (ACP_STATE_OK)Changing 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 servers and the gateway have not been set.
Use the WebGUI to make appropriate settings.
osmc@osmc-Gilbert:~/works$ java -jar ./acp_commander.jar -t 192.168.x.xxx -ip 192.168.x.xxx -pw xxxx -c "(echo yyyy; echo yyyy) | passwd"
Welcome to ACP Commander v0.6 (2021), the tool for Buffalo stock firmware control!
OK (ACP_STATE_OK)Changing 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 servers and the gateway have not been set.
Use the WebGUI to make appropriate settings.
なんかIPアドレス、パスワードがどうのこうの言われますが、
を参考にすると、ルートでログインすることができました。
ACP_STATE_PASSWORD_ERRORなどとエラーが出ていますが、無視していいようです。
とりあえず今日は、はここまで!
[root@LS220DF6B ~]# cat /proc/version
Linux version 3.3.4 (root@nasbuild) (gcc version 4.6.2 (Linaro GCC branch-4.6.2. Marvell GCC 201201-883.01c949de) ) #1 Mon Nov 18 21:33:52 JST 2019
他に参考になりそうなページ