http://www.users.on.net/~hluc/myZaurus/custom.html (partial cache)
In order to enable the telnet daemon within inetd, uncomment the telnet entry in /etc/inetd.conf and restart inetd.
su vi /etc/inetd.conf telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd /etc/rc.d/init.d/inet restart
Make sure you use tcp wrapper as it is slightly more secure. Then enable tcp wrapper security by creating hosts.allow [ 1 ] See also hosts. and hosts.deny as follows:
su echo "ALL:ALL" > /etc/hosts.deny echo "in.telnetd: 192.168.129., 192.168.1." >> /etc/hosts.allow
Add any IP range you want to give access to in addition to the above.

ported