wyse rdp vm proxmox

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #105976
    k7
    Participant
    • Total Post: 1
    • Newbie

    I am setting up a test environment. I have created a few Windows 10 VM’s in Proxmox server. I am using Dell Wyse T10D thin clients. No connection broker is used in this setup. I want the thin clients to connect to VM’s using RDP. I can connect to VMS if the thin client is manually configured. I want to automate this using a mac.ini file. Below is the mac.ini file that I use. When I checked the thin client event log I see the thin client invalid statement at host lines and it prompts for login. when I enter login information manually it does not connect to VM. I am not sure what the issue is.

    ;UNDER TEST

    Timeserver= time.nist.gov Timeformat=”12-hour format” Dateformat=dd/mm/yyyy
    TimeZone=’GMT – 06:00′ ManualOverride=yes Daylight=yes Start=030507 End=110507 TimeZoneName=”Central Standard Time” DayLightName=”Central Daylight Time”
    ;========================================
    ;RDP
    CONNECT=RDP \

    Host=10.15.3.142 \

    Description=”rdp server” \
    Domainname=testdomain.local \
    LocalCopy=no
    ;Privilege=Low EnablePrinterSettings=Yes HidePPP=Yes
    ;DisableButton=Yes
    ;AutoPower=Yes
    ;================================================

    SessionConfig=ALL UnmapPrinters=no UnmapSerials=no Smartcards=yes

    #userlogin
    defaultuser=user1 \
    password=password1
    Domainlist=testdomain.local \

    #printer mapping

    ;Screensaver
    screensaver=0

    #when sign off virtual desktop OS,automatically shutdown thin client
    AutoSignoff=yes Shutdown=yes
    Shutdowncounter=1 Unit=second

    #when sign off virtual desktop OS,automatically restart thin client
    ;AutoSignoff=yes Reboot=yes
    ;Shutdowncounter=1 Unit=second

    #option to display various information (such as System Version,
    #Terminal Name, IP Address, and MAC Address) in shutdown window
    ;shutdowninfo=yes

    #WakeOnLAN
    WakeOnLAN=yes

    Exit=all

     

     

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

    I would highly recommend using my Configuration Generator to create your INI files.

    CG

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