finaly, here's what i've done:
1. login as root
2. go to /etc/xinetd.d directory
3. edit telnet file
4. change line disable = yes to
disable = no
5. restart xinetd, by;
/etc/init.d/xinetd restart
6. at command prompt, run redhat-config-securitylevel
7. tick/check all you wanted to start/avail; ftp, ssh, telnet, etc.
8. test it, by:
telnet <hostname> or
telnet <ip_address>
presto!