can the remote computer telnet the port 3389?
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com
"Marek" <(E-Mail Removed)> wrote in message news:dmhmc9$5r8$(E-Mail Removed)...
I have computer with Win XP (SP2). It has <IP adress>.
Ping to this address runs ok. On this computer netstat command returns :
C:\Documents and Settings\Marek>netstat -na | findstr 3389
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING
Firewall on this computer is down.
But I can not connect to its desktop from other computer in the same local
network.
Error message "Can not connect to computer (etc)...". Login windows is not
shown.
From this computer I can:
telnet localhost 3389
but I can not:
telnet <IP address> 3389
I can conntect to this addres form other computer usung the same syntax
(telnet <IP adress> 3389).
What is wrong?
MP