Page 1 of 1

Command for gateway portal using Client Generator

Posted: Wed Apr 27, 2016 3:53 pm
by rogertruong
Hi Everyone,
After Generator a Client, Is there any command to enable the Use Gateway & Gateway Web Port Number?
Client-56 /clean /user:abc
when I do Client-56 /?
No gateway command.

Thanks
Roger

Re: Command for gateway portal using Client Generator

Posted: Wed Apr 27, 2016 3:59 pm
by admin
Hello,

Yes, you can use the -loadbalancing 1 to enable the use of gateway/loadbalancing and -portloadbalancing 80 to specify the http port to be used for loadbalancing.

Re: Command for gateway portal using Client Generator

Posted: Wed Apr 27, 2016 6:08 pm
by rogertruong
Hi Olivier,
I have try to generator a new client
Connect to the server, I got the following error

load balancing data not found
Possible, the expecting web server port is not properly set on your gateway server
To test your setting, please try the following command
http://ip-address/cgi-bin/hb.exe

I try http://ip-address/cgi-bin/hb.exe
This page can't display

but if I http://ip-address using IE or Firefox
I have no problem connecting & login to my 2 Test Tsplus server.
I have using Gateway Reverse-Proxy and with load balancing enable

Thanks
Roger

Re: Command for gateway portal using Client Generator

Posted: Thu Apr 28, 2016 9:55 am
by admin
Hello,

This means your loadbalancing is not enabled or that your servers cannot communicate amongst them using the 80 port.
When you open an admin tool, go to the gateway tile and click on loadbalancing. Then edit a server's properties, if the server cannot be reached then this means port 80 is blocked somewhere.

More information on loadbalancing configuration can be found here : http://www.terminalserviceplus.com/docs ... ng-feature

Re: Command for gateway portal using Client Generator

Posted: Thu Apr 28, 2016 2:12 pm
by rogertruong
Hi Olivier,
Thanks a lot for the information, I see the load balancing working on RDP generate client and also HTML5
Roger