Asus RT-N13U B1 - DD-wrt thread

1) For AutoRun Transmission on re-boot.Do I need to save this the following as STARTUP Command

root@DD-WRT:/opt/etc/init.d# vi S99trans

sleep 120

iptables -I INPUT -p tcp -d 192.168.1.1 --dport 25000 -j logaccept

/opt/bin/transmission-daemon -g /opt/data/torrents/.config/transmission-daemon

root@DD-WRT:/opt/etc/init.d#


2) After adding just 3 torrents (Total 8GB)....load is 100 % and net also disconnecting.



3) While configuring pyload

Changed the following

Path: /opt/pyload/.pyload

Server : Threaded

Error: Page cannot be displayed on 192.168.1.1:8000
 
No..it was without pyload.But load is normal now..

I installed pyload step by step using the link you provided but it's not working. What to do for http downloads ??
 
Well, thanks to the OP for the guide. Have done almost all of the stuff mentioned in the 1st page. Transmission is running, and can connect using both the remote GUI and web interface. Only issue is that the "Create File under /opt/etc/init.d/S99trans" gives errors. Else all fine.

I only have a single question, i had setup my desktop for WOL, and i had a set of 2 commands for static ARP.

ip neigh change 192.168.1.254 lladdr ff:ff:ff:ff:ff:ff nud permanent dev br0

ip neigh add 192.168.1.254 lladdr ff:ff:ff:ff:ff:ff nud permanent dev br0

Now how do i keep these commands also in the startup as the commands that you gave me have overwritten them? Should i add them also to the commands given?

--- Updated Post - Automerged ---

Well, have disabled WOL for now, and will manually startup the machine when needed.

For those who are using the remote Transmission GUI from here: transmisson-remote-gui - Cross platform remote GUI for the Transmission daemon - Google Project Hosting, just a piece of help:

Goto tools --> Connection options. Select path tab, and enter the following:

/mnt/data/torrents/=\\192.168.1.1\www\data\torrents\

This will allow you to right click on the torrent in the GUI and directly open the file location, instead of going to the folder manually.
 
Wanted to shut down wifi at night as it is not being used, and for better security reasons. So set the WDS button as the disable button for the wifi. But it does not work.

So went to the settings via GUI:

Wireless --> Basic Settings. In that page the option "Wireless Network Mode" is present, made it disabled.

Now the wifi LED is off, and the wifi network is no longer there!
 
You should either be using startup script which has transmission in it or create S99trans i prefer the startup script.

I had already mentioned about Transmission Remote GUI on first page.
 
bajaj151 said:
I have Tech-Com 3.5-inch HDD Casing.

Can I use 80GB Non SATA Hard disk for downloading ?

Currently using 1TB WD External.

You should be able to use any HDD casing as long as it 1. Supports the HDD you want to put inside it 2. Has USB2.0 support.
 
There is a custom firmware floating around which enables swap but its very buggy and results into router reboots.BTW are you running Samba 3 ? do a ps -ef and show the output.
 
The version of Samba which you have given in the first page, running the same.

Also for those who want to see the insides of the router: ASUS rtn13u b1.pdf

--- Updated Post - Automerged ---

o/p of ps -- ef command:

PID USER VSZ STAT COMMAND

1 root 1180 S /sbin/init noinitrd

2 root 0 SW< [kthreadd]

3 root 0 SW< [ksoftirqd/0]

4 root 0 SW< [events/0]

5 root 0 SW< [khelper]

48 root 0 SW< [kblockd/0]

60 root 0 SW< [khubd]

77 root 0 SW [pdflush]

78 root 0 SW [pdflush]

79 root 0 SW< [kswapd0]

80 root 0 SW< [aio/0]

670 root 0 SW< [scsi_tgtd/0]

676 root 0 SW< [mtdblockd]

689 root 0 SW< [dwc_otg]

708 root 0 SW< [scsi_eh_0]

710 root 0 SW< [usb-storage]

855 root 1320 S resetbutton

950 root 0 SW [RtmpCmdQTask]

1005 root 1116 S telnetd

1028 root 744 S dnsmasq --conf-file=/tmp/dnsmasq.conf

1029 root 608 S p9100d -f /dev/lp0 0 -t 5

1085 root 1372 S /tmp/ppp/redial 30

1093 root 1252 S ttraff

1387 root 2164 S httpd -p 80

1490 root 0 SW< [kjournald]

1492 root 0 SW< [kjournald]

1507 root 628 S cron

1810 root 17932 S /opt/bin/transmission-daemon -g /mnt/data/torrents/.c

1814 root 17932 S /opt/bin/transmission-daemon -g /mnt/data/torrents/.c

1815 root 17932 R /opt/bin/transmission-daemon -g /mnt/data/torrents/.c

1816 root 1748 S /opt/bin/httpd -p 8080 -h /opt/share/www

1821 root 17932 S /opt/bin/transmission-daemon -g /mnt/data/torrents/.c

1823 root 1456 S /opt/sbin/xinetd

2064 root 2344 S nmbd

5569 root 1456 S pppd file /tmp/ppp/options.pppoe

5780 root 1252 S process_monitor

6251 root 640 S igmprt /tmp/igmpproxy.conf

13947 root 1132 S -sh

13966 root 1116 R ps -- ef
 
The process seems ok may be you were trying to download some huge files and extract at same time,
 
I am little new to flashing the router with custom firmwares, so I had the following query in mind

some days back I flashed my asus rt-n10 with DD-WRT, but was overwhelmed by the options and got completely lost

So I re-flashed it with asus stock firmware again

Now after this I think DD-WRT is offering options way beyond my usage so now I am trying some other firmwares, mainly tomato

Now my main question is: Which should I usE Tomato or DD-WRT?

I want more options for configuring QoS, Firewall, Port forwarding and triggering and domain name setup

Does Tomato offer such features or should I stick with DD-WRT?
 
Back
Top