DD-WRT v18777
here you go.
Code:mount -t ext3 /dev/sda2 /mnt
this is the difference in mount point and you have to use proftpd instead of vsftp. Apart from that every thing is same as the older firmware.
for reference my start up script is [transmission works on port 50000 for me]
Code:sleep 5 mount -t ext3 /dev/sda2 /mnt echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd sleep 30 echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart iptables -I INPUT -p tcp -d 192.168.1.1 --dport 50000 -j logaccept /opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon
hi, i changed firmwire to 18777 from 16994 because in 16994 it was not detecting pendrive after startup. Now in 18777, pendrive mounts ok, transmission also runs, but ftp (ftp://192.168.1.1) and transmission (http://192.168.1.1:9091/) do not work.
transmission we browser says ::
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.
Please suggest how to solve this. Also, if please guide how to proftpd if that solves the ftp case.
I was trying as written in http://www.dd-wrt.com/wiki/index.php/ProFTPd but "nano opt/etc/xinetd.conf" & "nano opt/etc/proftpd.conf" commands only opened blank files.