<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installing and Configuring SquidNT 2.7 on a Windows Domain</title>
	<atom:link href="http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/feed" rel="self" type="application/rss+xml" />
	<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html</link>
	<description>Giving You Computer Solutions</description>
	<lastBuildDate>Thu, 10 Jun 2010 03:00:10 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Toron</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-7210</link>
		<dc:creator>Toron</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-7210</guid>
		<description>Hi, how do i configure squidnt for me to be able run online applications, like online game patches. cause ever since squid was installed i cant connect my game clients. im only browser connected. hope you could help me configure it.</description>
		<content:encoded><![CDATA[<p>Hi, how do i configure squidnt for me to be able run online applications, like online game patches. cause ever since squid was installed i cant connect my game clients. im only browser connected. hope you could help me configure it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fortruth</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-6935</link>
		<dc:creator>fortruth</dc:creator>
		<pubDate>Tue, 23 Mar 2010 08:33:16 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-6935</guid>
		<description>hi, dear author.

I have error problem with following full config(also squid 2.7 on xp):

auth_param ntlm program c:/squid/libexec/mswin_ntlm_auth.exe
auth_param ntlm children 5
auth_param ntlm keep_alive on
acl all src all
acl CONNECT method CONNECT
acl auth_user proxy_auth REQUIRED src 192.168.126.1/255
http_access allow auth_user
http_access deny all
icp_access allow auth_user
icp_access deny all
http_port 3128
cache_dir ufs c:/squid/var/cache 100 16 256
access_log c:/squid/var/logs/access.log squid
logfile_daemon c:/squid/libexec/logfile-daemon.exe
cache_log c:/squid/var/logs/cache.log
cache_store_log c:/squid/var/logs/store.log
mime_table c:/squid/etc/mime.conf
pid_filename c:/squid/var/logs/squid.pid
unlinkd_program c:/squid/libexec/unlinkd.exe
icon_directory c:/squid/share/icons
error_directory c:/squid/share/errors/English
coredump_dir c:/squid/var/cache

I using firefox proxy setting to test.

this config just can access my local http server without showing promote to input username and password.

but when I want to access other servers like google, It will popup a promote dialog to let me input username and password. after I input then there no something happen. and the access.log&#039;s message is like this 

1269332522.185      0 127.0.0.1 TCP_DENIED/407 1819 GET http://www.google.cn/webhp? - NONE/- text/html

so what problem could be!?</description>
		<content:encoded><![CDATA[<p>hi, dear author.</p>
<p>I have error problem with following full config(also squid 2.7 on xp):</p>
<p>auth_param ntlm program c:/squid/libexec/mswin_ntlm_auth.exe<br />
auth_param ntlm children 5<br />
auth_param ntlm keep_alive on<br />
acl all src all<br />
acl CONNECT method CONNECT<br />
acl auth_user proxy_auth REQUIRED src 192.168.126.1/255<br />
http_access allow auth_user<br />
http_access deny all<br />
icp_access allow auth_user<br />
icp_access deny all<br />
http_port 3128<br />
cache_dir ufs c:/squid/var/cache 100 16 256<br />
access_log c:/squid/var/logs/access.log squid<br />
logfile_daemon c:/squid/libexec/logfile-daemon.exe<br />
cache_log c:/squid/var/logs/cache.log<br />
cache_store_log c:/squid/var/logs/store.log<br />
mime_table c:/squid/etc/mime.conf<br />
pid_filename c:/squid/var/logs/squid.pid<br />
unlinkd_program c:/squid/libexec/unlinkd.exe<br />
icon_directory c:/squid/share/icons<br />
error_directory c:/squid/share/errors/English<br />
coredump_dir c:/squid/var/cache</p>
<p>I using firefox proxy setting to test.</p>
<p>this config just can access my local http server without showing promote to input username and password.</p>
<p>but when I want to access other servers like google, It will popup a promote dialog to let me input username and password. after I input then there no something happen. and the access.log&#8217;s message is like this </p>
<p>1269332522.185      0 127.0.0.1 TCP_DENIED/407 1819 GET <a href="http://www.google.cn/webhp?" rel="nofollow">http://www.google.cn/webhp?</a> &#8211; NONE/- text/html</p>
<p>so what problem could be!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MyName</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-6854</link>
		<dc:creator>MyName</dc:creator>
		<pubDate>Wed, 17 Mar 2010 15:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-6854</guid>
		<description>Hi, could someone post how to configure SquidNT to pop the authentication below allowing access to Internet. Also to be able to have 3 different groups 1. Unlimted access 2. No Access 3. Restricted access (ability to block sites using a text file). Looking forward to hear from you...</description>
		<content:encoded><![CDATA[<p>Hi, could someone post how to configure SquidNT to pop the authentication below allowing access to Internet. Also to be able to have 3 different groups 1. Unlimted access 2. No Access 3. Restricted access (ability to block sites using a text file). Looking forward to hear from you&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-5114</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-5114</guid>
		<description>duc try: 

Solution:

This is a common issue on Windows Vista. Due to UAC (User Access Control) feature in Windows Vista, even if you are logged in as an administrator by default you do not have administrative privileges when an application is run in a normal mode (by clicking). To run an application in an administrative mode, you will have to right click on the application icon and select &quot;Run as an administrator&quot;.

To workaround the issue, please open the DOS prompt in an administrative mode (by right clicking) and execute the command.</description>
		<content:encoded><![CDATA[<p>duc try: </p>
<p>Solution:</p>
<p>This is a common issue on Windows Vista. Due to UAC (User Access Control) feature in Windows Vista, even if you are logged in as an administrator by default you do not have administrative privileges when an application is run in a normal mode (by clicking). To run an application in an administrative mode, you will have to right click on the application icon and select &#8220;Run as an administrator&#8221;.</p>
<p>To workaround the issue, please open the DOS prompt in an administrative mode (by right clicking) and execute the command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duc</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-5030</link>
		<dc:creator>duc</dc:creator>
		<pubDate>Sat, 07 Nov 2009 09:13:35 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-5030</guid>
		<description>hello. I am getting an error message whenever i try to run squid in cmd. after entering &#039;c:\squid\sbin\squid.exe -i&#039; I get a openscmanger failed

Running vista32 OS.</description>
		<content:encoded><![CDATA[<p>hello. I am getting an error message whenever i try to run squid in cmd. after entering &#8216;c:\squid\sbin\squid.exe -i&#8217; I get a openscmanger failed</p>
<p>Running vista32 OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-3983</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 08 Sep 2009 13:14:30 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-3983</guid>
		<description>donald,

Try...

acl localnet proxy_auth REQUIRED src 192.168.2.1/255</description>
		<content:encoded><![CDATA[<p>donald,</p>
<p>Try&#8230;</p>
<p>acl localnet proxy_auth REQUIRED src 192.168.2.1/255</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: donald</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-3794</link>
		<dc:creator>donald</dc:creator>
		<pubDate>Sun, 30 Aug 2009 19:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-3794</guid>
		<description>when you talk about
 &lt;code&gt;acl localnet proxy_auth REQUIRED src 10.0.0.1/255&lt;/code&gt;

what would i change this too?
my gateway is 192.168.2.1
subnet of 255.255.255.0
my server is 192.168.2.100</description>
		<content:encoded><![CDATA[<p>when you talk about<br />
 <code>acl localnet proxy_auth REQUIRED src 10.0.0.1/255</code></p>
<p>what would i change this too?<br />
my gateway is 192.168.2.1<br />
subnet of 255.255.255.0<br />
my server is 192.168.2.100</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-3730</link>
		<dc:creator>George</dc:creator>
		<pubDate>Fri, 28 Aug 2009 16:05:39 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-3730</guid>
		<description>Following your write up to the finest detail, I go to test the authentication and the service will not start. &quot;The Squid service on Local Computer started then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. My first install of squid, where to go from here?</description>
		<content:encoded><![CDATA[<p>Following your write up to the finest detail, I go to test the authentication and the service will not start. &#8220;The Squid service on Local Computer started then stopped. Some services stop automatically if they have no work to do, for example, the Performance Logs and Alerts service. My first install of squid, where to go from here?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Cook</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-2289</link>
		<dc:creator>Andy Cook</dc:creator>
		<pubDate>Thu, 04 Jun 2009 10:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-2289</guid>
		<description>as an option for reviewing the squid logs, have a look at sarg (Squid Analysis Report Generator) at http://sarg.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>as an option for reviewing the squid logs, have a look at sarg (Squid Analysis Report Generator) at <a href="http://sarg.sourceforge.net/" rel="nofollow">http://sarg.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Ellerbeck</title>
		<link>http://how-to-solutions.com/installing-and-configuring-squidnt-27-on-a-windows-domain.html/comment-page-1#comment-1561</link>
		<dc:creator>Michael Ellerbeck</dc:creator>
		<pubDate>Mon, 16 Mar 2009 20:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://how-to-solutions.com/?p=325#comment-1561</guid>
		<description>Thanks for a great write up! I only got held up at one point. In the section &#039;User Authentication on a Windows domain&#039; I followed the instructions to add 

acl localnet proxy_auth REQUIRED src 10.0.0.1/255

The only problem was localnet was already defined by this block

acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network

At the very end you mention to comment it out, but I got stuck because I tested the Authenticated mode like you recommended.

I did learn that squid.exe puts out a log in c:\squid\sbin\squid.exe.log

Which was how I found the error 
2009/03/16 13:14:48&#124; aclParseAclLine: ACL &#039;localnet&#039; already exists with different type.
FATAL: Bungled squid.conf line 630: acl localnet proxy_auth REQUIRED src 10.1.0.0/16
Squid Cache (Version 2.7.STABLE6): Terminated abnormally.

We I commented that block out everything works great!

Thanks again! You wouldn&#039;t happen to want to do a write up on delay pools now would you! :)</description>
		<content:encoded><![CDATA[<p>Thanks for a great write up! I only got held up at one point. In the section &#8216;User Authentication on a Windows domain&#8217; I followed the instructions to add </p>
<p>acl localnet proxy_auth REQUIRED src 10.0.0.1/255</p>
<p>The only problem was localnet was already defined by this block</p>
<p>acl localnet src 10.0.0.0/8 # RFC1918 possible internal network<br />
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network<br />
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network</p>
<p>At the very end you mention to comment it out, but I got stuck because I tested the Authenticated mode like you recommended.</p>
<p>I did learn that squid.exe puts out a log in c:\squid\sbin\squid.exe.log</p>
<p>Which was how I found the error<br />
2009/03/16 13:14:48| aclParseAclLine: ACL &#8216;localnet&#8217; already exists with different type.<br />
FATAL: Bungled squid.conf line 630: acl localnet proxy_auth REQUIRED src 10.1.0.0/16<br />
Squid Cache (Version 2.7.STABLE6): Terminated abnormally.</p>
<p>We I commented that block out everything works great!</p>
<p>Thanks again! You wouldn&#8217;t happen to want to do a write up on delay pools now would you! <img src='http://how-to-solutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
