Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Ports to open for Windows update

Reply
Thread Tools Display Modes

Ports to open for Windows update

 
 
John Griffith
Guest
Posts: n/a

 
      11-07-2005
I need to know what TCP port to open (outgoing) in my firewall to support
Windows Update. When I use the gateway address the router that's wide open to
the Internet, live updateworks well, but through our firewall, does not.
Which ports do I open?
 
Reply With Quote
 
 
 
 
MowGreen [MVP]
Guest
Posts: n/a

 
      11-08-2005
John,

Ports 80 and 443 need to be open.

MowGreen [MVP 2003-2006]
===============
*-343-* FDNY
Never Forgotten
===============

John Griffith wrote:

> I need to know what TCP port to open (outgoing) in my firewall to support
> Windows Update. When I use the gateway address the router that's wide open to
> the Internet, live updateworks well, but through our firewall, does not.
> Which ports do I open?

 
Reply With Quote
 
John Griffith
Guest
Posts: n/a

 
      11-09-2005
Both those ports are open, and secure web forms and regular web browsing
work. The error number is 0x80190193, and when I turn off all port blocking
it starts working. Is there another port or portocol that isn't obvious? This
started only recently, within the last couple of months.

"MowGreen [MVP]" wrote:

> John,
>
> Ports 80 and 443 need to be open.
>
> MowGreen [MVP 2003-2006]
> ===============
> *-343-* FDNY
> Never Forgotten
> ===============
>
> John Griffith wrote:
>
> > I need to know what TCP port to open (outgoing) in my firewall to support
> > Windows Update. When I use the gateway address the router that's wide open to
> > the Internet, live updateworks well, but through our firewall, does not.
> > Which ports do I open?

>

 
Reply With Quote
 
Lawrence Garvin [MVP]
Guest
Posts: n/a

 
      11-09-2005
0x80190193 is an HTTP '403' error, and is almost always caused by a firewall
or proxy server blocking access.

However, it should also be noted that the Windows Update Agent uses WinHTTP,
and this protocol must also have proxy configurations set up. Most likely
you've configured the proxy server for Internet Explorer, but not for WinHTTP.

Turning off the port blocking is confirmation of this, as then WinHTTP has
full access to the other side.

Running the Client Diagnostic Tool on this client would confirm that, in the
proxy configuration report section.

To duplicate the correct IE proxy settings to WinHTTP, execute the command
'proxycfg -u' at each client.


"John Griffith" <John > wrote in message
news:A0BAE5BC-EC79-4CC0-BD15-...
> Both those ports are open, and secure web forms and regular web browsing
> work. The error number is 0x80190193, and when I turn off all port blocking
> it starts working. Is there another port or portocol that isn't obvious?
> This
> started only recently, within the last couple of months.
>
> "MowGreen [MVP]" wrote:
>
>> John,
>>
>> Ports 80 and 443 need to be open.
>>
>> MowGreen [MVP 2003-2006]
>> ===============
>> *-343-* FDNY
>> Never Forgotten
>> ===============
>>
>> John Griffith wrote:
>>
>> > I need to know what TCP port to open (outgoing) in my firewall to support
>> > Windows Update. When I use the gateway address the router that's wide
>> > open to
>> > the Internet, live updateworks well, but through our firewall, does not.
>> > Which ports do I open?

>>



 
Reply With Quote
 
John Griffith
Guest
Posts: n/a

 
      11-09-2005
This is VERY useful information. We don't have a proxy server, nor do we have
any proxy server settings enabled in IE. We use a SonicWall with adress
translation. Direct access is what the result is when I use the tool as you
directed. I still get the same behavior as before. Anything else I can try?

"Lawrence Garvin [MVP]" wrote:

> 0x80190193 is an HTTP '403' error, and is almost always caused by a firewall
> or proxy server blocking access.
>
> However, it should also be noted that the Windows Update Agent uses WinHTTP,
> and this protocol must also have proxy configurations set up. Most likely
> you've configured the proxy server for Internet Explorer, but not for WinHTTP.
>
> Turning off the port blocking is confirmation of this, as then WinHTTP has
> full access to the other side.
>
> Running the Client Diagnostic Tool on this client would confirm that, in the
> proxy configuration report section.
>
> To duplicate the correct IE proxy settings to WinHTTP, execute the command
> 'proxycfg -u' at each client.
>
>
> "John Griffith" <John > wrote in message
> news:A0BAE5BC-EC79-4CC0-BD15-...
> > Both those ports are open, and secure web forms and regular web browsing
> > work. The error number is 0x80190193, and when I turn off all port blocking
> > it starts working. Is there another port or portocol that isn't obvious?
> > This
> > started only recently, within the last couple of months.
> >
> > "MowGreen [MVP]" wrote:
> >
> >> John,
> >>
> >> Ports 80 and 443 need to be open.
> >>
> >> MowGreen [MVP 2003-2006]
> >> ===============
> >> *-343-* FDNY
> >> Never Forgotten
> >> ===============
> >>
> >> John Griffith wrote:
> >>
> >> > I need to know what TCP port to open (outgoing) in my firewall to support
> >> > Windows Update. When I use the gateway address the router that's wide
> >> > open to
> >> > the Internet, live updateworks well, but through our firewall, does not.
> >> > Which ports do I open?
> >>

