TBT-LTC

ICA and RDP

 

  1. How do I set the alternate address for a Citrix server on the ICA client when natting is involved?
  2. Using the RDP session with 2000 Terminal Server I cannot get any sound.
  3. How to I connect a Printer in an RDP session on LTC/WTC units?
  4. Using an LTC thin client, I am running an RDP session and get the numbers 2,4,6,8 when using the arrow keys.
  5. My RDP session won't work - name of session contains an apostrophe.
  6. When I try to establish a connection to my Citrix server, I either get an error negotiating capabilities and then it disconnects or a message that the connection ended because of network error.

  7. How do I create an RDP session so that it automatically logs in and starts it automatically?

 


 

How do I set the alternate address for a Citrix server on the ICA client when natting is involved?

The altaddr setting can only be set thru the BOSmanager software installed on a PC, this is done by right clicking on an LTC that appears in the BOSmanager and selecting "Properties", then clicking on the "Misc" tab and the clicking the ICA Global Settings button and then the altaddr can be set in the Firewall settings. After the change has been made it is necessary to send the configuration to the LTC thru the BOS by righting clicking the unit again and selecting Configurations and then Download to device.

Back to Top

Using the RDP session with 2000 Terminal Server I cannot get any sound.

Terminal  Services Server 2000 does not support sound, Terminal Services Server 2003 does.

Back to Top

How to I connect a Printer in an RDP session on LTC/WTC units?

  1. Edit the properties of the session or Add it when creating the session, this is done on the “Options” tab of the session.

  1. For the driver name enter the name of the driver as it would appear in Windows, i.e. HP Laserjet 3300 PCL6.  When the session connects it should connect the printer automatically to the Terminal Services Server and make it available to the user connecting the session.  This is only available with connecting to a Windows 2003 TS server and when version 5 is selected on the RDP session in the Options Tab.
Back to Top

Using an LTC thin client, I am running an RDP session and get the numbers 2,4,6,8 when using the arrow keys.

Uncheck the box in the Input Tab of the Terminal Properties to remove the problem. This is not a bug, it is a result of new keyboard mapping.
 

Back to Top

My RDP session won't work - name of session contains an apostrophe.

Create the session name without an apostrophe - Linux RDP sessions do not support.

Back to Top

When I try to establish a connection to my Citrix server, I either get an error negotiating capabilities and then it disconnects or a message that the connection ended because of network error.

To reset license file:

1. Get a shell (CTRL-ALT-SHIFT-1 keys together)

2. Use folllowing commands

cd /tmp/config

rm -r .rdesktop

freeze

3. Reboot the machine

To run RDP from a shell:

1. Get a shell

2. Use following commands

export PATH=$PATH:/usr/lib/rwin

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/rwin

3. Run rwin from shell trying

rwin -f -e ip-address-of-server disables encryption

rwin -f -E ip-address-of-server disables client encryption

rwin -f -4 ip-address-of-server use RDP version 4

Back to Top

How do I create an RDP session so that it automatically logs in and starts it automatically?

From connection manager create a new RDP connection

Name - name displayed on ICON on desktop

Enter the server name

Enter Logon information including password and domain information

Select OK and an ICON will be created on the desktop

Go to the connection manager and find the created RDP session - select it and select Startup.

Check Enable connection autostart.

Connection will automatically start upon thin client bootup.

Back to Top