OrionsHunter
06-03-2005, 11:49 PM
I have a recently upgraded 6.2 Series 2 DTiVo that I hacked to enable HMO using this guide:
http://www.thewallens.net/tivo/Tivo_unguide.html
Where in the author file do I setup a password for FTP and Telnet? Here is the author file that I used on my TiVo:
#!/bin/bash
export TIVO_ROOT=""
export MFS_DEVICE=/dev/hda10
export PATH=./:.:/utils:/bin:/sbin:/tvbin:/tivobin:/busybox
# start telnet
tnlited 23 /bin/bash -login &
# start ftp
tivoftpd
# add two static routes so the tivo doesn't phone home (stops breakage)
route add -host 204.176.49.2 gw 127.0.0.1
route add -net 204.176.49.0 gw 127.0.0.1 netmask 255.255.255.0
Thanks,
Orion
http://www.thewallens.net/tivo/Tivo_unguide.html
Where in the author file do I setup a password for FTP and Telnet? Here is the author file that I used on my TiVo:
#!/bin/bash
export TIVO_ROOT=""
export MFS_DEVICE=/dev/hda10
export PATH=./:.:/utils:/bin:/sbin:/tvbin:/tivobin:/busybox
# start telnet
tnlited 23 /bin/bash -login &
# start ftp
tivoftpd
# add two static routes so the tivo doesn't phone home (stops breakage)
route add -host 204.176.49.2 gw 127.0.0.1
route add -net 204.176.49.0 gw 127.0.0.1 netmask 255.255.255.0
Thanks,
Orion