>
>
>

 
Reply With Quote
 
Lawrence Garvin [MVP]
Guest
Posts: n/a

 
      11-09-2005
There are also /known/ issues with the SonicWall products and the BITS
technology that downloads updates.

BITS uses HTTP v1.1, specifically the Range Protocol Header. Apparently by
default, the SonicWall products do not support the Range Protocol Header. This
is tied in with the AV scanner, and something else. On the newer products,
there is a config option buried down in the Advanced configs for the AV
scanner (iirc), that will permit you to enable Range Protocol Headers.

Here's the relevant excerpt from the last time I posted info about this in the
WSUS newsgroups:

Originally posted by Marc Meltzer, on 8/16/05, in the thread "WSUS and
Sonicwall"

|"Marc Meltzer" <> wrote in message
|news:...
[***]
|> You must enable a hidden option to allow Range requests when you have the
|> Gateway Antivirus service installed:
|>
|> When you log into the Sonicwall appliance, you will be at the "main.html"
|> page. Change this to "diag.html". You will see a warning. Click on
|> "Internal Settings" on the upper left. The third to last checkbox option
|> is
|> "Enable HTTP Byte-Range requests with Gateway AV".
[***]


"John Griffith" <> wrote in message
news:67A88FF0-E052-4A22-9333-...
> This is VERY useful information. We don't have a proxy server, nor do we
> have
> any proxy server settings enabled in IE. We use a SonicWall with adress
> translation. Direct access is what the result is when I use the tool as you
> directed. I still get the same behavior as before. Anything else I can try?
>
> "Lawrence Garvin [MVP]" wrote:
>
>> 0x80190193 is an HTTP '403' error, and is almost always caused by a
>> firewall
>> or proxy server blocking access.
>>
>> However, it should also be noted that the Windows Update Agent uses
>> WinHTTP,
>> and this protocol must also have proxy configurations set up. Most likely
>> you've configured the proxy server for Internet Explorer, but not for
>> WinHTTP.
>>
>> Turning off the port blocking is confirmation of this, as then WinHTTP has
>> full access to the other side.
>>
>> Running the Client Diagnostic Tool on this client would confirm that, in
>> the
>> proxy configuration report section.
>>
>> To duplicate the correct IE proxy settings to WinHTTP, execute the command
>> 'proxycfg -u' at each client.
>>
>>
>> "John Griffith" <John > wrote in message
>> news:A0BAE5BC-EC79-4CC0-BD15-...
>> > Both those ports are open, and secure web forms and regular web browsing
>> > work. The error number is 0x80190193, and when I turn off all port
>> > blocking
>> > it starts working. Is there another port or portocol that isn't obvious?
>> > This
>> > started only recently, within the last couple of months.
>> >
>> > "MowGreen [MVP]" wrote:
>> >
>> >> John,
>> >>
>> >> Ports 80 and 443 need to be open.
>> >>
>> >> MowGreen [MVP 2003-2006]
>> >> ===============
>> >> *-343-* FDNY
>> >> Never Forgotten
>> >> ===============
>> >>
>> >> John Griffith wrote:
>> >>
>> >> > I need to know what TCP port to open (outgoing) in my firewall to
>> >> > support
>> >> > Windows Update. When I use the gateway address the router that's wide
>> >> > open to
>> >> > the Internet, live updateworks well, but through our firewall, does
>> >> > not.
>> >> > Which ports do I open?
>> >>

>>
>>
>>



 
Reply With Quote
 
John Griffith
Guest
Posts: n/a

 
      11-09-2005
Wow! I've never had such incredible help on other sites! Thank you! I try to
exhaustively research on my own, and try to figure it out, but this one
really had my head scratching.

John

