# README-ZAURUS.txt # Thu Jul 8 17:50:50 UTC 2004 1. Proxy configuration - The default configuration settings are stored in the file server.cfg - You must add your network information to this file. Specifically, domain and user name: # Windows Domain. # NOTE: it is not full qualified internet domain, but windows network domain. NT_DOMAIN:my_domain # What user's name to use during authorization. It may differ form real current username. USER:my_username - It is possible to use multiple configuration files to access different networks via the "-c " command line switch. One easy way to handle this would be to hardcode the above switch in /opt/QtPalmtop/bin/ntlm and save the file with as ntlm-. Configuration files should be saved to /usr/local/share/ntlm. 2. Zaurus configuration - You can add the proxy information (address and port, as set in the ntlm configuration file) using the Network Wizard. The defaults are 127.0.0.1, port 5865. Use the same values for HTTP and FTP. - Some software can be configured to use the proxy directly. e.g., wget: add the following to .wgetrc: http_proxy="127.0.0.1:5865" e.g., lynx: add the following to lynx.cfg http_proxy:http://127.0.0.1:5865/ 3. That's it. Now run ntlm by clicking on its icon. A dialog box should pop up requesting your password. If all is ok, the proxy should allow you to get out. 4. Troubleshooting: check the docs in /usr/local/share/ntlm. The default settings should work for most folks, but you may need to tweak the configuration. Happy proxying.