Another telnet daemon
Came across a nicer compilation of applications for DNS-323. New version of busybox! It also packs far more commands than the telnet I have posted earlier on.
Surf on to here and follow the installation instructions.
Telnet daemon should start after you reboot the DNS-323. If it doesn’t start, perhaps the shell script has not been given executive permission. We shall edit the fun_plug to chmod it so that it could auto-start the next time round.
Just add the following lines before “if [ -d “${FUNPLUGDIR}/start” ]; then”
cd ./fun_plug.d/start
chmod 755 telnetd.sh
cd ./
Save fun_plug and restart the DNS-323. (You can go back later after restarting the DNS-323 and remove the above three lines since they won’t be necessary any more.)