<?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 newbie in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613232#M19320</link>
    <description>Thanx Raj...thanx all....well i will try dooing that tommorow.....thanx for the help......will revert back to u tommrow....thanx again..&lt;BR /&gt;Shobhit</description>
    <pubDate>Sun, 28 Aug 2005 08:18:56 GMT</pubDate>
    <dc:creator>Shobhit_1</dc:creator>
    <dc:date>2005-08-28T08:18:56Z</dc:date>
    <item>
      <title>Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613229#M19317</link>
      <description>hey all&lt;BR /&gt;i m new to squid....i m trying to implement it on my red hat 9....just to check its features...actually my sole purpose is url blocking...i first want to test it on my system...then will apply on the server.but i m quite new to such stuff with not much clear knowledge about proxy stuff.can ne one help me in configuring it.i want it quite simple....i thing i have already installed it.my confo file is attached along with.can ne one plz help me with that.&lt;BR /&gt;thanx in advance&lt;BR /&gt;Shobhit</description>
      <pubDate>Sat, 27 Aug 2005 03:23:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613229#M19317</guid>
      <dc:creator>Shobhit_1</dc:creator>
      <dc:date>2005-08-27T03:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613230#M19318</link>
      <description>Squid Guard (&lt;A href="http://www.squidguard.org/)" target="_blank"&gt;http://www.squidguard.org/)&lt;/A&gt; may help you.&lt;BR /&gt;&lt;BR /&gt;links:&lt;BR /&gt;&lt;A href="http://aplawrence.com/Unixart/squidguard.html" target="_blank"&gt;http://aplawrence.com/Unixart/squidguard.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://squidguard.mesd.k12.or.us/" target="_blank"&gt;http://squidguard.mesd.k12.or.us/&lt;/A&gt;</description>
      <pubDate>Sun, 28 Aug 2005 05:32:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613230#M19318</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2005-08-28T05:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613231#M19319</link>
      <description>Hi Shobhit ,&lt;BR /&gt;&lt;BR /&gt;Here is the steps , may help you,&lt;BR /&gt;&lt;BR /&gt;1. Configuration file is:&lt;BR /&gt;&lt;BR /&gt;/etc/squid/squid.conf&lt;BR /&gt;&lt;BR /&gt;Squid uses the configuration file squid.conf. It is usually located in the /etc/squid directory. Access through the proxy can be given by individual IP addresses or by a subnet of IP addresses. &lt;BR /&gt;In squid.conf search for the default access control lists(acl) and add the following line below them:&lt;BR /&gt;&lt;BR /&gt;acl mynetwork src 192.168.1.0/255.255.255.0 (for subnet)&lt;BR /&gt;acl mynetwork src 192.168.1.10/255.255.255.0 (for individual IP)&lt;BR /&gt;&lt;BR /&gt;Then add the access control list named "mynetwork" to the http_access list with the following line: &lt;BR /&gt;http_access allow mynetwork&lt;BR /&gt;&lt;BR /&gt;The default port for the proxy is 3128. Uncomment the following line and replace 3128 with the desired port :&lt;BR /&gt;&lt;BR /&gt;http_port 3128 &lt;BR /&gt;---------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;2. To start and stop and restart Squid as follows.:&lt;BR /&gt;&lt;BR /&gt;Assuming you have the runlevel scripts installed you can use the following commands as root:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start squid /etc/rc.d/init.d/squid start &lt;BR /&gt;Restart squid /etc/rc.d/init.d/squid restart &lt;BR /&gt;Stop squid /etc/rc.d/init.d/squid stop &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;    or issue the following TWO commands as root:&lt;BR /&gt;    squid -z&lt;BR /&gt;    squid&lt;BR /&gt;&lt;BR /&gt;    or you can configure squid to start at boot time using your runlevels. &lt;BR /&gt;&lt;BR /&gt;---------------------------------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;3. To configure squid client:&lt;BR /&gt;To configure any application including a web browser to use squid, modify the proxy setting with the IP address of the squid server and the port number (default port 3128). &lt;BR /&gt;&lt;BR /&gt;----------------------------------------------------------------------------------------&lt;BR /&gt;Also check the attached doc , may help ,&lt;BR /&gt;&lt;BR /&gt;Cheers ,&lt;BR /&gt;Raj.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Aug 2005 05:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613231#M19319</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-28T05:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613232#M19320</link>
      <description>Thanx Raj...thanx all....well i will try dooing that tommorow.....thanx for the help......will revert back to u tommrow....thanx again..&lt;BR /&gt;Shobhit</description>
      <pubDate>Sun, 28 Aug 2005 08:18:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613232#M19320</guid>
      <dc:creator>Shobhit_1</dc:creator>
      <dc:date>2005-08-28T08:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613233#M19321</link>
      <description>Hey all...thanx for ur help....but still i m not able to acutually run squid.....raj i followed ur way but i dont know where is the prob as such....i installed it&lt;BR /&gt;opened the squid conf file on vi.....made some changes u told as such but it is not working......actally i made many changes from yesterday in the conf file seeing various tutorials...now if i want to start back from the scrap...then it is difficult.....Raj...i really need ur help...right now i m just trying to implement squid to block certain sites on my system...i dont want nething else right now....after editing the confo file....itry using squid start command as u mentioned...but it says command not found..can u plz help in a bit elobrate fashion plz.....thanx and waiting for ur response...i even tried ur attached document....dooing that i messed up with it fully...thanx in advance....&lt;BR /&gt;Shobhit</description>
      <pubDate>Mon, 29 Aug 2005 02:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613233#M19321</guid>
      <dc:creator>Shobhit_1</dc:creator>
      <dc:date>2005-08-29T02:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613234#M19322</link>
      <description>For a good quickstart, read the Linux Home Server HOWTO:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.brennan.id.au/" target="_blank"&gt;http://www.brennan.id.au/&lt;/A&gt;</description>
      <pubDate>Mon, 29 Aug 2005 07:50:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613234#M19322</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-29T07:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613235#M19323</link>
      <description>thanx ivan i just check it out</description>
      <pubDate>Mon, 29 Aug 2005 08:09:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613235#M19323</guid>
      <dc:creator>Shobhit_1</dc:creator>
      <dc:date>2005-08-29T08:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Squid newbie</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613236#M19324</link>
      <description>Hi Shobhit ,&lt;BR /&gt;&lt;BR /&gt;You can run the # squid start  , command from absolute path ,  ie /etc/rc.d/init.d&lt;BR /&gt;&lt;BR /&gt;If still not able to find it , do a find, the script must be there to start the squid server.&lt;BR /&gt;&lt;BR /&gt;# find / -name squid -print&lt;BR /&gt;&lt;BR /&gt;hope this will help to locate the error,&lt;BR /&gt;&lt;BR /&gt;Raj.&lt;BR /&gt;----</description>
      <pubDate>Wed, 31 Aug 2005 07:27:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-newbie/m-p/3613236#M19324</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-31T07:27:59Z</dc:date>
    </item>
  </channel>
</rss>

