juanfranblanco / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

Feature Request, Remote Downloading Control via Web #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the only known way to control the downloading activity is via 
Downloand Master from within the LAN where this router belongs to.

What is the expected output? What do you see instead?
Is it possible to integrate the functions of Download Master into the Web GUI? 
So that one can control the downloading process even outside the LAN via remote 
access.

What version of the product are you using? On what operating system?
RT-N56U, Windows 7 64bits.

Original issue reported on code.google.com by YaSquall...@gmail.com on 22 Feb 2012 at 6:15

GoogleCodeExporter commented 8 years ago
At the moment is not possible, try using transmission witch is better (see 
wiki).
Asus RT-N16 has such a feature with the new firmware v3, and can be controlled 
from wan.

Original comment by Livi...@gmail.com on 22 Feb 2012 at 7:31

Attachments:

GoogleCodeExporter commented 8 years ago
Is such feature available to rt-n56u as well?

Original comment by YaSquall...@gmail.com on 22 Feb 2012 at 10:16

GoogleCodeExporter commented 8 years ago
In Asus RT-N56U 8MB flash, in Asus RT-N16 and RT-N66U 32MB flash. No, would not 
be.

Original comment by gripetro...@gmail.com on 22 Feb 2012 at 3:02

GoogleCodeExporter commented 8 years ago
For bit torrent you can use transmission. Then, you can access Transmission 
remote GUI using the browser or the transmission remote.

Original comment by egcarr...@gmail.com on 23 Feb 2012 at 12:11

GoogleCodeExporter commented 8 years ago
Also wondering how to make rt-n56u support emule downloading. Any suggestion 
please?

Original comment by YaSquall...@gmail.com on 23 Feb 2012 at 8:20

GoogleCodeExporter commented 8 years ago
I'm not sure but maybe PyLoad supports emule downloads.

Original comment by d...@soulblader.com on 23 Feb 2012 at 2:48

GoogleCodeExporter commented 8 years ago
I followed the instructions in the wiki on how to config optware and install 
transmission, and when I tried to run ipkg I get "ipkg not found" error.

There is an opt directory but there is no ipkg binary anywhere on the disk!

How do I fix this?

PS. I followed exactly as stated in the wiki, except that I didn't create a 
swap file.

Original comment by YaSquall...@gmail.com on 23 Feb 2012 at 3:31

GoogleCodeExporter commented 8 years ago
and here's my output after executing 'mount' command:

login as: ******
******@***.****.***'s password:

BusyBox v1.19.3 (2012-02-09 03:59:45 KRAT) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/opt/home/admin # ipkg
-sh: ipkg: not found
/opt/home/admin # mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /proc type proc (rw)
none on /var type ramfs (rw)
none on /etc type ramfs (rw)
none on /tmp type ramfs (rw)
none on /home type ramfs (rw)
none on /media type ramfs (rw)
none on /sys type sysfs (rw)
none on /proc/bus/usb type usbfs (rw)
mdev on /dev type ramfs (rw)
devpts on /dev/pts type devpts (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
/dev/sda1 on /media/AiDisk_a1 type ext3 (rw,noatime,data=ordered)
/dev/sda1 on /opt type ext3 (rw,noatime,data=ordered)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
/opt/home/admin #

Original comment by YaSquall...@gmail.com on 23 Feb 2012 at 3:33

GoogleCodeExporter commented 8 years ago
Pls, write here output of the following command:

# echo $PATH

Original comment by d...@soulblader.com on 23 Feb 2012 at 6:39

GoogleCodeExporter commented 8 years ago
Have you enabled optware in Webgui?

Original comment by egcarr...@gmail.com on 23 Feb 2012 at 9:00

GoogleCodeExporter commented 8 years ago

Original comment by d...@soulblader.com on 23 Feb 2012 at 10:31

GoogleCodeExporter commented 8 years ago

/opt/home/admin # echo $PATH
/opt/sbin:/usr/sbin:/sbin:/opt/bin:/usr/bin:/bin

I did enable optware in Webgui, also I set two parameters as follows,

Enable SSH Server?  Yes
Access SSH Server from WAN?     Yes

Original comment by YaSquall...@gmail.com on 24 Feb 2012 at 2:38

GoogleCodeExporter commented 8 years ago
The PATH is set correctly, also the home directory is set correctly. ipkg 
package should be available. Check it again. Try:

# ipkg update
if this won't work:

# ipkg.sh update

Original comment by d...@soulblader.com on 24 Feb 2012 at 10:28