pseudo firmware update for avm fritzbox!fon 7050 (and other models) starts the telnet daemon on the box, does not change anything in flash memory (a reboot removes all changes made by this file) contains the editor e3c and the flash edit script ne3c (like vi and nvi) to edit /var/flash/debug.cfg: **** standard disclaimer: editing debug.cfg might make your box unusable **** - telnet into the box - cd /var - ./ne3c flash/debug.cfg - to quit use the keys: ctrl+k, then q the following line starts telnetd at boot time: /usr/sbin/telnetd -l /sbin/ar7login to load e3c/ne3c at boot time you could add to debug.cfg: cd /var wget http://www.spblinux.de/fbox/ne3c wget http://www.spblinux.de/fbox/e3c [ -f ne3c ] && chmod 755 ne3c [ -f e3c ] && chmod 755 e3c ------------------ C.O. 12-2005 (idea taken from starttelnet.image, http://www.akk.org/~enrik/fbox/ )