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
-
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 !
-
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!
-
HI Pizzaking !
Thanks a lot for your answer, i'm going to try NZBget instead of SAbnzbd
-
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 ?
-
Try running it as a daemon with "nzbget -D"
-
Yes it works fine !!
Thanks a lot :)
-
And NZBGet is really faster than SABzbd !!
Thanks again pizzaking ;)
-
No problem :)