<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: squid acl - plz help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876060#M84331</link>
    <description>A best approach will be to use an external file and add to the file all IP addresses that are denied, for example:&lt;BR /&gt;&lt;BR /&gt;acl badip src "/etc/squid/ip.deny"&lt;BR /&gt;http_access deny badip&lt;BR /&gt;&lt;BR /&gt;Then specify the denied ip addresses in the ip.deny file, one IP by line.</description>
    <pubDate>Thu, 12 Oct 2006 10:02:33 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-10-12T10:02:33Z</dc:date>
    <item>
      <title>squid acl - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876055#M84326</link>
      <description>acl mynet src 192.168.1.0/24&lt;BR /&gt;httpd_access allow mynet&lt;BR /&gt;&lt;BR /&gt;Now I have to deny 192.168.1.13-34 and 192.168.40-71. Right now I have done the following&lt;BR /&gt;acl mynet src 192.168.1.0/24&lt;BR /&gt;&lt;BR /&gt;acl pc13 src 192.168.1.13/32&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;acl pc13 src 192.168.1.34/32&lt;BR /&gt;acl pc13 src 192.168.1.40/32&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;acl pc13 src 192.168.1.71/32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;httpd_access deny pc13&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;httpd_access deny pc34&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;httpd_access deny pc71&lt;BR /&gt;httpd_access allow mynet&lt;BR /&gt;&lt;BR /&gt;Any better approach/suggestion/efficient way to acheive the target ? plz share&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:56:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876055#M84326</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-10-06T13:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: squid acl - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876056#M84327</link>
      <description>I made mistake in previous post, following are the correct acls.&lt;BR /&gt;acl pc13 src 192.168.1.13/32&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;acl pc34 src 192.168.1.34/32&lt;BR /&gt;acl pc40 src 192.168.1.40/32&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;acl pc71 src 192.168.1.71/32&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 06 Oct 2006 14:03:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876056#M84327</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-10-06T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: squid acl - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876057#M84328</link>
      <description>This will also work:&lt;BR /&gt;acl mynet src 192.168.1.0/24&lt;BR /&gt;acl bad_pc src 192.168.1.34 192.168.1.40 192.168.1.71&lt;BR /&gt;httpd_access deny bad_pc&lt;BR /&gt;httpd_access allow mynet&lt;BR /&gt;&lt;BR /&gt;you can get more info here:&lt;BR /&gt;&lt;A href="http://www.squid-cache.org/Doc/FAQ/FAQ-10.html" target="_blank"&gt;http://www.squid-cache.org/Doc/FAQ/FAQ-10.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876057#M84328</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-10-06T14:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: squid acl - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876058#M84329</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;You configuration is fine, don't forget to test it to make sure it denies and allows as you think it should.&lt;BR /&gt;&lt;BR /&gt;Even after sucessfully making this work for RHCE class I'm not a big fan of this tool. I suppose its useful to improve access speeds by caching content.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 07 Oct 2006 13:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876058#M84329</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-07T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: squid acl - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876059#M84330</link>
      <description>Thanks Alexander and SEP, and sorry for late ack.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;acl bad_pc src 192.168.1.34 192.168.1.40 192.168.1.71&lt;BR /&gt;&amp;gt;httpd_access deny bad_pc&lt;BR /&gt;Alexander, this will only blck 3 machines i.e 34, 40, and 71. I need to deny the range of ipes .. from 13-34, and from 40-71.&lt;BR /&gt;&lt;BR /&gt;Anyway thanks for help.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Thu, 12 Oct 2006 09:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876059#M84330</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-10-12T09:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: squid acl - plz help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876060#M84331</link>
      <description>A best approach will be to use an external file and add to the file all IP addresses that are denied, for example:&lt;BR /&gt;&lt;BR /&gt;acl badip src "/etc/squid/ip.deny"&lt;BR /&gt;http_access deny badip&lt;BR /&gt;&lt;BR /&gt;Then specify the denied ip addresses in the ip.deny file, one IP by line.</description>
      <pubDate>Thu, 12 Oct 2006 10:02:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-acl-plz-help/m-p/3876060#M84331</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-10-12T10:02:33Z</dc:date>
    </item>
  </channel>
</rss>

