D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320L => Topic started by: mannouman on September 20, 2013, 01:37:18 AM

Title: Flow problem
Post by: mannouman on September 20, 2013, 01:37:18 AM
Hello,
 
I have a Dlink DNS-320 connected to my box (fiber) on which I installed SABnzbd to download from newsgroups.
If I connect my pc to my box (ethernet) and start a download from newsgroup I go to 15MB/s
 
But with the NAS and SABnzbd download is between 1MB/s and 3Mb/s.
I do not understand why the rates are not identical to those of a PC connected by ethernet to the box!
 
I don't see what to do next on my box or NAS side ...
 
If someone has an idea, I'm interested
 
Thank you !
Title: Re: Flow problem
Post by: pizzaking on September 20, 2013, 05:34:23 AM
The NAS CPU is simply not fast enough to handle the same speeds as your PC. Python i quite resource intensive, so i would recommend an alternative.

Assuming you have funplug installed, you should install Optware (http://nas-tweaks.net/368/installation-of-optware-on-the-d-link-dns-323-and-conceptronic-ch3snas/ (http://nas-tweaks.net/368/installation-of-optware-on-the-d-link-dns-323-and-conceptronic-ch3snas/)) on the NAS and use the NZBget client (http://nzbget.sourceforge.net (http://nzbget.sourceforge.net)) instead.  This client is written in C++ and have low resource requirements. With this I can max out my 40 Mbps download, even with SSL activated.

Good luck with it all!
Title: Re: Flow problem
Post by: mannouman on September 20, 2013, 06:45:58 AM
HI Pizzaking !

Thanks a lot for your answer, i'm going to try NZBget instead of SAbnzbd
Title: Re: Flow problem
Post by: mannouman on September 20, 2013, 07:14:43 AM
I have installed NZBGet on Optware reading this tutorial : http://nzbget.sourceforge.net/Installation_on_Optware

i tested if it works (nzbget -s -o outputmode=curses) and it works well.

But i can't connect to the web interface http://192.168.1.10:6789/  (404)

(i have forwarded 6789 port on my router to my NAS)

Any idea ?
Title: Re: Flow problem
Post by: pizzaking on September 20, 2013, 07:23:12 AM
Try running it as a daemon with "nzbget -D"
Title: Re: Flow problem
Post by: mannouman on September 20, 2013, 07:26:20 AM
Yes it works fine !!

Thanks a lot  :)
Title: Re: Flow problem
Post by: mannouman on September 20, 2013, 07:35:53 AM
And NZBGet is really faster than SABzbd !!

Thanks again pizzaking  ;)
Title: Re: Flow problem
Post by: pizzaking on September 20, 2013, 04:01:13 PM
No problem  :)