(This is the same post as I made on X-Wrt forum)
Hi, I am using OpenWRT for a while now, and now I'm using the X-Wrt extensions too. I am using my WL-5500GP as router, firewall and download client and datastore. So I am using samba to get access with windows clients. I searched a way to get aMule working on OpenWRT, and I found a Tutorial on it. (http://eko.one.pl/index.php?page=openwrt-amule).
I searched a while for a webif for ctorrent, I found webifs for ctorrent, but ctorrent is very buggy and very old. So I found enhanced-ctorrent in Unslung packages, that can be used for OpenWRT too. (http://www.nslu2-linux.org/wiki/Optware … edCTorrent)
But I could not find a webif for OpenWRT. So I searched other websites and I found one for Oleg's firmware, made by Seaky.
Yesterday I tried to install it on OpenWRT and It worked with only one change in the start script. You can find more info about Seaky's CTCS on his webpage (http://sctcs.seaky.hu/). Download it, and install it using ipkg.
Seaky is providing detailed infos about configuring his webif (he wrote an install pdf, downloadable from his webpage). The only file to config is /opt/etc/sctcs.conf
After you configured that, make two changees in /opt/etc/init.d/S90sctcs
Find BUSYBOX_HTTPD and change it to:
BUSYBOX_HTTPD=/usr/sbin/httpd
and in function stop()
killall busybox_httpd has to be changed to killall httpd
So that it is using the correct httpd. After that change you can launch the script by /opt/etc/init.d/S90sctcs start and it should work, you should have access trough the browser on the port specified by you in the config.
I found this the best way to control torrents, it is the webif using the better client ;-)
Greetz
fireandy
(Last edited by fireandy on 19 Mar 2007, 02:43)