This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to block a specific OS from serving

Hi there,

is it possible to block a special OS, say Windows Server 2003 from surfing?

If yes, please tell me how.

Ive running a astaro V6

Thank you


This thread was automatically locked due to age.
Parents
  • Nope. You'd need to do the block based on IP or hostname. Changes on the client machine would give you a better chance of doing what you want. If you use full proxy with a wpad.dat or proxy.pac file (which are just javascript), you could probably just add code to detect if the host is Server 2003 through WMI and if so, assign a proxy at a non-existant address.  Other options are through group policy (these several possible ways of doing this through GP, the big thing is that you can have them assign based on OS, either by proper OU assignment or WMI filtering) or host based firewall settings (depending on the product your using).
Reply
  • Nope. You'd need to do the block based on IP or hostname. Changes on the client machine would give you a better chance of doing what you want. If you use full proxy with a wpad.dat or proxy.pac file (which are just javascript), you could probably just add code to detect if the host is Server 2003 through WMI and if so, assign a proxy at a non-existant address.  Other options are through group policy (these several possible ways of doing this through GP, the big thing is that you can have them assign based on OS, either by proper OU assignment or WMI filtering) or host based firewall settings (depending on the product your using).
Children
No Data