DNS-323 Network Storage

Lss

Honorary Member
Joined
Aug 14, 2002
Messages
122,610
Reaction score
14,596
if there is a problem for transmission to write to the folder use the following command

chmod -R a=rwx /mnt/HD_a2/<foldername or path>


yes issued in telnet

this is a linux thingy btw

thats fast much thanks for 1.22. trying to solve a bug in transmission now cant seem to set --encryption preferred
 
Last edited:

Xtreme_Funktions

Senior Member
Joined
Jul 14, 2003
Messages
1,408
Reaction score
11
if there is a problem for transmission to write to the folder use the following command

chmod -R a=rwx /mnt/HD_a2/<foldername or path>


yes issued in telnet

this is a linux thingy btw

thats fast much thanks for 1.22. trying to solve a bug in transmission now cant seem to set --encryption preferred


thanks for the command.. been waiting in this thread for hours on the solution :D:s12:
 

Rogue

Senior Member
Joined
Jan 1, 2000
Messages
5,346
Reaction score
105
I just bought DNS-323 from PC Show. Installed and configured on factory version 1.03 and then performed firmware upgrade to ver 1.05. After reboot, I am not able to login using the password that I configured for "admin" before the upgrade.

Need help.

It might have reset back to the original default password.
 

Bieffe

Supremacy Member
Joined
Sep 14, 2001
Messages
6,021
Reaction score
50
do i need to run the easy search utility on every pc which i want to see dns 323?
 

Tuakong

Arch-Supremacy Member
Joined
Jan 1, 2000
Messages
22,276
Reaction score
209
if there is a problem for transmission to write to the folder use the following command

chmod -R a=rwx /mnt/HD_a2/<foldername or path>


yes issued in telnet

this is a linux thingy btw

thats fast much thanks for 1.22. trying to solve a bug in transmission now cant seem to set --encryption preferred

ok will try again tonight. For those newbies who wish to use Transmission and Clutch, I will come up with simple step-by-step guide by today.
 

Tuakong

Arch-Supremacy Member
Joined
Jan 1, 2000
Messages
22,276
Reaction score
209
Complete Idiot’s Guide to installing Transmission & Clutch on DNS-323. There could be typo errors/ missed steps. Pls use at your own risks.

Acknowledgements & Credits :
The contents below were 99.99999% extracted from information provided by Shadowandy . Thanks to Shadowandy!!!

