Link to home
Start Free TrialLog in
Avatar of aikane78759
aikane78759

asked on

Setting up a proxy in IE 6 to block internal IP addresses from users

I need to block all intranet traffic from users on a local machine basis in IE 6.  Currently I am running Windows XP SP2 with IE6.  I have tried setting the LAN Settings to Use a Proxy Server, address 127.0.0.1 on port 80, (in Advanced) Use the same proxy for all protocols and inputted www.*.com as an exception.  My only problem is that I cannot view any graphics or info stored on say cnn's local intranet.  Is this possible to do on a local machine or is there another solution to do on a local machine that would produce the same results?
Avatar of LimeSMJ
LimeSMJ

The problem with only putting in www.*.com is that most webpages have multiple servers that handle webpages.  In CNN.com for instance, if you look at the source of the page, you will see that it is grabbing some information from http://i.cnn.net/...  etc.  Most, if not all, major webpages do this to loadbalance, optimize storage, etc.  To see what I am talking about, type in "www.*.com;*.cnn.net" (without quotes and leave the semi-colon) into the exceptions list.  You will see that the pictures come up when you load www.cnn.com now.

Your method of blocking is nice and simple but it will become a large headache when you realize that even for a simple page like www.cnn.com, there are several other servers you need to list as well to get all the graphics, javascript, or anything else that the webpage needs.

The simplest way that I can think of is to setup a real proxy server.  Then configure it to allow all webpages while blocking some - as opposed to blocking all and allowing some.
Avatar of aikane78759

ASKER

Unfortunately, I do not have access to a proxy server.  All of this had to be done on the local machine.  I did, however, set the IE proxy to do what I wanted.  Below is my documentation:


Go to Start-->Run-->type regedit
Navigate to HKLM\Software\Microsoft\Windows\CurrentVersion\Internet Settings and look for string value ProxyOverride or any key associate with proxy and deleted it (right click-->delete)

Close registry editor


Settings in local Group Policy to change

--Go to Start-->Run-->gpedit.msc-->OK

--Under Computer Configuration-->Administrative Template-->Windows Components-->Internet Explorer

--Make proxy settings per machine (rather than per user) to enable  


--Right click IE and go to properties-->Connections-->LAN Settings

-- Check “Use proxy server for your LAN”
--input 127.0.0.1 for address and 80 for port
      --Select advanced --> after HTTP:  input 127.0.0.1 for address and 80 for port (if not already there)
      --Check box at bottom for “Use the same proxy server for all protocol (if not checked)      

      --Under exceptions:
            Input --> http://*.*; http://*.*.*; http://*.*.*.*; http://*.*.*.*.*; https//*.*; https://*.*.*; https://*.*.*.* https://*.*.*.*.*
      --Select OK and select ok again to go back to internet properties page
                        
-Under the Security Tab
-- highlight local intranet-->click the Sites tab-->Check “Include all local (intranet) sites not listed in other zones” and check the “Include all sites that bypass the  proxy server”  (The last check box should be clear).

--Go to the Advanced tab make sure the “Require server verification (https:) for all sites in this zone is checked
--Select OK, select OK again
--highlight the Restricted sites -->select the Sites tab-->in the Add this Web site to the zone: input the following
      --http://*.company.intranet.company.com
      --http://*.company.intranet.com
      --*.company.intranet.com
--Select OK and OK again to exit the Internet Options box

Settings in local Group Policy to change

--Go to Start-->Run-->gpedit.msc-->OK

--Under Computer Configuration-->Administrative Template-->Windows Components-->Internet Explorer

      --Change-->Security Zones: Do not allow users to change policies to enable

--Under User Configuration-->Administrative Template-->Windows Components-->Internet Explorer-->Internet Control Panel

      --Change all settings to enable
ASKER CERTIFIED SOLUTION
Avatar of CetusMOD
CetusMOD
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial