Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>To setup CNTLM for windows, follow this <a href="http://stormpoopersmith.com/2012/03/20/using-applications-behind-a-corporate-proxy/" rel="noreferrer">article</a>. For Ubuntu, read <a href="http://annelagang.blogspot.com/2012/11/installing-gems-in-ubuntu-1204-using.html" rel="noreferrer">my blog post</a>. </p> <p><strong>Edit:</strong></p> <p>Basically, to use CNTLM in any platform, you need to setup your username and <em>hashed</em> password, before using <code>http://127.0.0.1:3128</code> as a proxy to your parent proxy.</p> <ol> <li><p>Edit the config and add important information like domain, username, password and parent proxy. </p></li> <li><p>Generate hashed password.</p> <p><strong>Windows</strong> <code>cntlm –c cntlm.ini –H</code></p> <p><strong>Ubuntu/Linux</strong> <code>cntlm -v -H -c /etc/cntlm.conf</code></p></li> <li><p>Remove plain text password from the config and replace them with the generated passwords.</p></li> </ol> <p>To check if working:</p> <p><strong>Windows</strong> <code>cntlm –M http://www.google.com</code></p> <p><strong>Ubuntu/Linux</strong> <code>sudo cntlm -M http://www.google.com/</code></p> <p>For more detailed instructions, see links above.</p> <p><strong>Update:</strong> </p> <p>Just for completeness sake, I was able to configure and use CNTLM in Windows recently. I encountered a problem during the syncing process of Kindle for PC because of our proxy and installing and configuring CNTLM for Windows fixed that issue for me. Refer to <a href="http://annelagang.blogspot.com/2014/01/register-and-download-books-using.html" rel="noreferrer">my article</a> for more details. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload