
Originally Posted by
riqued
these three things are right with me but I still can't connect... what to do?
Those three things are just for the "ERROR: connect: Connection refused." message.
Anyway, if you are connecting the windows box trough a local area network, try disabling the windows firewall and launch this two commands from an unix shell or windows cmd.
Code:
$ ping 192.168.0.19
PING 192.168.0.19 (192.168.0.19) 56(84) bytes of data.
64 bytes from 192.168.0.19: icmp_seq=1 ttl=128 time=0.168 ms
64 bytes from 192.168.0.19: icmp_seq=2 ttl=128 time=0.174 ms
64 bytes from 192.168.0.19: icmp_seq=3 ttl=128 time=0.180 ms
64 bytes from 192.168.0.19: icmp_seq=4 ttl=128 time=0.198 ms
--- 192.168.0.19 ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3012ms
rtt min/avg/max/mdev = 0.168/0.180/0.198/0.011 ms
Code:
$ telnet 192.168.0.19 3389
Trying 192.168.0.19...
Connected to 192.168.0.19.
Escape character is '^]'.
Substitute 192.168.0.19 with your windows box ip address. With windows firewall disabled, it must reply pings and accept the telnet connection (it will be automatically closed, but accepted at start).
If neither ping or telnet give a successful reply, paste results here, but probably both systems aren't correctly connected to the LAN or misspelled address, assuming that you enabled terminal server service correctly, otherwise review the full tutorial.