What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

AC87U..I can't access Ruttorent WebUI (Entware)

sammarbella

Occasional Visitor
Asuswrt-Merlin 378.55

I can't access Ruttorent WebUI from LAN (192.168.1.1:81/ruttorent) or WAN (myown.no-ip.biz:81/ruttorent)

I installed entware using the easy install script (entware-setup.sh) and Rtorrent using the easy install method:

https://www.hqt.ro/rutorrent-on-asuswrt-router-through-entware/

I see this method is labeled as "Mips only" but i saw some people using it also for ARM Asuswrt routers.

Rtorrent is already running:

ASUSWRT-Merlin RT-AC87U_3.0.0.4 Fri Jul 17 03:17:40 UTC 2015
admin@RT-AC87U:/tmp/home/root#
admin@RT-AC87U:/tmp/home/root# /opt/etc/init.d/S80lighttpd start
Starting lighttpd... already running.
admin@RT-AC87U:/tmp/home/root# /opt/etc/init.d/S85rtorrent start
Starting rtorrent... already running.

I use an USB 3.0 HDD formatted on Ext4.

firewall-start seems correct:

#!/bin/sh

iptables -I INPUT -p tcp --destination-port 81 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 51411 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51411 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51412 -j ACCEPT

Shares of USB are enabled on router.

This is making me crazy! :confused:
 
I found it!

I had to manually create the download folder (Rutorrent) in the USB HDD labeled "Rutorrent" because it doesn't created before during install.

I guess i didn't provide the right path during Rutorrent install ("mnt/sda1/Rutorrent" instead of "mnt/Rutorrent/Rutorrent").

After i edit and correct the rtorrent.conf file the WebUI launched properly!.

:D
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top