Connect to RDS Farm with load balancing

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #46390
    SZErik
    Participant
    • Total Post: 3
    • Newbie

    Hi all,

    I would like to connect to a RDS 2016 farm. Therefore, I need to specify the collection settings. In a RDP file, i find the following lines:

    workspace id:s:portal.contoso.com
    use redirection server name:i:1
    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.WorkSpace
    alternate full address:s:workspace.contoso.com

     

    How do specify these settings into a Wyse ini file?

    Thanks in advance!

    #46392
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    You have to point ThinOS to the RDweb server.

    VDIBroker=your_RDwebserver
    ConnectionBroker=Microsoft

    CG

    #46394
    SZErik
    Participant
    • Total Post: 3
    • Newbie

    Hi ConfGen,

    Thank you for your quick answer!

    Unfortunately, it still doesn’t work… The ini-file looks as follows:

    connect=rdp \
    autoconnect=0 \
    description=”Workspace testuser” \
    host=workspace.ourdomainname.com \
    VDIBroker=https://portal.ourdomainname.com \
    ConnectionBroker=Microsoft RDCollections=”StdWorkspace” \
    SignOn=yes \
    fullscreen=yes \
    colors=true \
    Icon=default \
    Username=$UN \
    Password=$PW \
    Domainname=WINDOWS

    What am i doing wrong?

    Normally the RD Web Access-website is accessible via: https://workspace.ourdomainname.com/RDWeb

    #46396
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    You are doing nearly everything wrong 😉

    Just use these lines:
    VDIBroker=https://portal.ourdomainname.com
    ConnectionBroker=Microsoft RDCollections=”StdWorkspace”
    SignOn=yes
    Domainlist=WINDOWS

    Nothing else for the moment.

    CG

    #46855
    Kimyjack
    Participant
    • Total Post: 2
    • Newbie

    Hello all,

    I have the same problem when I try two connect Wyse 5060 (Frmw 8.4_110) on my infra :
    RDS 2012 R2 farm with 2 brokers, 2 collections and 8 hosts.

    I would like to specify the collection settings : loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.FARM02

    I don’t have idea, I test lot of things…

    This a part of wnos.ini file :

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    SignOn=NTLM SaveLastDomainUser=Yes EnableOK=Yes DisableGuest=yes DisableEditDomain=yes
    MaxVNCD=1
    VncPassword=”******”
    VncPrompt=Yes

    VDIBroker=https://broker01.*****.local
    ConnectionBroker=Microsoft RDCollections=”FARM02″
    SignOn=yes
    DomainList=”*****.local”
    DisableDomain=yes

    TSGWEnable=no

    AddCertificate=rootca_FVE.cer
    AddCertificate=intermediaryca_FVE.cer
    AddCertificate=Broker01.cer

    ;*************************************************************
    ;* General Session *
    ;*************************************************************

    SessionConfig=ALL MapDisks=yes

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    SessionConfig=RDP enablerdph264=no EnableGFX=yes Dragging=no Animation=no Theme=no EnableRecord=yes usbredirection=RDP

    The RD Web Access-website is accessible via: https://broker01.****.local/RDWeb

    Do you have an idea?

    Best regards.

    #46875
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Your wnos.ini settings look good.
    Is https://broker….. you RD Broker or your RDWeb server? It has to be the RDweb server.

    CG

    #47420
    aaron C
    Participant
    • Total Post: 2
    • Newbie

    I have a very similar issue and I am hoping someone can help me here.

    I have tried many variations on the solutions above.  I have the following:

    TS Gateway: rlrdgw.****.com

    Load balancer:  rdcblb.*****.com

    Host: rlreview01.*****l.com

    There are additional hosts at xx02,03 etc.

    If I doe the following in my wnos.ini I connect fine, but no load balance:

     

    CONNECT=RDP \
    Host=rdcblb.****.com \
    Description=”Review” \
    AutoConnect=Yes \
    Colors=true \
    Fullscreen=yes \
    Resolution=default \
    LowBand=No \
    NoReducer=Yes \
    LocalCopy=no \
    TSGWEnable=yes \
    TSGWSERVER=rlrdgw.****.com \
    TSGWUSESAMEINFO=yes \

     

    I have tried replacing the HOST with the load balancer but that does NOT work.  I also tried the following based on the info above:

    VDIBroker=https://rlrdgw.****.com
    ConnectionBroker=Microsoft
    RDCollections=”Review_Console”
    SignOn=yes
    Domainlist=RL

    The RDCollections info came from the rdp file download:

    loadbalanceinfo:s:tsv://MS Terminal Services Plugin.1.Review_Console

     

    NOthin works.  I have tried using the gateway as well as the loadbalancer for the vdibroker

    Any thoughts or suggestions?

     

     

     

     

     

     

     

     

    #47421
    Kimyjack
    Participant
    • Total Post: 2
    • Newbie

    Hello Aaron,

    You can take example on the extract of my wnos.ini file, it works well.
    I forgot to reset my test wyse.

    And thanks ConfGen for your help.

    Tell us if it helps you …

    Have a good day.

    #47422
    aaron C
    Participant
    • Total Post: 2
    • Newbie

    Kimyjack.  I have been using your extract example (with a gateway)

    Did some digging in the logs and it appears that the domain controller is seeing double domain entries…..

    access denied rl\rl\username

    so it looks like somehow it is appending an additional domain entry.  I am not sure where that additional RL is coming from in the process

    #47423
    ConfGen
    Keymaster
    • Total Post: 10696
    • Jedi Master
    • ★★★★★★★

    Are you using Web socket connection between client and TSGW?
    Then you should test
    SessionConfig=RDP TsgwWebsock=yes

    CG

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.