<?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 allows autodetect settings in IE in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917155#M84221</link>
    <description>thanks!</description>
    <pubDate>Mon, 04 Sep 2006 05:44:55 GMT</pubDate>
    <dc:creator>nibble</dc:creator>
    <dc:date>2006-09-04T05:44:55Z</dc:date>
    <item>
      <title>SQUID allows autodetect settings in IE</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917151#M84217</link>
      <description>hi guys, help on this please.&lt;BR /&gt;&lt;BR /&gt;ive got squid with authentication setting. using IE, if use proxy is set, authentication works and the user can use the internet.&lt;BR /&gt;&lt;BR /&gt;but if IE is set to Automatically Detect Settings (w/o proxy), it still can...&lt;BR /&gt;&lt;BR /&gt;i want to control it as much as possible, that they need to use the proxy so that they need to authenticate first..&lt;BR /&gt;any idea how to do this in the squid or iptables perhaps?&lt;BR /&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Tue, 09 Aug 2005 22:05:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917151#M84217</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2005-08-09T22:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: SQUID allows autodetect settings in IE</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917152#M84218</link>
      <description>Hi~&lt;BR /&gt;&lt;BR /&gt;You can use proxy.pac or wpad.dat.&lt;BR /&gt;&lt;BR /&gt;With proxy.pac, you can put this script on any webserver then setup client's IE to get configuration form this webserver.&lt;BR /&gt;&lt;BR /&gt;With wpad.dat, you can put this sctipt to a webserver name "wpad" in your client's domain then setup client's IE to auto detact proxy.&lt;BR /&gt;&lt;BR /&gt;For proxy.pac:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html" target="_blank"&gt;http://wp.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For wpad.dat&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.wrec.org/Drafts/draft-cooper-webi-wpad-00.txt" target="_blank"&gt;http://www.wrec.org/Drafts/draft-cooper-webi-wpad-00.txt&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;But if you want to force all clients' IE to access Internet via you proxy server, you'd better disable all you clients' Internet access form your firewall.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Steven Chan</description>
      <pubDate>Tue, 09 Aug 2005 23:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917152#M84218</guid>
      <dc:creator>Steven Chan_9</dc:creator>
      <dc:date>2005-08-09T23:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: SQUID allows autodetect settings in IE</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917153#M84219</link>
      <description>U can use acl for restricting access to the squid proxy based on ip address on user name, passwd combinations. If u want to allow only a certain ips , then u can add something like below in ur squid.conf file's acl section .&lt;BR /&gt;&lt;BR /&gt;acl test src 192.168.1.1/255.255.255.255&lt;BR /&gt;acl all src 0.0.0.0/0.0.0.0&lt;BR /&gt;&lt;BR /&gt;Then add the following to the http_access section&lt;BR /&gt;&lt;BR /&gt;http_access allow test&lt;BR /&gt;http_access deny all&lt;BR /&gt;&lt;BR /&gt;This will allow access for only the ip 192.168.1.1 and all the other addresses will be blocked . U can add ur ips before the 'acl all ' and in http_access .</description>
      <pubDate>Tue, 09 Aug 2005 23:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917153#M84219</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2005-08-09T23:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: SQUID allows autodetect settings in IE</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917154#M84220</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;be sure that you clients canÂ´t reach the internet over the standard gateway. Your standard gateway must deny the internet access for you clients, so that the clients _must_ use the proxy to reach the internet.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Fri, 12 Aug 2005 01:07:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917154#M84220</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2005-08-12T01:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: SQUID allows autodetect settings in IE</title>
      <link>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917155#M84221</link>
      <description>thanks!</description>
      <pubDate>Mon, 04 Sep 2006 05:44:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/squid-allows-autodetect-settings-in-ie/m-p/4917155#M84221</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2006-09-04T05:44:55Z</dc:date>
    </item>
  </channel>
</rss>

