How to install Transmission on WNR3500L

Written by pmd - - no comments

How to set up Optware on WRT3500L with firmware Tomato Firmware 1.28.0000 MIPSR2-138 K26 USB miniVPN by shibby.
How to install Transmission BitTorrent client on external drive plug on USB of WNR3500L. 

First, you should have a partition in ext2/ext3 in order to be able to install Optware on it (you cannot install optware directly on you router memory neither on FAT and NTFS partitions). 

In administration interface of your router, go to section "USB and NAS >> USB Support". Make sure ext2/ext3 File Systems Support is checked.

I plugged in my router one HDD of 250GB. 249GB formatted in NTSF. 1GB formatted in ext3 called <harddisk label> where I will install different packages such as Transmission.

Procedure:
1. make sure mounted usb harddisk is detected. ls /tmp/mnt/<harddisk> should be present
2. cd /tmp/mnt/<harddisk>
3. mkdir /tmp/mnt/<harddisk>/opt
4. mount -o bind /tmp/mnt/<harddisk>/opt /opt
5. cd /opt
6. install your optware, sh /usr/sbin/optware-install.sh
7. update optware, ipkg update and ipkg upgrade
8. install transmission, ipkg install transmission
9. you can list all packages available with ipkg list

Then, go enable BitTorrent in router adminitration, section "USB and NAS >> BitTorrent Client".

Once it's started you can monitor Transmission via http :

Et voila !

DDNS on WNR3500L

Written by pmd - - no comments

How to set up DDNS on WRT3500L with firmware Tomato Firmware 1.28.0000 MIPSR2-138 K26 USB miniVPN by shibby.

Two services in case one falls :

  • no-ip.com
  • dtdns.com

In block named Dynamic DNS, I choose Use external IP checker because I do not get my Internet connection from my WAN port. 
I set auto-refresh at 1 day even though I'm not sure what it really means.

How to use no-ip :

  1. create free account on no-ip.com.
  2. choose No-IP.com as service in Dynamic DNS 1 options and configure. 

How to use dtdns :

  1. create free account on dtdns.com
  2. read https://www.dtdns.com/dtsite/updatespec
  3. choose Custom URL as service in Dynamic DNS 2 options and configure. 
  4. example : http://www.dtdns.com/api/autodns.cfm?id=username.dtdns.net&pw=password

It works like a charm !

How to double check from command line ? Here :

# wget -qO- ifconfig.co
Rss feed of the tag