;---------------------------------------------------------------------------- ; Sample RDM Server connect.ini file ; ; Aliases [RDS] Protocol=tcp ;Comma separated list of protocols to try ;Host=192.168.2.139 ;IP address of machine with server Host=127.0.0.1 ;or IP address of machine with server Port=1530 ;TCP/IP port the server is using (optional if available ; through services file or protocol default port) [RDS2] Protocol=tcp ;Comma separated list of protocols to try Host=192.168.2.122 ;IP address of machine with server Port=1530 ;Port the server is using (optional w/ host name) [RDSlocal] Protocol=local ;Comma delimited list of protocols to try Name=RDS ;Name of server (default is alias name (vellocal)) ; ---------------------------------------------------------------------------- ; Protocol Configuration [TCP Configuration] ;Enabled=no ;Enable transport (default yes) ;PacketSize=8192 ;Set send/recv packet size (default 4096) ;DefaultPort=1530 ;Default port to use for TCP connections (if enabled ; the services file will not be used) [NT NP Configuration] ;Enabled=no ;Enable transport (default yes) ;NamedServices=on ;Use named services to find server (default off) [Local Configuration] ;GlobalNames=yes ;Enable global names (for Terminal Services) (default no) ;Enabled=no ;Enable transport (default yes) ; ---------------------------------------------------------------------------- ; General Client Communication Settings [Configuration] ;EncryptCommunications=yes ;Encrypt messages from clients (default is no) ;ClientTimeout=60 ;Timeout in minutes for clients (default is 0, no timeout)