"Lawrence Garvin [MVP]" wrote:

> There are also /known/ issues with the SonicWall products and the BITS
> technology that downloads updates.
>
> BITS uses HTTP v1.1, specifically the Range Protocol Header. Apparently by
> default, the SonicWall products do not support the Range Protocol Header. This
> is tied in with the AV scanner, and something else. On the newer products,
> there is a config option buried down in the Advanced configs for the AV
> scanner (iirc), that will permit you to enable Range Protocol Headers.
>
> Here's the relevant excerpt from the last time I posted info about this in the
> WSUS newsgroups:
>
> Originally posted by Marc Meltzer, on 8/16/05, in the thread "WSUS and
> Sonicwall"
>
> |"Marc Meltzer" <> wrote in message
> |news:...
> [***]
> |> You must enable a hidden option to allow Range requests when you have the
> |> Gateway Antivirus service installed:
> |>
> |> When you log into the Sonicwall appliance, you will be at the "main.html"
> |> page. Change this to "diag.html". You will see a warning. Click on
> |> "Internal Settings" on the upper left. The third to last checkbox option
> |> is
> |> "Enable HTTP Byte-Range requests with Gateway AV".
> [***]
>
>
> "John Griffith" <> wrote in message
> news:67A88FF0-E052-4A22-9333-...
> > This is VERY useful information. We don't have a proxy server, nor do we
> > have
> > any proxy server settings enabled in IE. We use a SonicWall with adress
> > translation. Direct access is what the result is when I use the tool as you
> > directed. I still get the same behavior as before. Anything else I can try?
> >
> > "Lawrence Garvin [MVP]" wrote:
> >
> >> 0x80190193 is an HTTP '403' error, and is almost always caused by a
> >> firewall
> >> or proxy server blocking access.
> >>
> >> However, it should also be noted that the Windows Update Agent uses
> >> WinHTTP,
> >> and this protocol must also have proxy configurations set up. Most likely
> >> you've configured the proxy server for Internet Explorer, but not for
> >> WinHTTP.
> >>
> >> Turning off the port blocking is confirmation of this, as then WinHTTP has
> >> full access to the other side.
> >>
> >> Running the Client Diagnostic Tool on this client would confirm that, in
> >> the
> >> proxy configuration report section.
> >>
> >> To duplicate the correct IE proxy settings to WinHTTP, execute the command
> >> 'proxycfg -u' at each client.
> >>
> >>
> >> "John Griffith" <John > wrote in message
> >> news:A0BAE5BC-EC79-4CC0-BD15-...
> >> > Both those ports are open, and secure web forms and regular web browsing
> >> > work. The error number is 0x80190193, and when I turn off all port
> >> > blocking
> >> > it starts working. Is there another port or portocol that isn't obvious?
> >> > This
> >> > started only recently, within the last couple of months.
> >> >
> >> > "MowGreen [MVP]" wrote:
> >> >
> >> >> John,
> >> >>
> >> >> Ports 80 and 443 need to be open.
> >> >>
> >> >> MowGreen [MVP 2003-2006]
> >> >> ===============
> >> >> *-343-* FDNY
> >> >> Never Forgotten
> >> >> ===============
> >> >>
> >> >> John Griffith wrote:
> >> >>
> >> >> > I need to know what TCP port to open (outgoing) in my firewall to
> >> >> > support
> >> >> > Windows Update. When I use the gateway address the router that's wide
> >> >> > open to
> >> >> > the Internet, live updateworks well, but through our firewall, does
> >> >> > not.
> >> >> > Which ports do I open?
> >> >>
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a

 
      11-09-2005
From: "John Griffith" <>

| Wow! I've never had such incredible help on other sites! Thank you! I try to
| exhaustively research on my own, and try to figure it out, but this one
| really had my head scratching.
|
| John

I would suggest starting with SonicWall as they seem to be at the heart of your problem.

--
Dave
http://www.claymania.com/removal-trojan-adware.html
http://www.ik-cs.com/got-a-virus.htm


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help me get these ports open. clselby Windows Vista Networking 1 04-13-2009 03:06 PM
Windows Update Ports Windows Update Ports Windows Update 1 11-04-2005 07:02 PM
what ports to open to stream wmv? Mike R. Windows Media Player 0 10-13-2004 04:39 AM
Update error 0x80072EE2 - which ports to open ? Tomas Vokoun Windows Update 3 09-16-2004 09:19 AM
What ports to open on firewall to allow windows update Chris Davies Windows Update 6 08-11-2004 03:19 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59