1. Go to this webby to dl fun_plug and fun_plug.tgz
http://www.shadowandy.net/2008/05/running-fonzs-fun_plug-05-on-dns-323.htm
Required files
fun_plug (from http://www.inreto.de/dns323/fun-plug/0.5/)
- right click on url and select “Save Target As…” to Volume 1
fun_plug.tgz (from http://www.inreto.de/dns323/fun-plug/0.5/)
- click on url and save to Volume 1

2. Reboot DSN-323 to unzip fun_plug.tgz (Uzip should be automatic)
3. After reboot, check Volume 1 and see if additional folders have been created on Volume1
4. Then click on this url: http://www.shadowandy.net/2008/05/transmission-for-dns-313-dns-323.htm
To dl these 2 files to your Volume 1
- libcurl (7.18.1) download
- transmission (1.22) download

5. On yr PC, click ‘Start’ and select ‘Command Prompt’
6. At command prompt level (“>”), enter “Telnet <your dns-323 ip-addr)
7. It should tell you that you are connected to your DNS-323
8. Enter the following commands in sequence
- / # cd mnt/HD_a2
- /mnt/HD_a2 # funpkg -i curl-7181.tgz
System Response: Installing package curl-7181 …
- /mnt/HD_a2 # funpkg -i Transmission-1.22-ffp0.5.tgz
System Response: Installing package Transmission-1.22-ffp0.5.tgz …
If you encounter Fatal Error; File not found, do not call 999. Simply rename the command to .tar instead of .tgz If still cannot, shout for help
Ok, you are half-way there……..the next steps are Life & Death….
9. At the /mnt/HD_a2 # prompt, enter the following command to execute Transmission-Daemon:
/ffp/start/transmission.sh start
System Response: Starting transmission-daemon
10.Enter the command to create a Torrents Folder on Volume 1:
- mkdir -p /mnt/HD_a2/torrents
11. Enter these commands in sequence:
- export TRANSMISSION_HOME=/mnt/HD_a2/.transmission
- transmission-remote -f /mnt/HD_a2/torrents
- chmod a+x /ffp/start/transmission.sh

Now to Install Clutch for Transmission
12. Again at the /mnt/HD_a2 # prompt, enter these commands in sequence:
Downloading the required files
- wget http://www.inreto.de/dns323/fun-plug/0.5/packages/php-5.2.6-2.tgz
System Response: Connecting to www.inreto.de (217.119.59.48:80)
php-5.2.6-2.tgz 100% |*******************************| 6414k 00:00:00 ETA

13. Setting up PHP and lighttpd. Enter these commands in sequence:
- funpkg -i php-5.2.6-2.tgz
System Response: Installing package php-5.2.6-2 …
- cp /ffp/etc/examples/lighttpd.conf-with-php /ffp/etc/lighttpd.conf
- mkdir -p /mnt/HD_a2/www/pages /mnt/HD_a2/www/logs
14. Downloading Clutch. Enter these commands in sequence:
- wget http://clutchbt.com/Files/Clutch-0.4.tar.gz
System Response: Connecting to clutchbt.com (74.52.213.130:80)
Clutch-0.4.tar.gz 100% |*******************************| 155k 00:00:00 ETA

15. Setting up Clutch. Enter these commands in sequence:
- tar xf Clutch-0.4.tar.gz -C /mnt/HD_a2/www/pages/
- mv /mnt/HD_a2/www/pages/Clutch-0.4/ /mnt/HD_a2/www/pages/clutch
- echo “/mnt/HD_a2/.transmission/daemon/socket” > mnt/HD_a2/www/pages/clutch/remote/data/socket.txt * this is a whole command *
16. Starting up lighttpd
- chmod a+x /ffp/start/lighttpd.sh
- sh /ffp/start/lighttpd.sh start
System Response: Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf

17. Accessing your Clutch
Now surf to http://<DSN-323 ippr-addr>:8080/clutch/ to use your transmission

18. If you encounter ‘Permission Denied’ during BT, then Telnet to your DSN323 again to give your Torrents folder ‘write’ access. Enter this command:
- chmod -R a=rwx /mnt/HD_a2/<Torrents> * Thanks to Lss *
 
Last edited:

drawingbored

Junior Member
Joined
Jun 17, 2008
Messages
1
Reaction score
0
itunes server

any way for me to view my movies through front row? i have shared my movies and music through the dns 323 itunes server but only the music show up in my pc and mac's itunes.
 

amoro123

Arch-Supremacy Member
Joined
Dec 1, 2005
Messages
13,424
Reaction score
346
thanks Tuakong for the guide.

get everything working...

BUt when doing the password thingy. while typing this line

/mnt/HD_a2 # / # sh /mnt/HD_a2/htdigest.sh ‘clutch’ ‘Password Protected Area’ ‘password’

clutch:password Protected Area:98616824633db75cb8d3a63d5c0658cb

I got
/ffp/bin/sh: /: Permission denied

wat went wrong?
 

Bieffe

Supremacy Member
Joined
Sep 14, 2001
Messages
6,021
Reaction score
50
Complete Idiot’s Guide to installing Transmission & Clutch on DNS-323. There could be typo errors/ missed steps. Pls use at your own risks.

Acknowledgements & Credits :
The contents below were 99.99999% extracted from information provided by Shadowandy . Thanks to Shadowandy!!!

1. Go to this webby to dl fun_plug and fun_plug.tgz
http://www.shadowandy.net/2008/05/running-fonzs-fun_plug-05-on-dns-323.htm
Required files
fun_plug (from http://www.inreto.de/dns323/fun-plug/0.5/)
- right click on url and select “Save Target As…” to Volume 1
fun_plug.tgz (from http://www.inreto.de/dns323/fun-plug/0.5/)
- click on url and save to Volume 1

2. Reboot DSN-323 to unzip fun_plug.tgz (Uzip should be automatic)
3. After reboot, check Volume 1 and see if additional folders have been created on Volume1
4. Then click on this url: http://www.shadowandy.net/2008/05/transmission-for-dns-313-dns-323.htm
To dl these 2 files to your Volume 1
- libcurl (7.18.1) download
- transmission (1.22) download

5. On yr PC, click ‘Start’ and select ‘Command Prompt’
6. At command prompt level (“>”), enter “Telnet <your dns-323 ip-addr)
7. It should tell you that you are connected to your DNS-323
8. Enter the following commands in sequence
- / # cd mnt/HD_a2
- /mnt/HD_a2 # funpkg -i curl-7181.tgz
System Response: Installing package curl-7181 …
- /mnt/HD_a2 # funpkg -i Transmission-1.22-ffp0.5.tgz
System Response: Installing package Transmission-1.22-ffp0.5.tgz …
If you encounter Fatal Error; File not found, do not call 999. Simply rename the command to .tar instead of .tgz If still cannot, shout for help
Ok, you are half-way there……..the next steps are Life & Death….
9. At the /mnt/HD_a2 # prompt, enter the following command to execute Transmission-Daemon:
/ffp/start/transmission.sh start
System Response: Starting transmission-daemon
10.Enter the command to create a Torrents Folder on Volume 1:
- mkdir -p /mnt/HD_a2/torrents
11. Enter these commands in sequence:
- export TRANSMISSION_HOME=/mnt/HD_a2/.transmission
- transmission-remote -f /mnt/HD_a2/torrents
- chmod a+x /ffp/start/transmission.sh

Now to Install Clutch for Transmission
12. Again at the /mnt/HD_a2 # prompt, enter these commands in sequence:
Downloading the required files
- wget http://www.inreto.de/dns323/fun-plug/0.5/packages/php-5.2.6-2.tgz
System Response: Connecting to www.inreto.de (217.119.59.48:80)
php-5.2.6-2.tgz 100% |*******************************| 6414k 00:00:00 ETA

13. Setting up PHP and lighttpd. Enter these commands in sequence:
- funpkg -i php-5.2.6-2.tgz
System Response: Installing package php-5.2.6-2 …
- cp /ffp/etc/examples/lighttpd.conf-with-php /ffp/etc/lighttpd.conf
- mkdir -p /mnt/HD_a2/www/pages /mnt/HD_a2/www/logs
14. Downloading Clutch. Enter these commands in sequence:
- wget http://clutchbt.com/Files/Clutch-0.4.tar.gz
System Response: Connecting to clutchbt.com (74.52.213.130:80)
Clutch-0.4.tar.gz 100% |*******************************| 155k 00:00:00 ETA

15. Setting up Clutch. Enter these commands in sequence:
- tar xf Clutch-0.4.tar.gz -C /mnt/HD_a2/www/pages/
- mv /mnt/HD_a2/www/pages/Clutch-0.4/ /mnt/HD_a2/www/pages/clutch
- echo “/mnt/HD_a2/.transmission/daemon/socket” > mnt/HD_a2/www/pages/clutch/remote/data/socket.txt * this is a whole command *
16. Starting up lighttpd
- chmod a+x /ffp/start/lighttpd.sh
- sh /ffp/start/lighttpd.sh start
System Response: Starting /ffp/sbin/lighttpd -f /ffp/etc/lighttpd.conf

17. Accessing your Clutch
Now surf to http://<DSN-323 ippr-addr>:8080/clutch/ to use your transmission

18. If you encounter ‘Permission Denied’ during BT, then Telnet to your DSN323 again to give your Torrents folder ‘write’ access. Enter this command:
- chmod -R a=rwx /mnt/HD_a2/<Torrents> * Thanks to Lss *
STEADY:s12::s12:
 

sonic

Arch-Supremacy Member
Joined
Jan 1, 2000
Messages
11,545
Reaction score
16
Need to do any port forwarding after the Telnet thing?

ANyway to transfer file to DBNS-323 faster?
Trying to transfer around 80GB but it show 200 over minutes..
 
Last edited:

Bieffe

Supremacy Member
Joined
Sep 14, 2001
Messages
6,021
Reaction score
50
Telnet no need forward but BT u need to.

By the way I have enable the "power save" mode. But after u all enable that do u all still see the network and activity light on?

Quick check after 1hr the temp is still 41 deg C
 

zhix

Senior Member
Joined
Mar 18, 2001
Messages
1,270
Reaction score
57
Hi All, I just bought a DNS 323 from the latest PC Show. Setup as RAID 1 and 2 500Gb Seagate Disks inside.

I am also using it to download bittorrent.

I have a question, today when I tried to move my completed downloaded from the BT folder to another folder inside the DNS 323, the transfer speed was EXTREMELY slow, just a 10 MB file could NOT be completed within 30 min.

This is transfering of data within a single HDD inside the DNS 323.

Has anyone seen this issue and have the solution? Thank you in advance.
 
Last edited:

richneo

Arch-Supremacy Member
Joined
Jan 1, 2000
Messages
17,467
Reaction score
10
yup after turn off and on back to default setting *bugs
323 BT download is super slow less the 10kbps
i don't think is ISP blocking should be the 323 BT setting but only few setting to play around nothing much we can do to push BT download speed
maybe can try enable DMZ see how it goes
tested on XXX file on 323 less then 10Kbps
BT on the same file use on pc easy hit over 200kbps
the default setting is 6881

ISP might not be blocking but it might be severely throttled

try google port 6881 to 6889 for more info becos this port is the most common default port for BT
 

Lss

Honorary Member
Joined
Aug 14, 2002
Messages
122,610
Reaction score
14,596
Hi All, I just bought a DNS 323 from the latest PC Show. Setup as RAID 1 and 2 500Gb Seagate Disks inside.

I am also using it to download bittorrent.

I have a question, today when I tried to move my completed downloaded from the BT folder to another folder inside the DNS 323, the transfer speed was EXTREMELY slow, just a 10 MB file could NOT be completed within 30 min.

This is transfering of data within a single HDD inside the DNS 323.

Has anyone seen this issue and have the solution? Thank you in advance.

how were you transfering. gay as this might sound but if you want to transfer between folders on the nas might be a good idea to telnet in to do it.
 

zhix

Senior Member
Joined
Mar 18, 2001
Messages
1,270
Reaction score
57
how were you transfering. gay as this might sound but if you want to transfer between folders on the nas might be a good idea to telnet in to do it.


I just drag the folder using windows explorer, you mean that will make a difference?

Isn't that very troublesome to use telnet to move folders? Then I will not be able to move those unicode folder isn't it?

I am not sure if this is one of the possible root cause, I just upgraded to the new 1.05 firmware and did not format the HDD after the firmware upgrade.
 

shadowandy

Supremacy Member
Joined
Nov 30, 2000
Messages
7,288
Reaction score
0
I just drag the folder using windows explorer, you mean that will make a difference?

Isn't that very troublesome to use telnet to move folders? Then I will not be able to move those unicode folder isn't it?

I am not sure if this is one of the possible root cause, I just upgraded to the new 1.05 firmware and did not format the HDD after the firmware upgrade.

It seems like the OS copied the files to your PC then pasted it back to the NAS thus incurring the cost of transfering stuffs over network.

Do that Lss suggest. Telnet in and do a mv instead.
 
Important Forum Advisory Note
This forum is moderated by volunteer moderators who will react only to members' feedback on posts. Moderators are not employees or representatives of HWZ Forums. Forum members and moderators are responsible for their own posts. Please refer to our Community Guidelines and Standards and Terms and Conditions for more information.
Top