LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   updating win xp with linux server (https://www.linuxquestions.org/questions/linux-networking-3/updating-win-xp-with-linux-server-178129/)

griz 05-05-2004 07:49 AM

updating win xp with linux server
 
Hi all,
Just a quick question. Is it possible to automatically serve winxp updates from a linux server? Eg., Linux server with winxp box connected, server downloads updates from windows website and passes them to winxp box (or something similar). I've tried searching Google and, so far, have no had any luck.

Griz.

maxut 05-05-2004 08:31 AM

u may prefer squid cache proxy server in linux gateway. so when xp clients want to get updates from micro$oft.com squid will store these files in its cache. when the other xp clients wants to get same update files, squid will send these files from its cache. so the updates files wont be downlaoded again and again.

griz 05-06-2004 02:13 AM

Thanks Maxut. Sounds like a very good option but I was hoping for something a bit more automated to automatically update client boxes. Is this possible?

maxut 05-06-2004 03:05 AM

i think its a issue with winupdate. as i know winupdate can be configured to get updates and install automatically. just configure squid to allow client. u may prefer transparent proxy. so u wont have to configure browser of clients to use squid proxy. u use iptables NAT to allow clients to reach internet, right?

chort 05-06-2004 03:11 AM

I tend to doubt this will work, because the microsoft.com website uses active scripting to determine which updates you need. The Windows Update client itself doesn't use HTTP, that I know of...

Microsoft sells a couple of different servers that do aggregate patch management (hmm, how helpful of them to sell you something to solve the problem they created) and I know there are several other commercial patch management products, although I don't know of those will server MS updates or not. I haven't seen any free or Open Source software to do that.

griz 05-06-2004 06:19 PM

Thanks to all that answered. Looks like I'll have to go the proxy route to allow users to update themselves. BTW, it's great to know that there's plenty of help out there when it's needed.

Griz.

tbeehler 07-02-2004 01:28 PM

I have a way of doing it, but it's not as automated as I'd like, but it does work. Check out my answer to another guy's thread here: http://www.linuxquestions.org/questi...ght=sus+server and I hope it helps you out!

Travis


All times are GMT -5. The time now is 03:25 AM.