v9.0 -- 2X Client unable to connect

Discussion in 'Parallels Remote Application Server' started by murdan2413, Apr 6, 2011.

  1. murdan2413

    murdan2413 Guest

    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.
     
  2. davidsaliba

    davidsaliba Guest

    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.
     

Share This Page