Difference between revisions of "Netgear ReadyNAS 316"
Jump to navigation
Jump to search
mail
m (→Debian) |
m (→Debian) |
||
Line 17: | Line 17: | ||
apt-get dist-upgrade |
apt-get dist-upgrade |
||
apt-get install mc screen |
apt-get install mc screen |
||
+ | ===mail=== |
||
− | apt-get install |
+ | apt-get install exim4 bsd-mailx |
− | + | Config: smarthost, no local email / yobi.be / visible domain name: yobi.be / smarthost: smtp.isp.xxx |
|
+ | <br>Complete /etc/email-addresses |
||
+ | ===backuppc=== |
||
+ | apt-get install backuppc |
||
+ | Small issue because Apache is not running as the usual www-data but admin user: |
||
+ | chgrp admin /etc/backuppc/* |
||
+ | chgrp admin /usr/lib/backuppc/cgi-bin/index.cgi |
||
+ | chmod u+s /usr/lib/backuppc/cgi-bin/index.cgi |
||
==Apps== |
==Apps== |
Revision as of 22:51, 6 December 2013
Links
- http://www.netgear.com/business/products/storage/readynas/readynas-desktop.aspx
- http://www.readynas.com/
- X-RAID
- ReadyNAS Developer’s Corner
- ReadyNAS Downloads
General
Initial login: admin/password
If SSH activated, root has same pwd as admin.
Update FW
Debian
System is a Debian Wheezy
apt-get update apt-get install dialog apt-get dist-upgrade apt-get install mc screen
apt-get install exim4 bsd-mailx
Config: smarthost, no local email / yobi.be / visible domain name: yobi.be / smarthost: smtp.isp.xxx
Complete /etc/email-addresses
backuppc
apt-get install backuppc
Small issue because Apache is not running as the usual www-data but admin user:
chgrp admin /etc/backuppc/* chgrp admin /usr/lib/backuppc/cgi-bin/index.cgi chmod u+s /usr/lib/backuppc/cgi-bin/index.cgi
Apps
Transmission
Default is admin/admin apparently
Edit /data/Transmission/config/settings.json
"rpc-enabled": true, "rpc-password": "your_password", # note that it will be encrypted next time automatically "rpc-port": 9091, "rpc-username": "your_name", "rpc-whitelist-enabled": "false", "rpc-authentication-required": "true",