Page 1 of 1

Download from private WSUS server

PostPosted: 29.04.2013, 09:47
by tomvoussure
Hi,

I would like to download WSUS updates from my own WSUS server (so only approved updates will be downloaded).
When i configure my wsus server under the WSUS button in the updategenerator, it doesn't contact it, but still goes to the internet (download.wsusoffline.net).

Does anybody knows how to fix this ?

thanks !
tom

Re: Download from private WSUS server

PostPosted: 29.04.2013, 13:44
by aker
You may try to use the option "/wsusonly" of DownloadUpdates.cmd.
Therefore you need to add the line
Code: Select all
wsusonly=Enabled
to UpdateGenerator.ini

The connections to "download.wsusoffline.net" are required to update some static definitions and blacklists, which could not be determined dynamical.

Re: Download from private WSUS server

PostPosted: 29.04.2013, 16:00
by tomvoussure
Hi,

thanks for the reply.
I tested both options (downloadupdates.cmd /wsusonly and the change in the UpdateGenerator.ini), but unfortunattely, it's still going to the internet.

Code: Select all
DownloadUpdates.cmd wxp enu /wsus http://wsus001 /wsusonly
Starting WSUS Offline Update download (v. 8.3) for wxp enu...
Cleaning up existing directories...
Updating static download definitions...
../static/StaticDownloadFiles-modified.txt: No such file or directory
No URLs found in ../static/StaticDownloadFiles-modified.txt.
Downloading mkisofs tool...
--2013-04-29 15:44:03--  http://download.wsusoffline.net/mkisofs.exe
Resolving download.wsusoffline.net... 81.3.27.18
Connecting to download.wsusoffline.net|81.3.27.18|:80... failed: Connection time
d out.
Retrying.

--2013-04-29 15:44:24--  (try: 2)  http://download.wsusoffline.net/mkisofs.exe
Connecting to download.wsusoffline.net|81.3.27.18|:80... failed: Connection time
d out.
Retrying

Re: Download from private WSUS server

PostPosted: 29.04.2013, 17:51
by aker
You cannot stop these downloads.

Re: Download from private WSUS server

PostPosted: 29.04.2013, 22:53
by WSUSUpdateAdmin
Hi.

WOU needs Microsoft's update catalog file wsusscn2.cab to determine the required patches.
This file does not exist on your WSUS server.
That's why there's no way to operate the download part of this software completely without an Internet connection.

RTW

Re: Download from private WSUS server

PostPosted: 30.04.2013, 09:03
by tomvoussure
Hi,
You are right.
Once it downloaded some files from the internet, it's pointing to my internal WSUS server.

thx
tom