v9.0 -- 2X Client unable to connect

  • Thread starter Thread starter murdan2413
  • Start date Start date
M

murdan2413

Testing in progress.

New host (physical), running WinSvr 2008 R2, Domain Controller.

2x Application Server installed (SMB Mode), Gateway Mode. Published Microsoft Write.

Installed 2x Client on same host, able to connect to published application.

Installed 2x Client on Win7 (x64) client, same physical network. 2X client connection from Win7 client to server fails, however standard terminal services client on the Win7 box IS able to connect to the server. What gives? Attempted turning off the firewall on both the Win7 host as well as the 2x AppServer host, same result. Does not appear to be a firewall issue.
 
If the server is an AD and a TS it is not supported.
ADs should have very limited roles and applications running.

From
http://technet.microsoft.com/en-us/libr ... 4863(WS.10).aspx

Plan to install Terminal Server on a standalone server, not on a domain controller. When installed on a domain controller, Terminal Server performance is affected because of the additional memory, network traffic, and processor time required to perform the tasks of a domain controller in a domain.

As a quick test might be bypassing the firewall completely like :

Code:
c:\>netsh advfirewall set allprofiles state off

Switch is back on once you confirm then set the incoming ules for the right profiles.

If you have an antivirus solution this could be the limiting factor too.

De-activating might not always do the trick. More often than not you might need to uninstall.

Since this is a VM make sure you NAT and connectivity is working well.

Hope this helps.
 
Back
Top