Fun_plug 0.7 on D-LINK DNS-320 ShareCenter
- D-LINK DNS-320 ShareCenter
- Hard Disk Configure as Volume_1: Standard as shown in figure below
Configure D-LINK DNS-320 ShareCenter IP address
The network connection type for D-LINK DNS-320 ShareCenter is configure to DHCP client by default. Therefore you must connect the D-LINK DNS-320 ShareCenter to the DHCP Server such as internet router (most of the broadband router is already configure as DHCP server) before you can manage the D-LINK DNS-320 ShareCenter.
Once the DNS-320 is ready to work in your network system, you can use the free network scanner software to determine its IP address as shown in figure below.
The IP address for DNS-320 is detected as 192.168.1.9 as shown in figure above. Now we want to change its LAN Connection Type to Static IP.
Change LAN Connection Type to Static IP
- Open Internet Explorer
- Enter IP address for DNS-320 ShareCenter. Here we enter 192.168.1.9 (You should use your own detected IP address)
- The default use name is admin, password is blank. Just click on Login button to continue
- The most easier way is to use Setup Wizard to configure DNS-320 ShareCenter as shown in figure below.
As shown in figure above, the IP address of the D-LINK DNS-320 ShareCenter is set to 192.168.1.123 and the Name set as nas.
Download
- fun_plug: http://wolf-u.li/u/433
- fun_plug.tgz for D-LINK DNS-320: http://inreto.de/dns323/fun-plug/0.7/arm/fun_plug.tgz
Important:
Make sure you download correct version of fun_plug for your hardware. Fun_plug 0.7 is available in two variants, version ARM for EADI-devices such as DNS-320/325/345 and version OARM for OABI-devices such as DNS-323/CH3SNAS.
Installing fun_plug
Place the 2 files (fun_plug and fun_plug.tgz) to the root directory of DNS-320 ShareCenter. You can use Window Explorer to copy files to DNS320 ShareCenter as shown in figure below. Reboot DNS-320 ShareCenter after copying the 2 files, this causes the NAS to go and find the file fun_plug on Volume_1 and execute it.
Fun_plug will propagate itself to the ffp folder as shown in figure below, this will take up one or two minutes. Fun_plug is installing successfully if you see the following screen.
Change Root Password
Telnet to DNS-320 ShareCenter as shown in figure below. You should use your own Host Name (or IP address).
Updating /etc/shadow by using the program pwconv.
usermod -s /ffp/bin/sh root
mkdir -p /ffp/home/root/ sed -ie 's#:/home/root:#:/ffp/home/root:#g' /etc/passwd pwconv |
The output should look like this:
Change the password of user “root” to prevent unauthorized access.
passwd |
The output should look like this:
Verify Root Password is Working
If this was successful, proceed to the next step, otherwise return to “passwd“.
login |
Store Password Permanently
This step is essential, otherwise your password will be cleared on the next reboot. Make sure internet is working before execute the command.
wget http://wolf-u.li/u/172/ -O /ffp/sbin/store-passwd.sh
store-passwd.sh |
The output should look like this:
Activate SSH
For security purpose, SSH must activate.
chmod a+x /ffp/start/sshd.sh
sh /ffp/start/sshd.sh start |
Verify SSH is working
- Reboot the router
- Login with SSH as shown in figure below. You should use your own Host Name (or IP address)
- Enter root as User Name
- Enter the password. This is the password you had just created
- If login sucessful, proceed to the next step.
Deactivate Telnet
For security purpose, Telnet shold be deactivate if everything is successful.
chmod -x /ffp/start/telnetd.sh |
Please continue to read next article to installing additional packages for fun_plug.