<?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: Configuring Squid Proxy Server with Restricted Access and Setting Up Clients to Use Proxy &#8211; Part 5	</title>
	<atom:link href="https://www.tecmint.com/configure-squid-server-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/configure-squid-server-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Sep 2025 05:39:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Arpit Gupta		</title>
		<link>https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1391825</link>

		<dc:creator><![CDATA[Arpit Gupta]]></dc:creator>
		<pubDate>Thu, 19 Nov 2020 02:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10180#comment-1391825</guid>

					<description><![CDATA[I want to separate out the destination URLs based on source IPs. 

Below is my configuration:-

Its not working as expected as I am able to access whitelist.txt URLs from IPs in 10.0.8.0/24.
&lt;pre&gt;
acl allowed_http_sites dstdomain “/etc/squid/whitelist.txt”
acl allowed_http_sites dstdomain “/etc/squid/whitelist2.txt”
http_access allow allowed_http_sites
acl “/etc/squid/whitelist.txt” src 10.0.1.8/32
acl “/etc/squid/whitelist.txt” src 10.0.2.9/32
acl “/etc/squid/whitelist.txt” src 10.0.3.10/32
acl “/etc/squid/whitelist.txt” src 10.0.4.11/32
acl “/etc/squid/whitelist.txt” src 10.0.5.12/32
acl “/etc/squid/whitelist.txt” src 10.0.6.13/32
acl “/etc/squid/whitelist.txt” src 10.0.7.14/32
acl “/etc/squid/whitelist2.txt” src 10.0.8.0/24
&lt;/pre&gt;
Can someone help me in verifying the same and let me know what’s wrong with the config?]]></description>
			<content:encoded><![CDATA[<p>I want to separate out the destination URLs based on source IPs. </p>
<p>Below is my configuration:-</p>
<p>Its not working as expected as I am able to access whitelist.txt URLs from IPs in 10.0.8.0/24.</p>
<pre>
acl allowed_http_sites dstdomain “/etc/squid/whitelist.txt”
acl allowed_http_sites dstdomain “/etc/squid/whitelist2.txt”
http_access allow allowed_http_sites
acl “/etc/squid/whitelist.txt” src 10.0.1.8/32
acl “/etc/squid/whitelist.txt” src 10.0.2.9/32
acl “/etc/squid/whitelist.txt” src 10.0.3.10/32
acl “/etc/squid/whitelist.txt” src 10.0.4.11/32
acl “/etc/squid/whitelist.txt” src 10.0.5.12/32
acl “/etc/squid/whitelist.txt” src 10.0.6.13/32
acl “/etc/squid/whitelist.txt” src 10.0.7.14/32
acl “/etc/squid/whitelist2.txt” src 10.0.8.0/24
</pre>
<p>Can someone help me in verifying the same and let me know what’s wrong with the config?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sebastian annett		</title>
		<link>https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1336633</link>

		<dc:creator><![CDATA[Sebastian annett]]></dc:creator>
		<pubDate>Fri, 05 Jun 2020 14:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10180#comment-1336633</guid>

					<description><![CDATA[Hey, 

Thanks for the great tutorial. I&#039;m able to have 1 user with a password on the subnet but was wondering what the command is to activate more users at the same time.

 So for example, from IP 20 to 40 have s1:s2 for user 1 and then 41 to 250 have d1:d2 for user 2. 

I hope this makes sense.]]></description>
			<content:encoded><![CDATA[<p>Hey, </p>
<p>Thanks for the great tutorial. I&#8217;m able to have 1 user with a password on the subnet but was wondering what the command is to activate more users at the same time.</p>
<p> So for example, from IP 20 to 40 have s1:s2 for user 1 and then 41 to 250 have d1:d2 for user 2. </p>
<p>I hope this makes sense.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tom		</title>
		<link>https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1254430</link>

		<dc:creator><![CDATA[Tom]]></dc:creator>
		<pubDate>Wed, 25 Sep 2019 02:43:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10180#comment-1254430</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1233893&quot;&gt;Joao Ferreira&lt;/a&gt;.

Yes, it is possible.
&lt;pre&gt;
acl user1port myport 3128
acl user2port myport 3129
acl user1ip src 192.168.1.2/32
acl user2ip src 192.168.1.3/32
http_access allow user1ip user1port
http_access allow user2ip user2port
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1233893">Joao Ferreira</a>.</p>
<p>Yes, it is possible.</p>
<pre>
acl user1port myport 3128
acl user2port myport 3129
acl user1ip src 192.168.1.2/32
acl user2ip src 192.168.1.3/32
http_access allow user1ip user1port
http_access allow user2ip user2port
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Joao Ferreira		</title>
		<link>https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1233893</link>

		<dc:creator><![CDATA[Joao Ferreira]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 09:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10180#comment-1233893</guid>

					<description><![CDATA[Hi. Nice tutorial. I wonder if its possible to have user permissions for each port on the proxy.

ex: &lt;strong&gt;user1&lt;/strong&gt; can only connect to port &lt;strong&gt;3128&lt;/strong&gt; and &lt;strong&gt;user2&lt;/strong&gt; can only connect to port &lt;strong&gt;3129&lt;/strong&gt;.

Is this possible ?

Thank you so much in advance.]]></description>
			<content:encoded><![CDATA[<p>Hi. Nice tutorial. I wonder if its possible to have user permissions for each port on the proxy.</p>
<p>ex: <strong>user1</strong> can only connect to port <strong>3128</strong> and <strong>user2</strong> can only connect to port <strong>3129</strong>.</p>
<p>Is this possible ?</p>
<p>Thank you so much in advance.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yanis		</title>
		<link>https://www.tecmint.com/configure-squid-server-in-linux/comment-page-1/#comment-1210463</link>

		<dc:creator><![CDATA[yanis]]></dc:creator>
		<pubDate>Thu, 25 Jul 2019 09:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10180#comment-1210463</guid>

					<description><![CDATA[I am using squid proxy setup, but I have a problem that my clients VPN unblock the proxy settings. Could you help me?
]]></description>
			<content:encoded><![CDATA[<p>I am using squid proxy setup, but I have a problem that my clients VPN unblock the proxy settings. Could you help me?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
