This is a discussion on Re: Windows Update within the IPFilter forums, part of the System Security and Security Related category; I do have squid running but it does not proxy port 443. I don't believe this could be done, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I do have squid running but it does not proxy port 443. I don't believe this
could be done, can it? My users can get to the windows update web site (port 80) but when it searches for update's it fails due to the fact it is now using https (port 443) and not the same server. Then it tries to download the updates and it fails again. It uses yet again, another server and now is back to using port 80. Rolando ----- Original Message ----- From: "David Spezialie" <dspezialie@netspace.net.au> To: "Rolando Morales" <RolandoMorales@torengineering.com> Cc: <ipfilter@coombs.anu.edu.au> Sent: Tuesday, September 30, 2003 6:27 PM Subject: RE: Windows Update Dear Rolando, The easiest way to implement would be via squid: # squid.conf v2.5.STABLE3 #================================================= =============== # Allow windowsupdate.microsoft.com # and deny everything else acl windowsupdate dstdomain windowsupdate.microsoft.com http_access allow windowsupdate http_access deny all #================================================= =============== Other than that do lookup on windowsupdate.microsoft.com and add relevant ip's to filter rules for port = '80' && port = '443'. # /usr/bin/dig windowsupdate.microsoft.com a822.cd.akamai.net. 19 IN A 63.211.153.87 a822.cd.akamai.net. 19 IN A 63.211.153.89 a822.cd.akamai.net. 19 IN A 63.211.153.94 a822.cd.akamai.net. 19 IN A 63.211.153.95 a822.cd.akamai.net. 19 IN A 63.211.153.102 a822.cd.akamai.net. 19 IN A 63.211.153.111 a822.cd.akamai.net. 19 IN A 63.211.153.70 a822.cd.akamai.net. 19 IN A 63.211.153.79 a822.cd.akamai.net. 19 IN A 63.211.153.80 Hope this helps you out ... -- -david <dspezialie(at)netspace.net.au> "By the time they had diminished from 50 to 8, the other dwarves began to suspect Hungry." -- a Larson cartoon -----Original Message----- From: Rolando Morales [mailto:RolandoMorales@torengineering.com] Sent: Wednesday, 1 October 2003 09:24 To: ipfilter@coombs.anu.edu.au Subject: Windows Update I'm looking to allow my users (windows based) to use Windows Update anytime of the day. Even when they are not allowed to cruise the web. My problem is, I don't know all the ip address's that microsoft is using. Does anyone else have this problem? Is there a way to track this info down? Rolando |