RE: [squid-users] IE proxy autoconfiguration!!!

From: Shalkebaev,AntonMSCAG <ShalkebaevA@dont-contact.us>
Date: Thu, 19 Dec 2002 21:45:17 +0900

This may be cause some problem if you are using NT or W2K because logon
script running with the user permission and if user doesn't have got
permission to edit registry it will failed.
Anton

-----Original Message-----
From: Rabie van der Merwe [mailto:Rvdmerwe@mhg.co.za]
Sent: Thursday, December 19, 2002 03:00
To: 'Wilson A. Galafassi Jr.'; squid-users@squid-cache.org
Subject: RE: [squid-users] IE proxy autoconfiguration!!!

I use kix32 for my logon scripts, but you can use anything that writes to
the registry.

        ;---proxy settings---
        
$Dummy=WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi
on\Internet Settings","ProxyEnable","01","REG_BINARY")
        
$Dummy=WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi
on\Internet Settings","ProxyServer","myproxy.mynet.lan:3128","REG_SZ")
        
$Dummy=WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi
on\Internet
Settings","ProxyOverride","*.exclude.com;exclude.them.com;<local>","REG_SZ")
        
$Dummy=WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersi
on\Internet Settings","AutoconfigURL","","REG_SZ")
        $Dummy=WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main","Start Page","http://intranet.mylan.lan","REG_SZ")
        $Dummy=WriteValue("HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main","AutoSearch","0","REG_DWORD")
        ;---end proxy settings---

The entries do the following:
Line 1: Enable proxy server
Line 2: Set the proxy server to myproxy.mylan.lan
Line 3: Set any exclusions you want (semicolon seperated) and the <local> is
for the "Bypass proxy for local addresses"
Line 4: Set the Auto configure URL (Currently set to none)
Line 5: Set start page to http://intranet.mylan.lan
Line 6: Set IE to NOT start a seach if it can't find a page (saves on
bandwidth)

Regards
Rabie van der Merwe

-----Original Message-----
From: Wilson A. Galafassi Jr. [mailto:jr22list@terra.com.br]
Sent: 19 December 2002 13:13
To: squid-users@squid-cache.org
Cc: Henrik Nordstrom
Subject: [squid-users] IE proxy autoconfiguration!!!

Hello!!!

I using squid with ntlm autentication. My clients use Internet Explorer
and all execute windows login script (batch file). How to automatize the
proxy configuration for internet explorer????

Thanks
Wilson

**********************************************************************
                                ------
                                NOTICE
                                ------
This message contains privileged and confidential information intended
only for the person or entity to which it is addressed.

Any review, retransmission, dissemination, copy or other use of, or
taking of any action in reliance upon this information by persons or
entities other than the intended recipient, is prohibited.

If you received this message in error, please notify the sender
immediately by e-mail, facsimile or telephone and thereafter delete the
material from any computer.

Metropolitan Health Group, its subsidiaries or associates
do not accept liability for any personal views expressed in
this message.

**********************************************************************
Received on Thu Dec 19 2002 - 05:39:28 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:09 MST