Wyse 5470 and mobile use with ThinOS and MS RDS GW Server

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #50716
    stadtmission-chemnitz
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    Hello,

    we are in the process of putting the new Wyse 5470 into operation. The goal is to set up the notebook with ThinOS and direct start of an RDP connection. Furthermore, the device should detect whether it is used within the company network (LAN or WLAN) or outside. If it is used outside, it should connect to the WLAN hotspot of the smartphone and go via an RDP GW server (MS Windows 2016).

    Here we face several problems:
    1. Setup of several WLAN profiles with priorities
    2. manually add own WLANs by the user
    3. Save the complete config files on the device and overwrite the same when the device is back in the company network, without overwrite manually add WLANs
    4. automatic selection whether to connect with or without RDS Gateway server

    Is there anyone here who has the same request and could contact us?
    The manuals do not really help us, since this requirement is only suitable for the new 5470 and is therefore out of the question with normal terminals.

    Many thanks
    greeting

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

    1. possible
    2. possible
    3. not possible
    4. not possible. You could achieve something like this with SelectServerList. However, the process is not automated and the user would have to select the desired environment manually.

    CG

    #50755
    stadtmission-chemnitz
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    How do i setup WLAN Profiles with wnos.ini?
    I found this, but this doesn´t work.
    thank you

    Device=Wireless Mode=Infrastructure SSID=”XXXXX” RoamSensitive=Medium IEEE8021X=yes network=wireless access=WPA2-ENT eap=yes eaptype=EAP-PEAP peapeap=EAP-MSCHAPV2 peapmschapun=wysewifi peapmschappwd=XXXXXXX peapmschapdm=XXXXXXX Profile=intern

    Device=Wireless Mode=Infrastructure SSID=”YYYYYYYY” RoamSensitive=Medium IEEE8021X=yes network=wireless access=WPA2Personal password=YYYYYYYY Profile=extern

    Device=Wireless Priority=”extern;intern”

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

    Looks like you are missing a “line forward” in front of IEEE8021X

    Device=Wireless Mode=Infrastructure SSID=”XXXXX” RoamSensitive=Medium

    IEEE8021X=yes network=wireless access=WPA2-ENT eap=yes eaptype=EAP-PEAP peapeap=EAP-MSCHAPV2 peapmschapun=wysewifi peapmschappwd=XXXXXXX peapmschapdm=XXXXXXX Profile=intern

    Device=Wireless Mode=Infrastructure SSID=”YYYYYYYY” RoamSensitive=Medium

    IEEE8021X=yes network=wireless access=WPA2Personal password=YYYYYYYY Profile=extern

    CG

    #50757
    stadtmission-chemnitz
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    now wlan works with this config:

    #intern
    Device=Wireless Mode=Infrastructure SSID=”XXXXXX” RoamSensitive=Medium

    IEEE8021X=yes network=wireless Profile=XXXXXXXX access=WPA2-ENT eap=yes eaptype=EAP-PEAP peapeap=EAP-MSCHAPV2 peapmschapun=wysewifi peapmschappwd=XXXXXXXXX peapmschapdm=XXXXXXX

    #extern
    Device=Wireless Mode=Infrastructure SSID=”YYYYYYYYY” RoamSensitive=Medium

    IEEE8021X=yes network=wireless Profile=YYYYYYYY access=WPA2-PSK wpa2pskpwd=yyyyyy

    Device=Wireless Priority=”XXXXXXX,YYYYYYY”

    #50758
    stadtmission-chemnitz
    Participant
    • Total Post: 34
    • Frequent Flyer
    • ★★★

    The next problem is that the notebook should also be used outside the domain! For a mobile phone is used as a Wi-Fi hotspot.
    Now we want to configure the WNOS.INI or MAC.INI so that the device still calls the RDP over Gatway connection even if it does not reach the file server.
    The necessary data should be stored in the notebook from the last WNOS.INI loaded.
    A timeout if the file server is not reached should be possible too.
    If that does not work, I have to question the meaningfulness of a ThinOS Mobile Device.
    Thank you very much.

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