Posted On March 31, 2019

Websense Filtering Precedence

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> Websense Filtering Precedence
1.  Username
2.  Workstation IP
3.  Network Range
4.  User Groups
5.  OU Structure
6.  Domain
7.  Default Policy (Global Policy in version 6)
 
Production setup:
– Authenticated users: default filtering policy
– Servers, VoIP, Management subnet: high restrictions
– SAN: No Internet access
– Unauthenticated: prompt user for logon information
 
Active Directory Groups:
– High Internet Restriction: No Internet access
– Low Internet Restriction: Basic filtering, only
 
Miscellaneous:
– Unrestricted overriding password: [check password safe]
– Quota default: 60 minutes

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Quick and Dirty Script to Watch and Start / Restart Windows Service

// powershell.exe// -ExecutionPolicy Bypass c:\scripts\serviceCheck.ps1$serviceName = '[input-service-name-here]'$arrService = Get-Service -Name $serviceNamewhile ($arrService.Status -ne 'Running'){ Start-Service…

Exchange 2010: How to Increase Mailbox Quota for Individual Users

Exchange Management Console > Recipient Configuration > Right-click on Mailbox > Find Input the username…

Enable File Server to Have Multiple Alias Host Names

Regedit: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0, create Multi-String Value = BackConnectionHostNames with values of the CNAMES of the file…