Setup Guide
Table Of Contents
- Dell Wyse ThinOS Version 8.5 INI Reference Guide
- Introduction
- Getting Started: Learning INI File Basics
- Parameters for wnos INI files only
- Parameters for wnos INI, {username} INI, and $MAC INI files
- Connect Parameter: Options
- TimeZone Parameter: Values
- Best Practices: Troubleshooting and Deployment Examples
Table 9. Connection Settings: wnos.ini files, {username} INI, and $MAC INI files (continued)
[Autoconnect={yes, no}]
[Username-enc=encrypted_username_string]
[Password-enc=encrypted_password_string]
Folder=[folder]
Server— Specifies the VPN server IP or the VPN server
name. The length of the string is limited to 63 characters.
Username— Specifies the login username. The length of the
string is limited to 31 characters.
Password— Specifies the login password. The length of the
string is limited to 31 characters.
Autoconnect— Specifies the option to enable or disable
auto-connect on system startup.
Username-enc— Specifies AES encrypted Login Username
Password-enc— Specifies AES encrypted Login Password
Folder— Specifies the grouping of connections. Displays
the folder on ThinOS desktop only if the mode is classic
mode and the paraneter signon is set as signon=yes
icongroupstyle=folder. The folder can include sub folders,
for example, connect=rdp host=10.151.122.71 icon=default
folder=rdp\test1
TOS priority settings for TosDSCP INI
Routers treat network packets differently based on priority of the TOS tag in the IP header.
IP header has a 1-byte field called TOS—Type of Service.
IP precedence is older than DSCP. DSCP is compatible with IP Precedence.
Table 10. TOS priority settings
Bit7 Bit6 Bit5 Bit4 Bit3 Bit2 Bit1 Bit0
IP
precedence
IP precedence
DSCP DSCP
Class Selector Drop Precedence
CS1 Dscp (001 000) match packets with precedence 1 (Low)
CS2 Dscp (010 000) match packets with precedence 2
CS3 Dscp (011 000) match packets with precedence 3
CS4 Dscp (100 000) match packets with precedence 4
CS5 Dscp (101 000) match packets with precedence 5
CS6 Dscp (110 000) match packets with precedence 6
CS7 Dscp (111 000) match packets with precedence 7 (High)
Table 11. TOS priority settings
IP precedence(3 bits) DSCP ( 6 bits)
Name Value bits Per-Hop behavior ClassSelector
DropPrecedence
Code point Name DSCP Bits(decimal)
Routine 0 0 Default NA NA Default 000 000 (0)
Priority 1 1 AF 1 1.Low AF11 001 010 (10)
2.Medium AF12 001 100 (12)
88 Parameters for wnos INI, {username} INI, and $MAC INI files