MultiTerm can automatically detect if you are connected to the internet through a proxy server, but we recommend that you add the proxy server details to your MultiTerm settings file to speed up the connection process. The settings file is the first place that MultiTerm looks for proxy server settings.
Procedure
- Open the MultiTerm settings file. By default, this is located under C:\Documents and Settings\<user>\Application Data\SDL\SDL MultiTerm\settings.xml, where <user> is the name of the current user.
- Use the following structure to organize the information in the settings.xml file:
<key name="ProxySettings">
<value name="Server">proxy.server.com</value>
<value name="Port">80</value>
</key>
- Save the settings.xml and restart MultiTerm.