Tarantella Administration Guide
> Security
> Configuring proxy server settings on clients
Configuring proxy server settings on clients
To use a proxy server with Tarantella, web clients and Tarantella Native Clients
need to be configured with the following information:
- The address and port number of the proxy servers your LAN uses to
connect to the Internet.
- An exception list of addresses which do not need to be accessed through the
proxy server, for example, addresses on your corporate intranet.
The configuration method you choose (automatic or manual) depends on
the size of your user base, their level of expertise, and the number and
type of client device(s) in use.
Automatic configuration
You can automatically configure the proxy server settings for web clients by using the URL
of an autoconfig file. The config file must be written in Javascript and have a .pac
file extension.
See the Netscape Proxy Auto-Config File Format page for details.
Note Use this format for all web browsers supported by Tarantella.
For users of the Native Client for UNIX, their proxy server settings
are stored in the $HOME/.tarantella/native-preferences file and may be updated using
a shell script.
Manual configuration
Some sample instructions for distribution to your users are included
here for you to modify and use as needed.
Microsoft Internet Explorer
- On the Tools menu, click Internet Options.
- On the Connections tab, click LAN Settings.
- Under Proxy server, click Use a proxy server for your LAN.
- To bypass the proxy for intranet addresses, click Bypass proxy server for local addresses.
- Click Advanced.
- For each type of proxy server used, type the address and port number of the proxy server.
- If you are using an exception list, type the addresses in the Exceptions box.
Netscape
- On the Edit menu, click Preferences.
- Click Advanced, Proxies.
- Click Manual Proxy Configuration.
- For each type of proxy server used, type the address and port number of the proxy server.
- If you are using a SOCKS proxy server, select SOCKS v5.
- If you are using an exception list, type the addresses in the
No Proxy for box.
Tarantella Native Client
- On the Webtop menu, click Options.
- Under Proxy servers, select one or more proxy server types.
- For each proxy server type selected, type:
- the proxy server name in the Address box, for example, chicago.indigo-insurance.com
- the port number in the Port box, for example, 8080
- If you are using an exception list, type the addresses in the Do
not use proxy server for addresses beginning with box.
An exception list is a semicolon-separated list of DNS hostnames:
chicago.indigo-insurance.com;detroit.indigo-insurance.com;london.indigo-insurance.com
Exception lists may include the * wildcard:
*.indigo-insurance.com
There is no translation between DNS hostnames and IP addresses in
exception lists. For example, with an exception list of "*.indigo-insurance.com",
connections to "chicago.indigo-insurance.com" and "detroit.indigo-insurance.com" would not
use the proxy server, but connections to "192.168.5.20" and
"192.168.5.30" (their IP addresses) would.
Note On Netscape browsers, the list is a comma-separated list.