can ping but can not telnet UNIX

I have one problem and it is giving me hard time

I can ping my windows machine

root@x1ChXpress:/sbin
>ping 192.168.129.66
192.168.129.66 is alive
root@x1ChXpress:/sbin
>netstat -rn

Routing Table:
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
172.16.0.148 164.48.156.180 UGH 0 37
192.168.129.66 164.48.156.166 UGH 0 7
192.168.129.134 164.48.156.166 UGH 0 15
164.48.152.0 164.48.156.169 U 3 39949 hme0
224.0.0.0 164.48.156.169 U 3 0 hme0
default 164.48.156.166 UG 0 81738
127.0.0.1 127.0.0.1 UH 0 900564 lo0

also I can ping my Unix from windows machine IP 195.168.128.123 DG 192.168.128.1

but I can not connect telnet from windows to UNIX

what might be a problem

thanks

What is the OS and version of the UNIX box? That helps in giving correct information of how to turn on telnet (although it's not recommended - using telnet may be a security risk - ssh would be a better choice).

In general, you need to find the file where services are set up to start - (on Solaris it would be /etc/inetd.conf) - make sure the telnet line is not commented out with #.

yes it is soalris and it has /etc/inetd.conf

and it is not in comment among all there is:
#
# Syntax for TLI-based Internet services:
#
# <service_name> tli <proto> <flags> <user> <server_pathname> <args>
#
# Ftp and telnet are standard Internet services.
#
ftp stream tcp nowait root /usr/sbin/in.ftpd in.ftpd
telnet stream tcp nowait root /usr/sbin/in.telnetd in.telnetd
#
# Tnamed serves the obsolete IEN-116 name server protocol.

but I can not telnet and I know it is more secure to use cecure shell but..I use telnet.

still telenet does not work for some reaseon

PS also I can ftp to local Uxix from my windows so ftp works.

are you using the actual microsoft telnet client? if so, i've never seen it work a good connection to a windows box ... try opening a dos window and then using that to telnet to the unix box ... also hyperterminal (see Start->Program->Accessories->Communications->HyperTerminal) would be good too ... good luck!