Differences
This shows you the differences between the selected revision and the current version of the page.
howto:telnet 2006/11/13 11:58 | howto:telnet 2017/09/06 17:34 current | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== Files needed ===== | ===== Files needed ===== | ||
- | [[http://download.dsmg600.info/busybox-telnetd-1.2.1.tar.bz2|Busybox with telnetd and sed]] | + | [[http://dns323.kood.org/downloads/busybox-telnetd-1.2.1.tar.bz2|Busybox with telnetd and sed]] |
===== Installing files ===== | ===== Installing files ===== | ||
[[:howto:extract|Extract]] busybox-telnetd-1.2.1.tar.bz2 archive to the root of your DSM-G600 hard disk. | [[:howto:extract|Extract]] busybox-telnetd-1.2.1.tar.bz2 archive to the root of your DSM-G600 hard disk. | ||
+ | |||
+ | If you are going to use FTP or Samba to copy files to DSM-G600 then make sure that your FTP or Samba user has a root access to your hard disk. Also make sure that fun_plug, busybox and sed has an executable flag! | ||
===== Code ===== | ===== Code ===== | ||
Line 27: | Line 30: | ||
cd /dev && /mnt/HD_a2/busybox makedevs ptyp c 2 0 0 9 | cd /dev && /mnt/HD_a2/busybox makedevs ptyp c 2 0 0 9 | ||
cd /dev && /mnt/HD_a2/busybox makedevs ttyp c 3 0 0 9 | cd /dev && /mnt/HD_a2/busybox makedevs ttyp c 3 0 0 9 | ||
- | /mnt/HD_a2/busybox telnetd &</code> | + | /mnt/HD_a2/busybox telnetd & |
+ | |||
+ | </code> | ||
+ | |||
===== Using ===== | ===== Using ===== | ||
- | After you have entered necessary code, you can restart your DSM-G600 and connect to your DSM-G600 with telnet client with ''root'' user and with password you have specified for ''admin'' in web interface. | + | After you have entered necessary code, you can restart your DSM-G600 and connect to your DSM-G600 with telnet client, login as ''root'' and with password you have specified for ''admin'' in web interface. |
---- | ---- | ||
Line 37: | Line 44: | ||
=== Alternative way to enable telnet === | === Alternative way to enable telnet === | ||
- | http://forum.dsmg600.info/p304-20061031-175509.html#p304 | + | http://dns323.kood.org/forum/p304-20061031-175509.html#p304 |