>> "... even installed terminal services"
You have installed TS in application mode making the server to require a TS Licensing Server for leasing TS-CALs. The TS has a grace period when being able to work without licenses, but will after that require a TSLS with TS-CALs to be able to connect to the TS.
TS in remote admin mode is free with two connections without TSLS/TS-CAL requirement. If that is expected, uninstall the Terminal Server role through control panel -> add/remove programs -> add/remove windows components.
Main Topics
Browse All Topics





by: MikeHolcombPosted on 2009-11-03 at 11:30:37ID: 25732560
I would ensure that the Remote Desktop Service is running. You can look under the Services control applet as well as use the netstat to ensure the system is listening on TCP port 3389. For example:
C:\>netstat -an
Active Connections
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING
TCP 0.0.0.0:135 0.0.0.0:0 LISTENING
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING
TCP 0.0.0.0:445 0.0.0.0:0 LISTENING
TCP 0.0.0.0:902 0.0.0.0:0 LISTENING
TCP 0.0.0.0:912 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1041 0.0.0.0:0 LISTENING
TCP 0.0.0.0:1241 0.0.0.0:0 LISTENING
TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING <----- Terminal Services listening for connections
Hope this helps...
Mike