<?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 Squid Configuration Problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315139#M72408</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Plz help me out in this regards:&lt;BR /&gt;I have configured a squid on a linux server that should allow client(Windows) to access internet through it.&lt;BR /&gt;&lt;BR /&gt;The configuration file:&lt;BR /&gt;&lt;BR /&gt;http_port 3128&lt;BR /&gt;acl mynetwork src 192.20.160.0/255.255.255.0&lt;BR /&gt;acl localhost src 127.0.0.1/255.255.255.255&lt;BR /&gt;acl SSL_ports port 443 563&lt;BR /&gt;acl Safe_ports port 80          # http&lt;BR /&gt;acl Safe_ports port 21          # ftp&lt;BR /&gt;acl Safe_ports port 443 563     # https, snews&lt;BR /&gt;acl Safe_ports port 70          # gopher&lt;BR /&gt;acl Safe_ports port 210         # wais&lt;BR /&gt;acl Safe_ports port 1025-65535  # unregistered ports&lt;BR /&gt;acl Safe_ports port 280         # http-mgmt&lt;BR /&gt;acl Safe_ports port 488         # gss-http&lt;BR /&gt;acl Safe_ports port 591         # filemaker&lt;BR /&gt;acl Safe_ports port 777         # multiling http&lt;BR /&gt;acl CONNECT method CONNECT&lt;BR /&gt;acl all src 0.0.0.0/0.0.0.0&lt;BR /&gt;acl manager proto cache_object&lt;BR /&gt;&lt;BR /&gt;#http_access allow manager localhost&lt;BR /&gt;#http_access deny manager&lt;BR /&gt;# Deny requests to unknown ports&lt;BR /&gt;http_access deny !Safe_ports&lt;BR /&gt;# Deny CONNECT to other than SSL ports&lt;BR /&gt;http_access deny CONNECT !SSL_ports&lt;BR /&gt;#&lt;BR /&gt;# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS&lt;BR /&gt;#&lt;BR /&gt;http_access allow mynetwork&lt;BR /&gt;http_access allow localhost&lt;BR /&gt;# And finally deny all other access to this proxy&lt;BR /&gt;http_access deny all&lt;BR /&gt;&lt;BR /&gt;Can you just tell me what should be the sequence should be?&lt;BR /&gt;&lt;BR /&gt;And where I am going wrong?&lt;BR /&gt;&lt;BR /&gt;Your suggestion are very much appreciated.&lt;BR /&gt;&lt;BR /&gt;a)&lt;BR /&gt;To add up there is not entry in /etc/hosts for the localhost.&lt;BR /&gt;&lt;BR /&gt;b)No domainname specified&lt;BR /&gt;&lt;BR /&gt;c)resolv.conf contains nameserver ipaddress.&lt;BR /&gt;&lt;BR /&gt;When a user trying to access internet though IE he is not able to do so even after specifying the Proxy connecition entries in IE.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Zubair</description>
    <pubDate>Fri, 25 Jun 2004 01:10:57 GMT</pubDate>
    <dc:creator>Zubair Ahmed Mohammed</dc:creator>
    <dc:date>2004-06-25T01:10:57Z</dc:date>
    <item>
      <title>Squid Configuration Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315139#M72408</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Plz help me out in this regards:&lt;BR /&gt;I have configured a squid on a linux server that should allow client(Windows) to access internet through it.&lt;BR /&gt;&lt;BR /&gt;The configuration file:&lt;BR /&gt;&lt;BR /&gt;http_port 3128&lt;BR /&gt;acl mynetwork src 192.20.160.0/255.255.255.0&lt;BR /&gt;acl localhost src 127.0.0.1/255.255.255.255&lt;BR /&gt;acl SSL_ports port 443 563&lt;BR /&gt;acl Safe_ports port 80          # http&lt;BR /&gt;acl Safe_ports port 21          # ftp&lt;BR /&gt;acl Safe_ports port 443 563     # https, snews&lt;BR /&gt;acl Safe_ports port 70          # gopher&lt;BR /&gt;acl Safe_ports port 210         # wais&lt;BR /&gt;acl Safe_ports port 1025-65535  # unregistered ports&lt;BR /&gt;acl Safe_ports port 280         # http-mgmt&lt;BR /&gt;acl Safe_ports port 488         # gss-http&lt;BR /&gt;acl Safe_ports port 591         # filemaker&lt;BR /&gt;acl Safe_ports port 777         # multiling http&lt;BR /&gt;acl CONNECT method CONNECT&lt;BR /&gt;acl all src 0.0.0.0/0.0.0.0&lt;BR /&gt;acl manager proto cache_object&lt;BR /&gt;&lt;BR /&gt;#http_access allow manager localhost&lt;BR /&gt;#http_access deny manager&lt;BR /&gt;# Deny requests to unknown ports&lt;BR /&gt;http_access deny !Safe_ports&lt;BR /&gt;# Deny CONNECT to other than SSL ports&lt;BR /&gt;http_access deny CONNECT !SSL_ports&lt;BR /&gt;#&lt;BR /&gt;# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS&lt;BR /&gt;#&lt;BR /&gt;http_access allow mynetwork&lt;BR /&gt;http_access allow localhost&lt;BR /&gt;# And finally deny all other access to this proxy&lt;BR /&gt;http_access deny all&lt;BR /&gt;&lt;BR /&gt;Can you just tell me what should be the sequence should be?&lt;BR /&gt;&lt;BR /&gt;And where I am going wrong?&lt;BR /&gt;&lt;BR /&gt;Your suggestion are very much appreciated.&lt;BR /&gt;&lt;BR /&gt;a)&lt;BR /&gt;To add up there is not entry in /etc/hosts for the localhost.&lt;BR /&gt;&lt;BR /&gt;b)No domainname specified&lt;BR /&gt;&lt;BR /&gt;c)resolv.conf contains nameserver ipaddress.&lt;BR /&gt;&lt;BR /&gt;When a user trying to access internet though IE he is not able to do so even after specifying the Proxy connecition entries in IE.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;Zubair</description>
      <pubDate>Fri, 25 Jun 2004 01:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315139#M72408</guid>
      <dc:creator>Zubair Ahmed Mohammed</dc:creator>
      <dc:date>2004-06-25T01:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Squid Configuration Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315140#M72409</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt;  Your settings are good. I hope there may be link problem. &lt;BR /&gt;  Did you configure the I.E with 3128 and ip-address of the squid.&lt;BR /&gt;  &lt;BR /&gt;  What is your /etc/hosts entries. &lt;BR /&gt;   &lt;BR /&gt;  Do you have any problem during squid startup. Check on cache.log entries. &lt;BR /&gt;&lt;BR /&gt; Is your squid running. Check that with netstat -na | grep 3128. &lt;BR /&gt;&lt;BR /&gt; Can you able to ping to the server from your client side. &lt;BR /&gt;&lt;BR /&gt; IF you specify this,it is easy to solve the problem :)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.</description>
      <pubDate>Fri, 25 Jun 2004 01:27:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315140#M72409</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-25T01:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Squid Configuration Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315141#M72410</link>
      <description>I have grepped the port # using netstat its perfectly fine.&lt;BR /&gt;&lt;BR /&gt;root@localhost root]# netstat -na | grep 3128&lt;BR /&gt;tcp        0      0 0.0.0.0:3128            0.0.0.0:*               LISTEN &lt;BR /&gt;&lt;BR /&gt;/etc/hosts&lt;BR /&gt;&lt;BR /&gt;# Do not remove the following line, or various programs&lt;BR /&gt;# that require network functionality will fail.&lt;BR /&gt;127.0.0.1       localhost.localdomain   localhost&lt;BR /&gt;192.20.160.3    DNS&lt;BR /&gt;&lt;BR /&gt;No entries in access.log file&lt;BR /&gt;&lt;BR /&gt;Your suggestion is very much appreciated!&lt;BR /&gt;&lt;BR /&gt;Zubair</description>
      <pubDate>Fri, 25 Jun 2004 01:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315141#M72410</guid>
      <dc:creator>Zubair Ahmed Mohammed</dc:creator>
      <dc:date>2004-06-25T01:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Squid Configuration Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315142#M72411</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; Cache.log entries will have the squid startup messages.  Give that entries.&lt;BR /&gt;&lt;BR /&gt; Is your squid running machines hostname is DNS ? &lt;BR /&gt;&lt;BR /&gt; What is your hosts entries in /etc/nsswitch.conf? &lt;BR /&gt;&lt;BR /&gt; Can you able to ping from your client (192.20.160.* ) to squid machine 192.20.160.3 ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 25 Jun 2004 01:48:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315142#M72411</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-25T01:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Squid Configuration Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315143#M72412</link>
      <description>DNS server is 192.20.160.3&lt;BR /&gt;Squid server is 192.20.160.98&lt;BR /&gt;&lt;BR /&gt;No such entries for 192.20.160.98 in /etc/hosts file&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;hosts:      files nisplus dns&lt;BR /&gt;&lt;BR /&gt;PFA:document for your ref&lt;BR /&gt;&lt;BR /&gt;Zubair Ahmed.</description>
      <pubDate>Fri, 25 Jun 2004 02:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315143#M72412</guid>
      <dc:creator>Zubair Ahmed Mohammed</dc:creator>
      <dc:date>2004-06-25T02:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Squid Configuration Problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315144#M72413</link>
      <description>hai,&lt;BR /&gt;&lt;BR /&gt; Your SQUID is running on 3128 and getting dns entries from 192.20.160.3 machine successfully. There is no problem in the squid side.&lt;BR /&gt;&lt;BR /&gt; Edit the /etc/hosts file on squid machine with &lt;IP-ADDRESS&gt; &lt;HOSTNAME&gt;&lt;BR /&gt;&lt;BR /&gt; Check the ping from client 192.20.160.1 or 192.20.160.3 -255 to 192.20.160.98 (squid machine)&lt;BR /&gt;&lt;BR /&gt; Use only one hosts: dns files nisplus entry on the /etc/nsswitch.conf&lt;BR /&gt;&lt;BR /&gt; Attachment contains too many hosts: entry :)&lt;BR /&gt;&lt;BR /&gt; Check with anyother browsers. Did you change in I.E as like,&lt;BR /&gt;&lt;BR /&gt; tools --&amp;gt; internet options --&amp;gt; connections --&amp;gt; LAN settings --&amp;gt; proxy server --&amp;gt; 192.20.160.98 and 3128&lt;BR /&gt;&lt;BR /&gt; Problem will be because of the network connection.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar.&lt;BR /&gt;&lt;BR /&gt;&lt;/HOSTNAME&gt;&lt;/IP-ADDRESS&gt;</description>
      <pubDate>Fri, 25 Jun 2004 02:22:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-configuration-problem/m-p/3315144#M72413</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-06-25T02:22:12Z</dc:date>
    </item>
  </channel>
</rss>

