Proxy Server Setup for Tehama Desktops
You may wish to set up your Tehama Desktop to use a proxy server (software that intercepts traffic between your desktop and a remote endpoint).
Running a proxy server on your Tehama Desktop will interfere with functionality that is necessary for your Desktop to run properly, unless you take steps to make sure that your proxy server excludes the following IP addresses:
- 1.0.0.0
(DNS, load balancer) - 169.254.169.254
(Amazon EC2 metadata server) - z.arin.net
(reverse lookup) - N.N.*.* syntax for Windows or N.N.0.0/16 syntax for Linux,
where N.N are the first two segments of your desktop's IP address.
(local (intranet) addresses)
To accomplish this:
- First Find your Desktop IP Address.
- Then:
- if your Desktop's operating system is Windows, follow the instructions in section Windows Desktop Proxy Server Setup.
- if your Desktop's operating system is Linux, follow the instructions in section Linux Desktop Proxy Server Setup.
Find your Desktop IP Address
- Connect to your Windows 10 Tehama Desktop.
- Open the Desktop/Workspace Agent.
- Select the ABOUT tab.
- Locate your desktop's IP address in the "Desktop IP Address" field.
Windows Desktop Proxy Server Setup
- Connect to your Windows 10 Tehama Desktop.
- Click the Settings gear wheel icon. The settings' dialog will appear.
- Click on Network & Internet. The network and internet dialog will appear.
- Select Proxy in the sidebar menu. You will see the "Manual Proxy Setup" page.
- Toggle the "Use a proxy server" to the "On" position.
- Enter your proxy server's address and port into the "Address" and "Port" fields.
- EITHER:
- Locate the field under the text "Use the proxy server except for addresses that start with the following entries. Use semicolons (;) to separate entries."
- Enter the following into the field:
1.0.0.0;169.254.169.254
- Place a checkmark in the checkbox next to the text "Don't use the proxy server for local (intranet) addresses".
- Locate the field under the text "Use the proxy server except for addresses that start with the following entries. Use semicolons (;) to separate entries."
- Enter the following into the field:
1.0.0.0;169.254.169.254;z.arin.net;N.N.*.*
where N.N are the first two segments of your desktop's IP address. - DO NOT place a checkmark in the checkbox next to the text "Don't use the proxy server for local (intranet) addresses".
- Save your changes.
Linux Desktop Proxy Server Setup
- Connect to your Ubuntu 18.4 Tehama Desktop.
- Open a Firefox browser.
- Click on the hamburger menu icon.
- Select Preferences. The preferences dialog will appear.
- Enter the text "proxy" into the search field.
- In the search results, click on Settings. The Connection Settings dialog will appear.
- Click next to the text "Manual proxy configuration" to select that option.
- Enter your proxy server's address and port as appropriate into those of the following fields that apply for your proxy server:
- HTTP Proxy
- HTTPS Proxy
- FTP Proxy
- Locate the field under the text "No proxy for".
- Enter the following into the field:
1.0.0.0,169.254.169.254,z.arin.net,N.N.0.0/16
where N.N are the first two segments of your desktop's IP address. (Note that the addresses in this field are comma separated.) - Save your changes.