Asus RT-N13U B1 - DD-wrt thread

Hey...Can you please help me here...
I have been struggling on this for past one year...tried almost all tutorials on the net:(

See below screenshot for my DDNS configuration
And I CAN ACCESS torrent dowload(transmisison,Putty,Webserver,FTP,samba ) FROM internet using DDNS Name :)
 

Attachments

  • Shot.jpg
    Shot.jpg
    258.7 KB · Views: 279
Update:
I am getting the below error after disabling the firewall in the router:
The error only comes when I try to access the site from internet (within home n/w the link is accessible fine"
Link
http://arvindXXX.no-ip.org:9091
403: Forbidden

Unauthorized IP Address.

Either disable the IP address whitelist or add your address to it.

If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.

If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
 
Thanks...I figured it out.

Now its working but the issue now is that it doesn't ask for any authentication:( ....as soon as I enter the url I am taken to the page :( :(
 
Do you mean the below
Issue is - what do i put in the id and password?
for pwd - I can see that its encrypted which means that I need to set it somehwere else and it picks from there?
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{9fcfb5501a25d04b10c84081345785a67a1c8547Fa4IcUrX",
"rpc-port": 9091,

In json file there is a configuration which allow you to Set authentication
 
Do you mean the below
Issue is - what do i put in the id and password?
for pwd - I can see that its encrypted which means that I need to set it somehwere else and it picks from there?
Stop transmission first then add password

Code:
"rpc-enabled": true, 
"rpc-authentication-required": true,
"rpc-password": "Password", 
"rpc-username": "userName",
 
i am unable to get transmission to download torrents.


Here is the log :
[08:53:25.486] Transmission 2.82 (14160) started (session.c:738)
[08:53:25.487] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:828)
[08:53:25.487] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1035)
[08:53:25.487] Port Forwarding Stopped (port-forwarding.c:183)
[08:53:25.487] UDP Failed to set receive buffer: requested 4194304, got 327680 (tr-udp.c:78)
[08:53:25.487] UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:83)
[08:53:25.487] UDP Failed to set send buffer: requested 1048576, got 327680 (tr-udp.c:89)
[08:53:25.487] UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:94)
[08:53:25.487] DHT Generating new id (tr-dht.c:310)
[08:53:25.487] Using settings from "/tmp/mnt/sda2/torrents/.config/transmission-daemon" (daemon.c:526)
[08:53:25.487] Saved "/tmp/mnt/sda2/torrents/.config/transmission-daemon/settings.json" (variant.c:1217)
[08:53:25.488] Loaded 2 torrents (session.c:1994)
[08:54:12.956] DHT Attempting bootstrap from dht.transmissionbt.com (tr-dht.c:248)
[08:54:31.136] abcdefgh.xyz Connection failed (announcer.c:999)
[08:54:31.137] abcdefgh.xyz Retrying announce in 0 seconds. (announcer.c:1008)
[08:54:31.137] abcdefgh.xyz Connection failed (announcer.c:999)
[08:54:31.137] abcdefgh.xyz Retrying announce in 0 seconds. (announcer.c:1008)
[08:54:31.137] abcdefgh.xyz Scrape error: Connection failed (announcer.c:1282)
[08:54:31.137] abcdefgh.xyz Retrying scrape in 0 seconds. (announcer.c:1291)
[08:54:31.137] abcdefgh.xyz Connection failed (announcer.c:999)
[08:54:31.137] abcdefgh.xyz Retrying announce in 20 seconds. (announcer.c:1008)
[08:54:33.156] abcdefgh.xyz Could not connect to tracker (announcer.c:999)
[08:54:33.156] abcdefgh.xyz Retrying announce in 20 seconds. (announcer.c:1008)

the settings file

{
"alt-speed-down": 0,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 0,
"bind-address-ipv4": "192.168.1.1",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/tmp/mnt/sda2/torrents/downloads",
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/tmp/root/Downloads",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 63840,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": false,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{466a6929b6369254ad5b780d1e78448e7477ec47tdsDxTOp",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true
}



Anything that is wrong with my setup?


I am able to add torrents to transmission. It shows the number of seeds/peers but does not connect to any of them.
I tried enabling UPNP as well as disabling it and manually forwarding the ports.
 
I've problem that transmission does downloading good but whenever power supplies fail usb drive doesn't get mounted usually and i've to pull it out and then back, then it gets mounted.Sometimes usb does get mounted after power restores but i observed transmission never restarts and i've to start it always from commands in administration.
I've added following commands in start-up (usb mounting is on opt)
sleep 2
killall transmission-daemon
sleep 2
/opt/bin/transmission-daemon -g /opt/etc/transmission-daemon

Plz help.
 
I've problem that transmission does downloading good but whenever power supplies fail usb drive doesn't get mounted usually and i've to pull it out and then back, then it gets mounted.Sometimes usb does get mounted after power restores but i observed transmission never restarts and i've to start it always from commands in administration.
I've added following commands in start-up (usb mounting is on opt)
sleep 2
killall transmission-daemon
sleep 2
/opt/bin/transmission-daemon -g /opt/etc/transmission-daemon

Plz help.

Are you using usb pen. drive?

I had this issue when I was using usbpen. Drive, but no issues when I moved to usb bus self powered Ext hdd
 
Back
Top