Page 1 of 1

Help with whitelisting

Posted: Mon Nov 20, 2023 1:24 am
by Gomo
Hello all,

I would like to restrict a group of clients to only have access to windows updates. They're all in the same network (nothing fancy or complex), behind a MikroTik router. I tried implementing various solutions (using regex, address lists with MS IPs & FQDNs, etc.) but there's always something that is needed and update search / download fails. I guess I should mention that AFTER above mentioned allow rules I placed a block rule for 0.0.0.0/0 via for TCP/80 & TCP/443 -> to block most of the web traffic, as those clients are not meant to have internet access at all times. Another thing worth mentioning is that I am pretty restricted when it comes to the software / hardware I get to use, the whole thing relies on a MikroTik router. Now, is this even doable in a clean way using MikroTik or would I need something else?

Your help would be appreciated!

Re: Help with whitelisting

Posted: Mon Nov 20, 2023 4:38 am
by LdB
Windows Update requires TCP port 80, 443, and 49152-65535 it's on the MS website.

The initial stuff is via the standard ports HTTP then it gets a server IP and one of those high ports to do the actual exchange.

Re: Help with whitelisting

Posted: Mon Nov 20, 2023 7:39 am
by K0NCTANT1N

Re: Help with whitelisting

Posted: Mon Nov 20, 2023 9:26 am
by Gomo
Doing the opposite (whitelisting) is much harder than blacklisting. It's easy to break windows updates from functioning ;)

Re: Help with whitelisting

Posted: Tue Nov 21, 2023 12:34 am
by K0NCTANT1N
Hm, I don't know. Need to think.

I used GPO, SCCM...

Re: Help with whitelisting

Posted: Sat Nov 25, 2023 5:07 pm
by Gomo
Anyone?